Home
last modified time | relevance | path

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

/drivers/net/igb/
De1000_defines.h41 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
Digb_ethtool.c1790 if (adapter->wol & E1000_WUFC_MAG) in igb_get_wol()
1823 adapter->wol |= E1000_WUFC_MAG; in igb_set_wol()
Digb_main.c1251 adapter->eeprom_wol |= E1000_WUFC_MAG; in igb_probe()
/drivers/net/e1000e/
Ddefines.h62 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
Dethtool.c1741 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()
1771 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
Dnetdev.c5013 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()
/drivers/net/e1000/
De1000_ethtool.c1801 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()
1841 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
De1000_hw.h2056 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
De1000_main.c1150 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()