Searched refs:IXGBE_FWSM_FW_MODE_PT (Results 1 – 2 of 2) sorted by relevance
5278 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()5292 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
1082 #define IXGBE_FWSM_FW_MODE_PT 0x4 macro