Searched refs:min_vi_count (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_nic.c | 344 uint32_t min_vi_count, max_vi_count; in rhead_nic_init() local 357 min_vi_count = edcp->edc_min_vi_count; in rhead_nic_init() 369 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in rhead_nic_init() 375 if (vi_count < min_vi_count) { in rhead_nic_init()
|
| H A D | ef10_nic.c | 583 __in uint32_t min_vi_count, in efx_mcdi_alloc_vis() argument 605 MCDI_IN_SET_DWORD(req, ALLOC_VIS_IN_MIN_VI_COUNT, min_vi_count); in efx_mcdi_alloc_vis() 2421 uint32_t min_vi_count, max_vi_count; in ef10_nic_init() local 2450 min_vi_count = edcp->edc_min_vi_count; in ef10_nic_init() 2463 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in ef10_nic_init() 2469 if (vi_count < min_vi_count) { in ef10_nic_init() 2478 if (vi_count < min_vi_count + enp->en_arch.ef10.ena_piobuf_count) { in ef10_nic_init()
|
| H A D | ef10_impl.h | 1442 __in uint32_t min_vi_count,
|