Searched refs:rxr_cnt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | hn_rndis.h | 37 int hn_rndis_query_rsscaps(struct hn_softc *sc, int *rxr_cnt);
|
H A D | hn_rndis.c | 411 int error, indsz, rxr_cnt, hash_fnidx; in hn_rndis_query_rsscaps() local 462 rxr_cnt = caps.ndis_nrxr; in hn_rndis_query_rsscaps() 485 if (indsz < rxr_cnt) { in hn_rndis_query_rsscaps() 487 "RSS indirect table size %d\n", rxr_cnt, indsz); in hn_rndis_query_rsscaps() 488 rxr_cnt = indsz; in hn_rndis_query_rsscaps() 525 *rxr_cnt0 = rxr_cnt; in hn_rndis_query_rsscaps()
|
H A D | if_hn.c | 6361 int nchan, rxr_cnt, error; in hn_synth_alloc_subchans() local 6376 error = hn_rndis_query_rsscaps(sc, &rxr_cnt); in hn_synth_alloc_subchans() 6384 rxr_cnt, nchan); in hn_synth_alloc_subchans() 6387 if (nchan > rxr_cnt) in hn_synth_alloc_subchans() 6388 nchan = rxr_cnt; in hn_synth_alloc_subchans()
|