Searched refs:vflre (Results 1 – 3 of 3) sorted by relevance
156 s64 vflre; in fm10k_iov_event() local175 vflre = fm10k_read_reg(hw, FM10K_PFVFLRE(1)); in fm10k_iov_event()176 vflre <<= 32; in fm10k_iov_event()177 vflre |= fm10k_read_reg(hw, FM10K_PFVFLRE(0)); in fm10k_iov_event()181 for (vflre <<= 64 - i; vflre && i--; vflre += vflre) { in fm10k_iov_event()184 if (vflre >= 0) in fm10k_iov_event()
276 u32 vflre = 0; in ixgbe_check_for_rst_pf() local280 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()286 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()292 if (vflre & BIT(vf_shift)) { in ixgbe_check_for_rst_pf()
302 u32 vflre = rd32(E1000_VFLRE); in igb_check_for_rst_pf() local305 if (vflre & BIT(vf_number)) { in igb_check_for_rst_pf()