Home
last modified time | relevance | path

Searched refs:IXGBE_FWSM_FW_MODE_PT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c75 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
515 if (((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) && in ixgbe_stop_mac_link_on_d3_82599()
Dixgbe_type.h807 #define IXGBE_FWSM_FW_MODE_PT 0x4 macro