Searched refs:fwsm (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| 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()
|
| D | ich8lan.c | 291 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local 343 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 407 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1795 u32 fwsm; in e1000_check_mng_mode_ich8lan() local 1797 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan() 1798 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 1799 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan() 1813 u32 fwsm; in e1000_check_mng_mode_pchlan() local 1815 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan() 1816 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc_mac.c | 755 u32 fwsm, factps; in igc_enable_mng_pass_thru() local 767 fwsm = rd32(IGC_FWSM); in igc_enable_mng_pass_thru() 771 ((fwsm & IGC_FWSM_MODE_MASK) == in igc_enable_mng_pass_thru()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | e1000_mac.c | 1625 u32 fwsm, factps; in igb_enable_mng_pass_thru() local 1637 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru() 1641 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| 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()
|
| D | ixgbe_common.c | 4178 u32 fwsm; in ixgbe_mng_present() local 4183 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present() 4185 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()
|
| D | ixgbe_x550.c | 1258 u32 fwsm; in ixgbe_fw_recovery_mode_X550() local 1260 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_fw_recovery_mode_X550() 1261 return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE); in ixgbe_fw_recovery_mode_X550()
|
| D | ixgbe_main.c | 6236 u32 fwsm; in ixgbe_sw_init() local 6324 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init() 6325 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init() 7867 u32 fwsm; in ixgbe_check_fw_error() local 7870 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_check_fw_error() 7872 if (fwsm & IXGBE_FWSM_EXT_ERR_IND_MASK || in ixgbe_check_fw_error() 7873 !(fwsm & IXGBE_FWSM_FW_VAL_BIT)) in ixgbe_check_fw_error() 7875 fwsm); in ixgbe_check_fw_error()
|