Home
last modified time | relevance | path

Searched refs:fwsm (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c79 u32 fwsm = er32(FWSM); in e1000e_check_mng_mode_generic() local
81 return (fwsm & E1000_FWSM_MODE_MASK) == in e1000e_check_mng_mode_generic()
294 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local
302 fwsm = er32(FWSM); in e1000e_enable_mng_pass_thru()
306 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000e_enable_mng_pass_thru()
H A Dich8lan.c298 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local
363 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan()
429 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan()
1904 u32 fwsm; in e1000_check_mng_mode_ich8lan() local
1906 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan()
1907 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan()
1908 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan()
1922 u32 fwsm; in e1000_check_mng_mode_pchlan() local
1924 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan()
1925 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan()
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1654 u32 fwsm, factps; in igb_enable_mng_pass_thru() local
1666 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru()
1670 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c46 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local
48 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_enabled()
49 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
H A Dixgbe_common.c4177 u32 fwsm; in ixgbe_mng_present() local
4182 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present()
4184 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()
H A Dixgbe_main.c6334 u32 fwsm; in ixgbe_sw_init() local
6422 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init()
6423 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init()
8013 u32 fwsm; in ixgbe_check_fw_error() local
8016 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_check_fw_error()
8018 if (fwsm & IXGBE_FWSM_EXT_ERR_IND_MASK || in ixgbe_check_fw_error()
8019 !(fwsm & IXGBE_FWSM_FW_VAL_BIT)) in ixgbe_check_fw_error()
8021 fwsm); in ixgbe_check_fw_error()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c226 u32 fwsm; in wx_mng_present() local
228 fwsm = rd32(wx, WX_MIS_ST); in wx_mng_present()
229 if (fwsm & WX_MIS_ST_MNG_INIT_DN) in wx_mng_present()