Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c156 s64 vflre; in fm10k_iov_event() local
175 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()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c276 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
280 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()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c302 u32 vflre = rd32(E1000_VFLRE); in igb_check_for_rst_pf() local
305 if (vflre & BIT(vf_number)) { in igb_check_for_rst_pf()