Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h116 struct buf_ring *vtntx_br; member
H A Dif_vtnet.c870 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()
872 if (txq->vtntx_br == NULL) in vtnet_init_txq()
948 if (txq->vtntx_br != NULL) { in vtnet_destroy_txq()
949 buf_ring_free(txq->vtntx_br, M_DEVBUF); in vtnet_destroy_txq()
950 txq->vtntx_br = NULL; in vtnet_destroy_txq()
2696 br = txq->vtntx_br; in vtnet_txq_mq_start_locked()
2772 error = drbr_enqueue(ifp, txq->vtntx_br, m); in vtnet_txq_mq_start()
2789 if (!drbr_empty(sc->vtnet_ifp, txq->vtntx_br)) in vtnet_txq_tq_deferred()
2809 if (!drbr_empty(ifp, txq->vtntx_br)) in vtnet_txq_start()
2941 while ((m = buf_ring_dequeue_sc(txq->vtntx_br)) != NULL) in vtnet_qflush()