Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/netvsc/
HDhn_nvs.c682 int error, nsubch_req; in hn_nvs_alloc_subchans() local
686 nsubch_req = *nsubch0; in hn_nvs_alloc_subchans()
687 KASSERT(nsubch_req > 0, ("invalid # of sub-channels %d", nsubch_req)); in hn_nvs_alloc_subchans()
697 req->nvs_nsubch = nsubch_req; in hn_nvs_alloc_subchans()
715 if (nsubch > nsubch_req) { in hn_nvs_alloc_subchans()
717 "requested %d\n", nsubch, nsubch_req); in hn_nvs_alloc_subchans()
718 nsubch = nsubch_req; in hn_nvs_alloc_subchans()