Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c536 static int hn_tx_taskq_mode = HN_TX_TASKQ_M_INDEP; variable
538 &hn_tx_taskq_mode, 0, "TX taskqueue modes: "
2098 if (hn_tx_taskq_mode == HN_TX_TASKQ_M_INDEP) { in hn_attach()
2111 } else if (hn_tx_taskq_mode == HN_TX_TASKQ_M_GLOBAL) { in hn_attach()
5181 if (hn_tx_taskq_mode == HN_TX_TASKQ_M_EVTTQ) { in hn_tx_ring_create()
7618 switch (hn_tx_taskq_mode) { in hn_sysinit()
7624 hn_tx_taskq_mode = HN_TX_TASKQ_M_INDEP; in hn_sysinit()
7631 if (hn_tx_taskq_mode != HN_TX_TASKQ_M_GLOBAL) in hn_sysinit()