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

/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c312 u32 fwsm, factps; local
321 factps = er32(FACTPS);
323 if (!(factps & E1000_FACTPS_MNGCG) &&
332 factps = er32(FACTPS);
337 if (!(factps & E1000_FACTPS_MNGCG) &&
/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1575 u32 fwsm, factps; local
1588 factps = rd32(E1000_FACTPS);
1590 if (!(factps & E1000_FACTPS_MNGCG) &&
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c72 u32 fwsm, manc, factps; local
82 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS);
83 if (factps & IXGBE_FACTPS_MNGCG)

Completed in 230 milliseconds