Searched refs:vflre (Results 1 – 3 of 3) sorted by relevance
50 s64 vflre; in fm10k_iov_event() local70 vflre = fm10k_read_reg(hw, FM10K_PFVFLRE(0)); in fm10k_iov_event()71 vflre <<= 32; in fm10k_iov_event()72 vflre |= fm10k_read_reg(hw, FM10K_PFVFLRE(1)); in fm10k_iov_event()73 vflre = (vflre << 32) | (vflre >> 32); in fm10k_iov_event()74 vflre |= fm10k_read_reg(hw, FM10K_PFVFLRE(0)); in fm10k_iov_event()78 for (vflre <<= 64 - i; vflre && i--; vflre += vflre) { in fm10k_iov_event()81 if (vflre >= 0) in fm10k_iov_event()
301 u32 vflre = 0; in ixgbe_check_for_rst_pf() local305 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()310 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()316 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
302 u32 vflre = rd32(E1000_VFLRE); in igb_check_for_rst_pf() local305 if (vflre & (1 << vf_number)) { in igb_check_for_rst_pf()