Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h599 int ixgbe_dev_tx_descriptor_status(void *tx_queue, uint16_t offset);
H A Dixgbe_ethdev.c1068 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbe_dev_init()
1566 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbevf_dev_init()
H A Dixgbe_rxtx.c3315 ixgbe_dev_tx_descriptor_status(void *tx_queue, uint16_t offset) in ixgbe_dev_tx_descriptor_status() function