Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c444 dp->tx_active_tail, in gem_dump_txbuf()
446 dp->tx_active_tail - dp->tx_active_head, in gem_dump_txbuf()
947 dp->tx_active_tail = dp->tx_softq_head; in gem_init_tx_ring()
1043 dp->tx_active_tail = dp->tx_free_head; in gem_clean_tx_buf()
1075 tail = dp->tx_active_tail; in gem_reclaim_txbuf()
1342 ASSERT(dp->tx_softq_head == dp->tx_active_tail); in gem_tx_start_unit()
1367 dp->tx_softq_head = dp->tx_active_tail = tail; in gem_tx_start_unit()
1677 if (dp->tx_active_head == dp->tx_active_tail) { in gem_tx_timeout()
3201 (dp->tx_active_tail - dp->tx_active_head); in gem_mac_stop()
3254 ASSERT(dp->tx_active_tail == dp->tx_softq_head); in gem_mac_stop()
[all …]
H A Dsfe_util.h235 seqnum_t tx_active_tail; member