Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dmanage.c312 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local
321 factps = er32(FACTPS); in e1000e_enable_mng_pass_thru()
323 if (!(factps & E1000_FACTPS_MNGCG) && in e1000e_enable_mng_pass_thru()
332 factps = er32(FACTPS); in e1000e_enable_mng_pass_thru()
337 if (!(factps & E1000_FACTPS_MNGCG) && in e1000e_enable_mng_pass_thru()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_mac.c1575 u32 fwsm, factps; in igb_enable_mng_pass_thru() local
1588 factps = rd32(E1000_FACTPS); in igb_enable_mng_pass_thru()
1590 if (!(factps & E1000_FACTPS_MNGCG) && in igb_enable_mng_pass_thru()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c71 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local
81 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS(hw)); in ixgbe_mng_enabled()
82 if (factps & IXGBE_FACTPS_MNGCG) in ixgbe_mng_enabled()