Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c175 static void vtnet_txq_tq_intr(void *, int);
877 TASK_INIT(&txq->vtntx_intrtask, 0, vtnet_txq_tq_intr, txq); in vtnet_init_txq()
2815 vtnet_txq_tq_intr(void *xtxq, int pending __unused) in vtnet_txq_tq_intr() function