Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c240 IXGBE_WRITE_REG(hw, IXGBE_VFRE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()
241 IXGBE_WRITE_REG(hw, IXGBE_VFRE(vfre_slot ^ 1), vfre_slot - 1); in ixgbe_pf_host_configure()
408 reg = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_vf_reset_msg()
410 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg); in ixgbe_vf_reset_msg()
H A Drte_pmd_ixgbe.c395 addr = IXGBE_VFRE(1); in rte_pmd_ixgbe_set_vf_rx()
398 addr = IXGBE_VFRE(0); in rte_pmd_ixgbe_set_vf_rx()
H A Dixgbe_rxtx.c3736 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), in ixgbe_vmdq_dcb_configure()
4365 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), UINT32_MAX); in ixgbe_vmdq_rx_hw_configure()
4367 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), UINT32_MAX); in ixgbe_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h455 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro