Home
last modified time | relevance | path

Searched refs:tx_next (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_send.c145 bgep->watchdog = (slot == srp->tx_next) ? 0 : 1; in bge_recycle_ring()
369 uint32_t tx_next; in bge_send_serial() local
390 tx_next = srp->tx_next; in bge_send_serial()
432 ssbdp = &srp->sw_sbds[tx_next]; in bge_send_serial()
460 tx_next = NEXT(tx_next, srp->desc.nslots); in bge_send_serial()
470 if (srp->tx_next > tx_next) { in bge_send_serial()
472 (srp->desc.nslots - srp->tx_next) * in bge_send_serial()
475 count -= srp->desc.nslots - srp->tx_next; in bge_send_serial()
480 bge_mbx_put(bgep, srp->chip_mbx_reg, tx_next); in bge_send_serial()
481 srp->tx_next = tx_next; in bge_send_serial()
H A Dbge_impl.h540 uint64_t tx_next; /* next slot to use */ member
H A Dbge_kstats.c425 (knp++)->value.ui64 = bgep->send[0].tx_next; in bge_driverinfo_update()
H A Dbge_main2.c222 srp->tx_next = 0; in bge_reinit_send_ring()
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_tx.c175 next = srp->tx_next; in nge_tx_recycle()
251 ASSERT(srp->tc_next == NEXT_INDEX(srp->tx_next, srp->tx_free, nslots)); in nge_tx_recycle()
298 start = srp->tx_next; in nge_tx_alloc()
300 srp->tx_next = NEXT_INDEX(start, num, srp->desc.nslots); in nge_tx_alloc()
H A Dnge_kstats.c190 (knp++)->value.ui64 = ngep->send->tx_next; in nge_debuginfo_update()
H A Dnge.h551 uint32_t tx_next; /* next slot to use */ member
H A Dnge_main.c583 srp->tx_next = 0; in nge_reinit_send_ring()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.h67 struct xnf_txbuf *tx_next; member
H A Dxnf.c1480 txp = txp->tx_next; in tx_push_packets()
1618 txp->tx_next = NULL; in xnf_send()
1647 tail->tx_next = txp; in xnf_send()
1703 xnf_txbuf_t *next = loop->tx_next; in xnf_send()
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_rxtx.c391 slot = rgep->tx_next; in rge_send_claim()
393 rgep->tx_next = next; in rge_send_claim()
652 rgep->tc_tail = rgep->tx_next; in rge_send()
H A Drge_kstats.c78 (knp++)->value.ui64 = rgep->tx_next; in rge_driverinfo_update()
H A Drge.h442 uint32_t tx_next; /* current tx bd index */ member
H A Drge_main.c330 rgep->tx_next = 0; in rge_reinit_send_ring()