Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h132 struct task hn_txeof_task; member
H A Dif_hn.c5203 TASK_INIT(&txr->hn_txeof_task, 0, hn_start_txeof_taskfunc, txr); in hn_tx_ring_create()
5211 TASK_INIT(&txr->hn_txeof_task, 0, hn_xmit_txeof_taskfunc, txr); in hn_tx_ring_create()
5855 taskqueue_enqueue(txr->hn_tx_taskq, &txr->hn_txeof_task); in hn_start_txeof()
6151 taskqueue_enqueue(txr->hn_tx_taskq, &txr->hn_txeof_task); in hn_xmit_txeof()
6828 taskqueue_drain(txr->hn_tx_taskq, &txr->hn_txeof_task); in hn_suspend_data()
6937 taskqueue_enqueue(txr->hn_tx_taskq, &txr->hn_txeof_task); in hn_resume_data()