Searched refs:edl_max_evq_count (Results 1 – 5 of 5) sorted by relevance
248 limits.edl_max_evq_count = 1 + SFC_VDPA_MAX_QUEUE_PAIRS; in sfc_vdpa_estimate_resource_limits()250 SFC_VDPA_ASSERT(limits.edl_max_evq_count >= limits.edl_min_rxq_count); in sfc_vdpa_estimate_resource_limits()277 evq_allocated = RTE_MIN(evq_allocated, limits.edl_max_evq_count); in sfc_vdpa_estimate_resource_limits()
231 limits.edl_max_evq_count = encp->enc_evq_limit / 2; in sfc_estimate_resource_limits()232 SFC_ASSERT(limits.edl_max_evq_count >= limits.edl_min_rxq_count); in sfc_estimate_resource_limits()236 MIN(encp->enc_rxq_limit, (limits.edl_max_evq_count - 1) / 2); in sfc_estimate_resource_limits()241 limits.edl_max_evq_count - 1 - limits.edl_max_rxq_count); in sfc_estimate_resource_limits()269 evq_allocated = MIN(evq_allocated, limits.edl_max_evq_count); in sfc_estimate_resource_limits()377 lim.edl_min_evq_count = lim.edl_max_evq_count = in sfc_set_drv_limits()
289 max_evq_count = MIN(edlp->edl_max_evq_count, encp->enc_evq_limit); in rhead_nic_set_drv_limits()
2407 max_evq_count = MIN(edlp->edl_max_evq_count, encp->enc_evq_limit); in ef10_nic_set_drv_limits()
1732 uint32_t edl_max_evq_count; member