Home
last modified time | relevance | path

Searched refs:IXGBE_WUFC_MC (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h429 #define IXGBE_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
452 #define IXGBE_WUS_MC IXGBE_WUFC_MC
Dixgbe_ethtool.c2117 if (adapter->wol & IXGBE_WUFC_MC) in ixgbe_get_wol()
2140 adapter->wol |= IXGBE_WUFC_MC; in ixgbe_set_wol()
Dixgbe_main.c5861 if (wufc & IXGBE_WUFC_MC) { in __ixgbe_shutdown()