Searched refs:vflre (Results 1 – 3 of 3) sorted by relevance
193 u32 vflre = 0; in txgbe_check_for_rst_pf() local198 vflre = rd32(hw, TXGBE_FLRVFE(reg_offset)); in txgbe_check_for_rst_pf()199 if (vflre & (1 << vf_shift)) { in txgbe_check_for_rst_pf()
569 u32 vflre = 0; in ixgbe_check_for_rst_pf() local576 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset)); in ixgbe_check_for_rst_pf()582 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset)); in ixgbe_check_for_rst_pf()588 if (vflre & (1 << vf_shift)) { in ixgbe_check_for_rst_pf()
604 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() local609 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()