Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c167 if ((srp->txbuf_pop_queue->count < srp->tx_buffers_low) && in bge_recycle_ring()
168 (srp->txbuf_pop_queue->count < txbuf_queue->count)) { in bge_recycle_ring()
169 srp->txbuf_push_queue = srp->txbuf_pop_queue; in bge_recycle_ring()
170 srp->txbuf_pop_queue = txbuf_queue; in bge_recycle_ring()
307 txbuf_queue = srp->txbuf_pop_queue; in bge_get_txbuf()
H A Dbge_impl.h526 bge_queue_t *txbuf_pop_queue; member
H A Dbge_kstats.c428 (knp++)->value.ui64 = bgep->send[0].txbuf_pop_queue->count + in bge_driverinfo_update()
H A Dbge_main2.c220 srp->txbuf_pop_queue = txbuf_queue; in bge_reinit_send_ring()
2619 txbuf_queue = srp->txbuf_pop_queue;