Searched refs:nsubch_req (Results 1 – 1 of 1) sorted by relevance
682 int error, nsubch_req; in hn_nvs_alloc_subchans() local686 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()