Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h598 int ixgbe_dev_rx_descriptor_status(void *rx_queue, uint16_t offset);
H A Dixgbe_ethdev.c1067 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbe_dev_init()
1565 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbevf_dev_init()
H A Dixgbe_rxtx.c3285 ixgbe_dev_rx_descriptor_status(void *rx_queue, uint16_t offset) in ixgbe_dev_rx_descriptor_status() function