Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c154 static int vtnet_txq_notify(struct vtnet_txq *);
2305 vtnet_txq_notify(struct vtnet_txq *txq) in vtnet_txq_notify() function
2660 if (enq > 0 && vtnet_txq_notify(txq) != 0) { in vtnet_start_locked()
2740 if (enq > 0 && vtnet_txq_notify(txq) != 0) { in vtnet_txq_mq_start_locked()
4449 (void)vtnet_txq_notify(txq); in vtnet_debugnet_transmit()