Searched refs:max_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 357 max_vi_count = edcp->edc_max_vi_count; in rhead_nic_init() 368 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in rhead_nic_init()
|
| H A D | ef10_nic.c | 592 __in uint32_t max_vi_count, in efx_mcdi_alloc_vis() argument 614 MCDI_IN_SET_DWORD(req, ALLOC_VIS_IN_MAX_VI_COUNT, max_vi_count); in efx_mcdi_alloc_vis() 2552 uint32_t min_vi_count, max_vi_count; in ef10_nic_init() local 2582 max_vi_count = in ef10_nic_init() 2594 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in ef10_nic_init()
|
| H A D | ef10_impl.h | 1446 __in uint32_t max_vi_count,
|