| /linux/drivers/net/ethernet/intel/igc/ |
| A D | igc_main.c | 3134 u32 wufc; in igc_write_flex_filter_ll() local 3154 wufc = rd32(IGC_WUFC); in igc_write_flex_filter_ll() 3156 wr32(IGC_WUFC, wufc); in igc_write_flex_filter_ll() 3210 wr32(IGC_WUFC, wufc); in igc_write_flex_filter_ll() 3246 u32 wufc, wufc_ext; in igc_find_avail_flex_filter_slot() local 3249 wufc = rd32(IGC_WUFC); in igc_find_avail_flex_filter_slot() 3268 u32 wufc, wufc_ext; in igc_flex_filter_in_use() local 3270 wufc = rd32(IGC_WUFC); in igc_flex_filter_in_use() 3362 u32 wufc; in igc_del_flex_filter() local 3386 wr32(IGC_WUFC, wufc); in igc_del_flex_filter() [all …]
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| A D | atl1c_hw.c | 780 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) in atl1c_power_saving() argument 804 if (!wufc) { /* without WoL */ in atl1c_power_saving() 815 if (wufc & AT_WUFC_MAG) { in atl1c_power_saving() 821 if (wufc & AT_WUFC_LNKC) { in atl1c_power_saving()
|
| A D | atl1c_hw.h | 40 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc);
|
| A D | atl1c_main.c | 2553 u32 wufc = adapter->wol; in atl1c_suspend() local 2562 if (wufc) in atl1c_suspend() 2566 atl1c_power_saving(hw, wufc); in atl1c_suspend()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| A D | atl2.c | 1495 u32 wufc = adapter->wol; in atl2_suspend() local 1517 wufc &= ~ATLX_WUFC_LNKC; in atl2_suspend() 1519 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) { in atl2_suspend() 1533 if (wufc & ATLX_WUFC_MAG) in atl2_suspend() 1549 if (wufc & ATLX_WUFC_MAG) { in atl2_suspend() 1568 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) { in atl2_suspend()
|
| A D | atl1.c | 2760 u32 wufc = adapter->wol; in atl1_suspend() local 2773 wufc &= ~ATLX_WUFC_LNKC; in atl1_suspend() 2774 if (!wufc) in atl1_suspend() 2789 if (wufc & ATLX_WUFC_MAG) in atl1_suspend() 2803 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| A D | netdev.c | 6296 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup() 6300 ew32(WUFC, wufc); in e1000_init_phy_wakeup() 6651 u32 ctrl, ctrl_ext, rctl, status, wufc; in __e1000_shutdown() local 6656 wufc = E1000_WUFC_LNKC; in __e1000_shutdown() 6658 wufc = adapter->wol; in __e1000_shutdown() 6660 wufc = 0; in __e1000_shutdown() 6664 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown() 6666 if (wufc) { in __e1000_shutdown() 6671 if (wufc & E1000_WUFC_MC) { in __e1000_shutdown() 6705 ew32(WUFC, wufc); in __e1000_shutdown() [all …]
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| A D | atl1e_main.c | 2074 u32 wufc = adapter->wol; in atl1e_suspend() local 2092 if (wufc) { in atl1e_suspend() 2110 if (wufc & AT_WUFC_MAG) in atl1e_suspend() 2113 if (wufc & AT_WUFC_LNKC) { in atl1e_suspend() 2149 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| A D | pch_gbe_main.c | 2391 u32 wufc = adapter->wake_up_evt; in __pch_gbe_suspend() local 2396 if (wufc) { in __pch_gbe_suspend() 2404 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend() 2408 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| A D | e1000_main.c | 5065 u32 wufc = adapter->wol; in __e1000_shutdown() local 5081 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown() 5083 if (wufc) { in __e1000_shutdown() 5090 if (wufc & E1000_WUFC_MC) in __e1000_shutdown() 5116 ew32(WUFC, wufc); in __e1000_shutdown() 5124 *enable_wake = !!wufc; in __e1000_shutdown()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| A D | igb_main.c | 9160 u32 wufc = runtime ? E1000_WUFC_LNKC : adapter->wol; in __igb_shutdown() local 9176 wufc &= ~E1000_WUFC_LNKC; in __igb_shutdown() 9178 if (wufc) { in __igb_shutdown() 9183 if (wufc & E1000_WUFC_MC) { in __igb_shutdown() 9197 wr32(E1000_WUFC, wufc); in __igb_shutdown() 9203 wake = wufc || adapter->en_mng_pt; in __igb_shutdown()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_main.c | 6944 u32 wufc = adapter->wol; in __ixgbe_shutdown() local 6958 if (wufc) { in __ixgbe_shutdown() 6976 IXGBE_WRITE_REG(hw, IXGBE_WUFC, wufc); in __ixgbe_shutdown() 6991 pci_wake_from_d3(pdev, !!wufc); in __ixgbe_shutdown() 6997 *enable_wake = !!wufc; in __ixgbe_shutdown()
|