Searched refs:factps (Results 1 – 3 of 3) 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()
1625 u32 fwsm, factps; in igb_enable_mng_pass_thru() local1638 factps = rd32(E1000_FACTPS); in igb_enable_mng_pass_thru()1640 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()