Searched refs:TXGBE_POOLTXENA (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 235 wr32(hw, TXGBE_POOLTXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure() 236 wr32(hw, TXGBE_POOLTXENA(vfre_slot ^ 1), vfre_slot - 1); in txgbe_pf_host_configure() 384 reg = rd32(hw, TXGBE_POOLTXENA(reg_offset)); in txgbe_vf_reset_msg() 386 wr32(hw, TXGBE_POOLTXENA(reg_offset), reg); in txgbe_vf_reset_msg()
|
| H A D | txgbe_rxtx.c | 3078 wr32(hw, TXGBE_POOLTXENA(0), in txgbe_vmdq_dcb_hw_tx_config() 3692 wr32(hw, TXGBE_POOLTXENA(0), UINT32_MAX); in txgbe_vmdq_tx_hw_configure() 3693 wr32(hw, TXGBE_POOLTXENA(1), UINT32_MAX); in txgbe_vmdq_tx_hw_configure()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_regs.h | 416 #define TXGBE_POOLTXENA(i) (0x018004 + (i) * 4) /* 0-1 */ macro
|