Searched refs:min_vi_count (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_nic.c | 343 uint32_t min_vi_count, max_vi_count; in rhead_nic_init() local 356 min_vi_count = edcp->edc_min_vi_count; in rhead_nic_init() 368 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in rhead_nic_init() 374 if (vi_count < min_vi_count) { in rhead_nic_init()
|
| H A D | ef10_nic.c | 591 __in uint32_t min_vi_count, in efx_mcdi_alloc_vis() argument 613 MCDI_IN_SET_DWORD(req, ALLOC_VIS_IN_MIN_VI_COUNT, min_vi_count); in efx_mcdi_alloc_vis() 2552 uint32_t min_vi_count, max_vi_count; in ef10_nic_init() local 2581 min_vi_count = edcp->edc_min_vi_count; in ef10_nic_init() 2594 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in ef10_nic_init() 2600 if (vi_count < min_vi_count) { in ef10_nic_init() 2609 if (vi_count < min_vi_count + enp->en_arch.ef10.ena_piobuf_count) { in ef10_nic_init()
|
| H A D | ef10_impl.h | 1445 __in uint32_t min_vi_count,
|