Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h608 int ixgbe_dev_tx_descriptor_status(void *tx_queue, uint16_t offset);
H A Dixgbe_ethdev.c1062 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbe_dev_init()
1547 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbevf_dev_init()
H A Dixgbe_rxtx.c3274 ixgbe_dev_tx_descriptor_status(void *tx_queue, uint16_t offset) in ixgbe_dev_tx_descriptor_status() function