Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c459 dp->tx_desc_head, in gem_dump_txbuf()
460 SLOT(dp->tx_desc_head, dp->gc.gc_tx_ring_size), in gem_dump_txbuf()
463 dp->tx_desc_tail - dp->tx_desc_head, in gem_dump_txbuf()
466 dp->tx_desc_intr - dp->tx_desc_head); in gem_dump_txbuf()
954 dp->tx_desc_head = (seqnum_t)0; in gem_init_tx_ring()
1100 SLOT(dp->tx_desc_head, tx_ring_size), in gem_reclaim_txbuf()
1101 dp->tx_desc_tail - dp->tx_desc_head, in gem_reclaim_txbuf()
1105 desc_head = dp->tx_desc_head; in gem_reclaim_txbuf()
1146 if (dp->tx_desc_head != desc_head) { in gem_reclaim_txbuf()
1148 dp->tx_desc_head = desc_head; in gem_reclaim_txbuf()
[all …]
H A Dsfe_util.h227 seqnum_t tx_desc_head; member