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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_manage.c344 u32 fwsm, factps; local
358 factps = E1000_READ_REG(hw, E1000_FACTPS);
360 if (!(factps & E1000_FACTPS_MNGCG) &&
369 factps = E1000_READ_REG(hw, E1000_FACTPS);
374 if (!(factps & E1000_FACTPS_MNGCG) &&
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c5289 u32 fwsm, manc, factps; local
5300 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw));
5301 if (factps & IXGBE_FACTPS_MNGCG)

Completed in 116 milliseconds