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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h105 struct buf_ring *vtntx_br; member in struct:vtnet_txq
H A Dif_vtnet.c715 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF,
717 if (txq->vtntx_br == NULL)
788 if (txq->vtntx_br != NULL) {
789 buf_ring_free(txq->vtntx_br, M_DEVBUF);
790 txq->vtntx_br = NULL;
2291 br = txq->vtntx_br;
2368 error = drbr_enqueue(ifp, txq->vtntx_br, m);
2385 if (!drbr_empty(sc->vtnet_ifp, txq->vtntx_br))
2405 if (!drbr_empty(ifp, txq->vtntx_br))
2539 while ((m = buf_ring_dequeue_sc(txq->vtntx_br)) !
[all...]

Completed in 50 milliseconds