Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4727 return fwsm == IXGBE_FWSM_FW_MODE_PT; in ixgbe_mng_present()
4741 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
H A Dixgbe_type.h1013 #define IXGBE_FWSM_FW_MODE_PT 0x4 macro