Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_mbx.c174 u32 vflre = 0; in ngbe_check_for_rst_pf() local
177 vflre = rd32(hw, NGBE_FLRVFE); in ngbe_check_for_rst_pf()
178 if (vflre & (1 << vf_number)) { in ngbe_check_for_rst_pf()
/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()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c518 u32 vflre = 0; in txgbe_check_for_rst_pf() local
521 vflre = rd32(hw, TXGBE_FLRVFE(reg_offset)); in txgbe_check_for_rst_pf()
522 if (vflre & (1 << vf_shift)) { in txgbe_check_for_rst_pf()
/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()