Searched refs:IXGBE_VFTE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 242 IXGBE_WRITE_REG(hw, IXGBE_VFTE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure() 243 IXGBE_WRITE_REG(hw, IXGBE_VFTE(vfre_slot ^ 1), vfre_slot - 1); in ixgbe_pf_host_configure() 394 reg = IXGBE_READ_REG(hw, IXGBE_VFTE(reg_offset)); in ixgbe_vf_reset_msg() 396 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), reg); in ixgbe_vf_reset_msg()
|
| H A D | rte_pmd_ixgbe.c | 445 addr = IXGBE_VFTE(1); in rte_pmd_ixgbe_set_vf_tx() 448 addr = IXGBE_VFTE(0); in rte_pmd_ixgbe_set_vf_tx()
|
| H A D | ixgbe_rxtx.c | 3818 IXGBE_WRITE_REG(hw, IXGBE_VFTE(0), in ixgbe_vmdq_dcb_hw_tx_config() 4417 IXGBE_WRITE_REG(hw, IXGBE_VFTE(0), UINT32_MAX); in ixgbe_vmdq_tx_hw_configure() 4418 IXGBE_WRITE_REG(hw, IXGBE_VFTE(1), UINT32_MAX); in ixgbe_vmdq_tx_hw_configure()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_type.h | 456 #define IXGBE_VFTE(_i) (0x08110 + ((_i) * 4)) macro
|