Home
last modified time | relevance | path

Searched refs:fwsts (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c238 u32 fwsts; in ixl_get_fw_mode() local
244 fwsts = rd32(hw, I40E_GL_FWSTS) & I40E_GL_FWSTS_FWS1B_MASK; in ixl_get_fw_mode()
247 if ((fwsts >= I40E_XL710_GL_FWSTS_FWS1B_REC_MOD_CORER_MASK && in ixl_get_fw_mode()
248 fwsts <= I40E_XL710_GL_FWSTS_FWS1B_REC_MOD_NVM_MASK) || in ixl_get_fw_mode()
249 fwsts == I40E_X722_GL_FWSTS_FWS1B_REC_MOD_GLOBR_MASK || in ixl_get_fw_mode()
250 fwsts == I40E_X722_GL_FWSTS_FWS1B_REC_MOD_CORER_MASK) in ixl_get_fw_mode()
253 if (fwsts > I40E_GL_FWSTS_FWS1B_EMPR_0 && in ixl_get_fw_mode()
254 fwsts <= I40E_GL_FWSTS_FWS1B_EMPR_10) in ixl_get_fw_mode()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c353 u32 fwsts; in ixgbe_aci_check_event_pending() local
358 fwsts = IXGBE_READ_REG(hw, GL_FWSTS); in ixgbe_aci_check_event_pending()
359 return (fwsts & ep_bit_mask) ? true : false; in ixgbe_aci_check_event_pending()
H A Dixgbe_common.c4595 u32 hicr, i, fwsts; in ixgbe_hic_unlocked() local
4606 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS); in ixgbe_hic_unlocked()
4607 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI); in ixgbe_hic_unlocked()