Home
last modified time | relevance | path

Searched refs:tx_flow (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c173 if (srp->tx_flow != 0 || bgep->tx_resched_needed) in bge_recycle_ring()
468 bge_atomic_sub64(&srp->tx_flow, count); in bge_send_serial()
485 if (srp->tx_flow != 0 && srp->tx_free > 1) in bge_send_serial()
562 atomic_inc_64(&srp->tx_flow); in bge_ring_tx()
604 (srp->tx_flow < srp->tx_buffers_low) && in bge_send_drain()
H A Dbge_impl.h541 uint64_t tx_flow; /* # concurrent sends */ member
H A Dbge_kstats.c430 (knp++)->value.ui64 = bgep->send[0].tx_flow; in bge_driverinfo_update()
H A Dbge_main2.c191 srp->tx_flow = 0; in bge_reinit_send_ring()
2544 srp->tx_flow = 0;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c176 used = srp->tx_flow; in nge_tx_recycle()
302 srp->tx_flow += num; in nge_tx_alloc()
325 srp->tx_flow -= slotnum; in nge_tx_start()
326 if (srp->tx_flow == 0) { in nge_tx_start()
H A Dnge_kstats.c192 (knp++)->value.ui64 = ngep->send->tx_flow; in nge_debuginfo_update()
H A Dnge.h552 uint32_t tx_flow; member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c78 (knp++)->value.ui64 = rgep->tx_flow; in rge_driverinfo_update()
H A Drge_rxtx.c394 rgep->tx_flow++; in rge_send_claim()
650 if (--rgep->tx_flow == 0) { in rge_send()
H A Drge.h444 uint32_t tx_flow; member
H A Drge_main.c333 rgep->tx_flow = 0; in rge_reinit_send_ring()