Home
last modified time | relevance | path

Searched refs:E1000_WUFC_MAG (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h21 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
29 #define E1000_WUS_MAG E1000_WUFC_MAG
H A Dethtool.c1911 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()
1937 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
H A Dnetdev.c6261 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()
7633 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h17 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
H A Digb_ethtool.c2126 if (adapter->wol & E1000_WUFC_MAG) in igb_get_wol()
2152 adapter->wol |= E1000_WUFC_MAG; in igb_set_wol()
H A Digb_main.c3463 adapter->wol |= E1000_WUFC_MAG; in igb_probe()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1674 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()
1712 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
H A De1000_hw.h1992 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
H A De1000_main.c1147 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()