Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c5213 uint32_t txctrl; in ixgbe_dev_tx_init() local
5247 txctrl = IXGBE_READ_REG(hw, in ixgbe_dev_tx_init()
5249 txctrl &= ~IXGBE_DCA_TXCTRL_DESC_WRO_EN; in ixgbe_dev_tx_init()
5251 txctrl); in ixgbe_dev_tx_init()
5260 txctrl = IXGBE_READ_REG(hw, in ixgbe_dev_tx_init()
5262 txctrl &= ~IXGBE_DCA_TXCTRL_DESC_WRO_EN; in ixgbe_dev_tx_init()
5264 txctrl); in ixgbe_dev_tx_init()
5760 uint32_t txctrl; in ixgbevf_dev_tx_init() local
5784 txctrl = IXGBE_READ_REG(hw, in ixgbevf_dev_tx_init()
5786 txctrl &= ~IXGBE_DCA_TXCTRL_DESC_WRO_EN; in ixgbevf_dev_tx_init()
[all …]