Searched refs:factps (Results 1 – 4 of 4) sorted by relevance
294 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local303 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()
746 u32 fwsm, factps; in igc_enable_mng_pass_thru() local759 factps = rd32(IGC_FACTPS); in igc_enable_mng_pass_thru()761 if (!(factps & IGC_FACTPS_MNGCG) && in igc_enable_mng_pass_thru()
1654 u32 fwsm, factps; in igb_enable_mng_pass_thru() local1667 factps = rd32(E1000_FACTPS); in igb_enable_mng_pass_thru()1669 if (!(factps & E1000_FACTPS_MNGCG) && in igb_enable_mng_pass_thru()
46 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local56 factps = IXGBE_READ_REG(hw, IXGBE_FACTPS(hw)); in ixgbe_mng_enabled()57 if (factps & IXGBE_FACTPS_MNGCG) in ixgbe_mng_enabled()