Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_manage.c315 u32 fwsm, factps; in e1000_enable_mng_pass_thru() local
329 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
331 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()
340 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
345 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_manage.c315 u32 fwsm, factps; in igc_enable_mng_pass_thru() local
329 factps = IGC_READ_REG(hw, IGC_FACTPS); in igc_enable_mng_pass_thru()
331 if (!(factps & IGC_FACTPS_MNGCG) && in igc_enable_mng_pass_thru()
340 factps = IGC_READ_REG(hw, IGC_FACTPS); in igc_enable_mng_pass_thru()
345 if (!(factps & IGC_FACTPS_MNGCG) && in igc_enable_mng_pass_thru()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c5176 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local
5187 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw)); in ixgbe_mng_enabled()
5188 if (factps & IXGBE_FACTPS_MNGCG) in ixgbe_mng_enabled()