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.c156 static int vtnet_txq_notify(struct vtnet_txq *);
2325 vtnet_txq_notify(struct vtnet_txq *txq) in vtnet_txq_notify() function
2685 if (enq > 0 && vtnet_txq_notify(txq) != 0) { in vtnet_start_locked()
2764 if (enq > 0 && vtnet_txq_notify(txq) != 0) { in vtnet_txq_mq_start_locked()
4586 (void)vtnet_txq_notify(txq); in vtnet_debugnet_transmit()