Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c193 u32 vflre = 0; in txgbe_check_for_rst_pf() local
198 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()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c569 u32 vflre = 0; in ixgbe_check_for_rst_pf() local
576 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()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c604 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() local
609 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()