Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c176 static int vtnet_txq_eof(struct vtnet_txq *);
2322 if (vtnet_txq_eof(txq) != 0 && vtnet_txq_below_threshold(txq) == 0) { in vtnet_txq_notify()
2637 vtnet_txq_eof(txq); in vtnet_start_locked()
2716 vtnet_txq_eof(txq); in vtnet_txq_mq_start_locked()
2832 vtnet_txq_eof(txq); in vtnet_txq_tq_intr()
2839 vtnet_txq_eof(struct vtnet_txq *txq) in vtnet_txq_eof() function
2903 vtnet_txq_eof(txq); in vtnet_tx_vq_intr()
2967 if (vtnet_txq_eof(txq) != 0) in vtnet_watchdog()
4464 (void)vtnet_txq_eof(&sc->vtnet_txqs[0]); in vtnet_debugnet_poll()