Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c247 static int vtnet_txq_enable_intr(struct vtnet_txq *);
2334 if (vtnet_txq_enable_intr(txq) == 0) in vtnet_txq_notify()
4441 vtnet_txq_enable_intr(struct vtnet_txq *txq) in vtnet_txq_enable_intr() function
4483 vtnet_txq_enable_intr(&sc->vtnet_txqs[i]); in vtnet_enable_tx_interrupts()