Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c538 static int hn_tx_taskq_mode = HN_TX_TASKQ_M_INDEP; variable
540 &hn_tx_taskq_mode, 0, "TX taskqueue modes: "
2111 if (hn_tx_taskq_mode == HN_TX_TASKQ_M_INDEP) { in hn_attach()
2124 } else if (hn_tx_taskq_mode == HN_TX_TASKQ_M_GLOBAL) { in hn_attach()
5192 if (hn_tx_taskq_mode == HN_TX_TASKQ_M_EVTTQ) { in hn_tx_ring_create()
7633 switch (hn_tx_taskq_mode) { in hn_sysinit()
7639 hn_tx_taskq_mode = HN_TX_TASKQ_M_INDEP; in hn_sysinit()
7646 if (hn_tx_taskq_mode != HN_TX_TASKQ_M_GLOBAL) in hn_sysinit()