Searched refs:E1000_WUFC_BC (Results 1 – 7 of 7) sorted by relevance
42 #define E1000_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ macro50 #define E1000_WUS_BC E1000_WUFC_BC
1918 if (adapter->wol & E1000_WUFC_BC) in e1000_get_wol()1944 adapter->wol |= E1000_WUFC_BC; in e1000_set_wol()
6391 if (!(wufc & (E1000_WUFC_EX | E1000_WUFC_MC | E1000_WUFC_BC))) in __e1000_shutdown()
40 #define E1000_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ macro
2097 if (adapter->wol & E1000_WUFC_BC) in igb_get_wol()2123 adapter->wol |= E1000_WUFC_BC; in igb_set_wol()
1692 if (adapter->wol & E1000_WUFC_BC) in e1000_get_wol()1730 adapter->wol |= E1000_WUFC_BC; in e1000_set_wol()
2023 #define E1000_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ macro