Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc.c293 sa->rxq_max = 1; in sfc_estimate_resource_limits()
348 sa->rxq_max += MIN(rxq_allocated, evq_allocated / 2); in sfc_estimate_resource_limits()
349 sa->txq_max += MIN(txq_allocated, evq_allocated - sa->rxq_max); in sfc_estimate_resource_limits()
H A Dsfc.h251 unsigned int rxq_max; member
H A Dsfc_ethdev.c122 dev_info->max_rx_queues = sa->rxq_max; in sfc_dev_infos_get()