Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.c180 uint32_t rxq_allocated; in sfc_estimate_resource_limits() local
228 rc = efx_nic_get_vi_pool(sa->nic, &evq_allocated, &rxq_allocated, in sfc_estimate_resource_limits()
235 rxq_allocated = MIN(rxq_allocated, limits.edl_max_rxq_count); in sfc_estimate_resource_limits()
243 sa->rxq_max = MIN(rxq_allocated, evq_allocated / 2); in sfc_estimate_resource_limits()