Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c530 static int hn_tx_taskq_cnt = 1; variable
532 &hn_tx_taskq_cnt, 0, "# of TX taskqueues");
2115 malloc(hn_tx_taskq_cnt * sizeof(struct taskqueue *), in hn_attach()
2117 for (i = 0; i < hn_tx_taskq_cnt; ++i) { in hn_attach()
2544 for (i = 0; i < hn_tx_taskq_cnt; ++i) in hn_detach()
5196 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()
7625 if (hn_tx_taskq_cnt <= 0) in hn_sysinit()
7626 hn_tx_taskq_cnt = 1; in hn_sysinit()
7627 else if (hn_tx_taskq_cnt > mp_ncpus) in hn_sysinit()
7628 hn_tx_taskq_cnt = mp_ncpus; in hn_sysinit()
[all …]