Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.h241 unsigned int rxq_max; member
H A Dsfc.c243 sa->rxq_max = MIN(rxq_allocated, evq_allocated / 2); in sfc_estimate_resource_limits()
244 sa->txq_max = MIN(txq_allocated, evq_allocated - sa->rxq_max); in sfc_estimate_resource_limits()
H A Dsfc_ethdev.c123 dev_info->max_rx_queues = sa->rxq_max; in sfc_dev_infos_get()