Searched refs:IXGBE_VFRE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 240 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 D | rte_pmd_ixgbe.c | 395 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 D | ixgbe_rxtx.c | 3736 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 D | ixgbe_type.h | 455 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro
|