Searched refs:evq_allocated (Results 1 – 1 of 1) sorted by relevance
179 uint32_t evq_allocated; in sfc_estimate_resource_limits() local228 rc = efx_nic_get_vi_pool(sa->nic, &evq_allocated, &rxq_allocated, in sfc_estimate_resource_limits()234 evq_allocated = MIN(evq_allocated, limits.edl_max_evq_count); in sfc_estimate_resource_limits()239 SFC_ASSERT(evq_allocated > 0); in sfc_estimate_resource_limits()240 evq_allocated--; in sfc_estimate_resource_limits()243 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()