Home
last modified time | relevance | path

Searched refs:max_vi_count (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_nic.c343 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 Def10_nic.c592 __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 Def10_impl.h1446 __in uint32_t max_vi_count,