Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c457 dp->tx_desc_head, in gem_dump_txbuf()
461 dp->tx_desc_tail - dp->tx_desc_head, in gem_dump_txbuf()
464 dp->tx_desc_intr - dp->tx_desc_head); in gem_dump_txbuf()
952 dp->tx_desc_head = (seqnum_t)0; in gem_init_tx_ring()
1098 SLOT(dp->tx_desc_head, tx_ring_size), in gem_reclaim_txbuf()
1099 dp->tx_desc_tail - dp->tx_desc_head, in gem_reclaim_txbuf()
1103 desc_head = dp->tx_desc_head; in gem_reclaim_txbuf()
1144 if (dp->tx_desc_head != desc_head) { in gem_reclaim_txbuf()
1146 dp->tx_desc_head = desc_head; in gem_reclaim_txbuf()
1350 dp->tx_desc_head, dp->tx_desc_tail, in gem_tx_start_unit()
[all …]
H A Dsfe_util.h227 seqnum_t tx_desc_head; member