Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_nic.c344 uint32_t min_vi_count, max_vi_count; in rhead_nic_init() local
358 max_vi_count = edcp->edc_max_vi_count; in rhead_nic_init()
369 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in rhead_nic_init()
H A Def10_nic.c584 __in uint32_t max_vi_count, in efx_mcdi_alloc_vis() argument
606 MCDI_IN_SET_DWORD(req, ALLOC_VIS_IN_MAX_VI_COUNT, max_vi_count); in efx_mcdi_alloc_vis()
2421 uint32_t min_vi_count, max_vi_count; in ef10_nic_init() local
2451 max_vi_count = in ef10_nic_init()
2463 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in ef10_nic_init()
H A Def10_impl.h1443 __in uint32_t max_vi_count,