Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c528 static int hn_tx_taskq_cnt = 1; variable
530 &hn_tx_taskq_cnt, 0, "# of TX taskqueues");
2102 malloc(hn_tx_taskq_cnt * sizeof(struct taskqueue *), in hn_attach()
2104 for (i = 0; i < hn_tx_taskq_cnt; ++i) { in hn_attach()
2531 for (i = 0; i < hn_tx_taskq_cnt; ++i) in hn_detach()
5185 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()
7610 if (hn_tx_taskq_cnt <= 0) in hn_sysinit()
7611 hn_tx_taskq_cnt = 1; in hn_sysinit()
7612 else if (hn_tx_taskq_cnt > mp_ncpus) in hn_sysinit()
7613 hn_tx_taskq_cnt = mp_ncpus; in hn_sysinit()
[all …]