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

/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c5950 struct buf_ring *tx_br = fp->tx_br; local
5957 if (!tx_br) {
5963 depth = drbr_inuse(ifp, tx_br);
5972 next = drbr_dequeue(ifp, tx_br);
5973 } else if (drbr_needs_enqueue(ifp, tx_br)) {
5975 rc = drbr_enqueue(ifp, tx_br, m);
5980 next = drbr_dequeue(ifp, tx_br);
6004 rc = drbr_enqueue(ifp, tx_br, next);
6030 next = drbr_dequeue(ifp, tx_br);
[all...]
H A Dbxe.h730 struct buf_ring *tx_br; member in struct:bxe_fastpath

Completed in 85 milliseconds