Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nic.c478 __in uint32_t min_vi_count, in efx_mcdi_alloc_vis() argument
501 MCDI_IN_SET_DWORD(req, ALLOC_VIS_IN_MIN_VI_COUNT, min_vi_count); in efx_mcdi_alloc_vis()
1347 uint32_t min_vi_count, max_vi_count; in ef10_nic_init() local
1377 min_vi_count = edcp->edc_min_vi_count; in ef10_nic_init()
1390 if ((rc = efx_mcdi_alloc_vis(enp, min_vi_count, max_vi_count, in ef10_nic_init()
1396 if (vi_count < min_vi_count) { in ef10_nic_init()
1405 if (vi_count < min_vi_count + enp->en_arch.ef10.ena_piobuf_count) { in ef10_nic_init()