Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/e1000/
De1000_manage.c346 u32 fwsm, factps; in e1000_enable_mng_pass_thru() local
360 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
362 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()
371 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
376 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()
/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_common.c5464 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local
5475 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw)); in ixgbe_mng_enabled()
5476 if (factps & IXGBE_FACTPS_MNGCG) in ixgbe_mng_enabled()