Searched refs:E1000_WUFC_MAG (Results 1 – 9 of 9) sorted by relevance
21 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro29 #define E1000_WUS_MAG E1000_WUFC_MAG
1924 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()1950 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
6296 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()7643 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()
17 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
2121 if (adapter->wol & E1000_WUFC_MAG) in igb_get_wol()2147 adapter->wol |= E1000_WUFC_MAG; in igb_set_wol()
3452 adapter->wol |= E1000_WUFC_MAG; in igb_probe()
1670 if (adapter->wol & E1000_WUFC_MAG) in e1000_get_wol()1708 adapter->wol |= E1000_WUFC_MAG; in e1000_set_wol()
1995 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
1149 adapter->eeprom_wol |= E1000_WUFC_MAG; in e1000_probe()
Completed in 86 milliseconds