Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c442 dp->tx_active_head, in gem_dump_txbuf()
443 SLOT(dp->tx_active_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
446 dp->tx_active_tail - dp->tx_active_head, in gem_dump_txbuf()
946 dp->tx_active_head = dp->tx_softq_head; in gem_init_tx_ring()
1004 head = dp->tx_active_head; in gem_clean_tx_buf()
1042 dp->tx_active_head = dp->tx_free_head; in gem_clean_tx_buf()
1074 head = dp->tx_active_head; in gem_reclaim_txbuf()
1089 ASSERT(dp->tx_free_tail - dp->tx_active_head in gem_reclaim_txbuf()
1105 dp->tx_active_head = (++sn), tbp = tbp->txb_next) { in gem_reclaim_txbuf()
1178 while (sn != dp->tx_active_head + dp->gc.gc_tx_buf_limit) { in gem_reclaim_txbuf()
[all …]
H A Dsfe_util.h234 seqnum_t tx_active_head; member