Searched defs:tx_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c145 bgep->watchdog = (slot == srp->tx_next) ? 0 : 1;
369 uint32_t tx_next; local
390 tx_next = srp->tx_next;
432 ssbdp = &srp->sw_sbds[tx_next];
460 tx_next = NEXT(tx_next, srp->desc.nslots);
470 if (srp->tx_next > tx_next) {
472 (srp->desc.nslots - srp->tx_next) *
[all...]
H A Dbge_impl.h540 uint64_t tx_next; /* next slot to use */ member in struct:send_ring
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h67 struct xnf_txbuf *tx_next; member in struct:xnf_txbuf
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h442 uint32_t tx_next; /* current tx bd index */ member in struct:rge
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h548 * (tx_next)
551 uint32_t tx_next; /* next slot to use */ member in struct:send_ring

Completed in 74 milliseconds