Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c445 static void hn_xmit_txeof_taskfunc(void *, int);
5211 TASK_INIT(&txr->hn_txeof_task, 0, hn_xmit_txeof_taskfunc, txr); in hn_tx_ring_create()
6166 hn_xmit_txeof_taskfunc(void *xtxr, int pending __unused) in hn_xmit_txeof_taskfunc() function