Searched refs:vi_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_nic.c458 uint32_t vi_count = 0; local
460 if ((rc = (enop->eno_get_vi_pool)(enp, &vi_count)) != 0)
463 *evq_countp = vi_count;
464 *rxq_countp = vi_count;
465 *txq_countp = vi_count;
H A Def10_nic.c2185 uint32_t vi_count, vi_base, vi_shift; local
2228 vi_count = 0;
2230 &vi_base, &vi_count, &vi_shift)) != 0)
2233 EFSYS_PROBE2(vi_alloc, uint32_t, vi_base, uint32_t, vi_count);
2235 if (vi_count < min_vi_count) {
2241 enp->en_arch.ef10.ena_vi_count = vi_count;
2244 if (vi_count < min_vi_count + enp->en_arch.ef10.ena_piobuf_count) {
2250 vi_count - enp->en_arch.ef10.ena_piobuf_count;
H A Def10_tlv_layout.h792 * away from the highest numbered port first, so a vi_count of 1024 means 1024
803 uint16_t vi_count; member in struct:tlv_descriptor_cache_config

Completed in 72 milliseconds