Searched refs:edl_max_evq_count (Results 1 – 4 of 4) sorted by relevance
196 limits.edl_max_evq_count = encp->enc_evq_limit / 2; in sfc_estimate_resource_limits()197 SFC_ASSERT(limits.edl_max_evq_count >= limits.edl_min_rxq_count); in sfc_estimate_resource_limits()201 MIN(encp->enc_rxq_limit, (limits.edl_max_evq_count - 1) / 2); in sfc_estimate_resource_limits()206 limits.edl_max_evq_count - 1 - limits.edl_max_rxq_count); in sfc_estimate_resource_limits()234 evq_allocated = MIN(evq_allocated, limits.edl_max_evq_count); in sfc_estimate_resource_limits()264 lim.edl_min_evq_count = lim.edl_max_evq_count = in sfc_set_drv_limits()
290 max_evq_count = MIN(edlp->edl_max_evq_count, encp->enc_evq_limit); in rhead_nic_set_drv_limits()
2276 max_evq_count = MIN(edlp->edl_max_evq_count, encp->enc_evq_limit); in ef10_nic_set_drv_limits()
1669 uint32_t edl_max_evq_count; member