Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_iov.c50 s64 vflre; in fm10k_iov_event() local
70 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()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c301 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
305 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()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_mbx.c302 u32 vflre = rd32(E1000_VFLRE); in igb_check_for_rst_pf() local
305 if (vflre & (1 << vf_number)) { in igb_check_for_rst_pf()