Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h291 struct buf_ring *rx_br; /* Reception buf ring */ member
H A Dnicvf_queues.c681 err = buf_ring_enqueue(cq->rx_br, mbuf); in nicvf_rcv_pkt_handler()
827 while (!buf_ring_empty(cq->rx_br)) { in nicvf_cq_intr_handler()
828 mbuf = buf_ring_dequeue_mc(cq->rx_br); in nicvf_cq_intr_handler()
930 cq->rx_br = buf_ring_alloc(CMP_QUEUE_LEN * 8, M_DEVBUF, M_WAITOK, in nicvf_init_cmp_queue()
976 drbr_free(cq->rx_br, M_DEVBUF); in nicvf_free_cmp_queue()