Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c161 if ((srp->txbuf_pop_queue->count < srp->tx_buffers_low) && in bge_recycle_ring()
162 (srp->txbuf_pop_queue->count < txbuf_queue->count)) { in bge_recycle_ring()
163 srp->txbuf_push_queue = srp->txbuf_pop_queue; in bge_recycle_ring()
164 srp->txbuf_pop_queue = txbuf_queue; in bge_recycle_ring()
301 txbuf_queue = srp->txbuf_pop_queue; in bge_get_txbuf()
H A Dbge_impl.h509 bge_queue_t *txbuf_pop_queue; member
H A Dbge_kstats.c412 (knp++)->value.ui64 = bgep->send[0].txbuf_pop_queue->count + in bge_driverinfo_update()
H A Dbge_main2.c210 srp->txbuf_pop_queue = txbuf_queue; in bge_reinit_send_ring()
2531 txbuf_queue = srp->txbuf_pop_queue;