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

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c294 u32 fwsm, factps; local
303 factps = er32(FACTPS);
305 if (!(factps & E1000_FACTPS_MNGCG) &&
314 factps = er32(FACTPS);
319 if (!(factps & E1000_FACTPS_MNGCG) &&
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_mac.c746 u32 fwsm, factps; local
759 factps = rd32(IGC_FACTPS);
761 if (!(factps & IGC_FACTPS_MNGCG) &&
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1654 u32 fwsm, factps; local
1667 factps = rd32(E1000_FACTPS);
1669 if (!(factps & E1000_FACTPS_MNGCG) &&
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c46 u32 fwsm, manc, factps; local
56 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS(hw));
57 if (factps & IXGBE_FACTPS_MNGCG)

Completed in 108 milliseconds