Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c538 hn_nvs_alloc_subchans(struct hn_data *hv, uint32_t *nsubch) in hn_nvs_alloc_subchans() argument
547 req.nsubch = *nsubch; in hn_nvs_alloc_subchans()
562 if (resp.nsubch > *nsubch) { in hn_nvs_alloc_subchans()
565 resp.nsubch, *nsubch); in hn_nvs_alloc_subchans()
567 *nsubch = resp.nsubch; in hn_nvs_alloc_subchans()
H A Dhn_nvs.h177 uint32_t nsubch; member
184 uint32_t nsubch; member
214 int hn_nvs_alloc_subchans(struct hn_data *hv, uint32_t *nsubch);