Searched refs:fwsts (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c172 u32 fwsts; local
178 fwsts = rd32(hw, I40E_GL_FWSTS) & I40E_GL_FWSTS_FWS1B_MASK;
181 if ((fwsts >= I40E_XL710_GL_FWSTS_FWS1B_REC_MOD_CORER_MASK &&
182 fwsts <= I40E_XL710_GL_FWSTS_FWS1B_REC_MOD_NVM_MASK) ||
183 fwsts == I40E_X722_GL_FWSTS_FWS1B_REC_MOD_GLOBR_MASK ||
184 fwsts == I40E_X722_GL_FWSTS_FWS1B_REC_MOD_CORER_MASK)
187 if (fwsts > I40E_GL_FWSTS_FWS1B_EMPR_0 &&
188 fwsts <= I40E_GL_FWSTS_FWS1B_EMPR_10)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c4513 u32 hicr, i, fwsts; local
4524 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS);
4525 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI);

Completed in 146 milliseconds