Home
last modified time | relevance | path

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

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