Searched refs:rte_eth_rx_queue_count (Results 1 – 6 of 6) sorted by relevance
197 The rte_eth_rx_burst() function and the newly-added rte_eth_rx_queue_count() function are used in t…248 rx_ring_length = rte_eth_rx_queue_count(portid, queueid);314 according to available descriptor number returned from rte_eth_rx_queue_count().
510 * The ``rte_eth_rx_queue_count()`` function now returns "int" instead of551 ``rte_eth_rx_descriptor_done()`` and ``rte_eth_rx_queue_count()`` will
121 * Added support for the ``rte_eth_rx_queue_count`` function.
795 count = rte_eth_rx_queue_count(i, j); in show_port()
4891 rte_eth_rx_queue_count(uint16_t port_id, uint16_t queue_id) in rte_eth_rx_queue_count() function
786 uint32_t rxq_count = rte_eth_rx_queue_count(port_id, queue_id); in power_freq_scaleup_heuristic()