/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 79 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 D | ich8lan.c | 291 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local 348 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 412 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1832 u32 fwsm; in e1000_check_mng_mode_ich8lan() local 1834 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan() 1835 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 1836 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan() 1850 u32 fwsm; in e1000_check_mng_mode_pchlan() local 1852 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan() 1853 return (fwsm in e1000_check_mng_mode_pchlan() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 79 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 D | ich8lan.c | 291 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local 351 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 415 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1846 u32 fwsm; in e1000_check_mng_mode_ich8lan() local 1848 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan() 1849 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 1850 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan() 1864 u32 fwsm; in e1000_check_mng_mode_pchlan() local 1866 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan() 1867 return (fwsm in e1000_check_mng_mode_pchlan() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc_mac.c | 746 u32 fwsm, factps; in igc_enable_mng_pass_thru() local 758 fwsm = rd32(IGC_FWSM); in igc_enable_mng_pass_thru() 762 ((fwsm & IGC_FWSM_MODE_MASK) == in igc_enable_mng_pass_thru()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_mac.c | 746 u32 fwsm, factps; in igc_enable_mng_pass_thru() local 758 fwsm = rd32(IGC_FWSM); in igc_enable_mng_pass_thru() 762 ((fwsm & IGC_FWSM_MODE_MASK) == in igc_enable_mng_pass_thru()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 1623 u32 fwsm, factps; in igb_enable_mng_pass_thru() local 1635 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru() 1639 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 1654 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 46 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 D | ixgbe_x550.c | 1261 u32 fwsm; in ixgbe_fw_recovery_mode_X550() local 1263 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_fw_recovery_mode_X550() 1264 return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE); in ixgbe_fw_recovery_mode_X550()
|
H A D | ixgbe_common.c | 4166 u32 fwsm; in ixgbe_mng_present() local 4171 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present() 4173 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()
|
H A D | ixgbe_main.c | 6272 u32 fwsm; in ixgbe_sw_init() local 6360 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init() 6361 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init() 7914 u32 fwsm; in ixgbe_check_fw_error() local 7916 /* read fwsm.ext_err_ind register and log errors */ in ixgbe_check_fw_error() 7917 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_check_fw_error() 7919 if (fwsm & IXGBE_FWSM_EXT_ERR_IND_MASK || in ixgbe_check_fw_error() 7920 !(fwsm & IXGBE_FWSM_FW_VAL_BIT)) in ixgbe_check_fw_error() 7922 fwsm); in ixgbe_check_fw_error()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 46 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 D | ixgbe_common.c | 4179 u32 fwsm; in ixgbe_mng_present() local 4184 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present() 4186 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()
|
H A D | ixgbe_x550.c | 1261 u32 fwsm; in ixgbe_fw_recovery_mode_X550() local 1263 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_fw_recovery_mode_X550() 1264 return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE); in ixgbe_fw_recovery_mode_X550()
|
H A D | ixgbe_main.c | 6306 u32 fwsm; in ixgbe_sw_init() local 6394 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init() 6395 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init() 7985 u32 fwsm; in ixgbe_check_fw_error() local 7987 /* read fwsm.ext_err_ind register and log errors */ in ixgbe_check_fw_error() 7988 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_check_fw_error() 7990 if (fwsm & IXGBE_FWSM_EXT_ERR_IND_MASK || in ixgbe_check_fw_error() 7991 !(fwsm & IXGBE_FWSM_FW_VAL_BIT)) in ixgbe_check_fw_error() 7993 fwsm); in ixgbe_check_fw_error()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 134 u32 fwsm; in wx_mng_present() local 136 fwsm = rd32(wx, WX_MIS_ST); in wx_mng_present() 137 if (fwsm & WX_MIS_ST_MNG_INIT_DN) in wx_mng_present()
|