Home
last modified time | relevance | path

Searched refs:tx_desc_intr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c462 dp->tx_desc_intr, in gem_dump_txbuf()
463 SLOT(dp->tx_desc_intr, dp->gc.gc_tx_ring_size), in gem_dump_txbuf()
464 dp->tx_desc_intr - dp->tx_desc_head); in gem_dump_txbuf()
954 dp->tx_desc_intr = (seqnum_t)0; in gem_init_tx_ring()
1149 if (desc_head - dp->tx_desc_intr > 0) { in gem_reclaim_txbuf()
1150 dp->tx_desc_intr = desc_head; in gem_reclaim_txbuf()
1501 dp->tx_desc_intr = head + avail; in gem_send_common()
1715 dp->tx_active_head, dp->tx_active_tail, dp->tx_desc_intr)); in gem_tx_timeout()
1995 ASSERT(dp->tx_desc_intr - dp->tx_desc_head >= 0); in gem_tx_done()
1996 if (dp->tx_blocked && dp->tx_desc_intr == dp->tx_desc_head) { in gem_tx_done()
H A Dsfe_util.h229 seqnum_t tx_desc_intr; member