Searched refs:tx_desc_intr (Results 1 – 2 of 2) sorted by relevance
464 dp->tx_desc_intr, in gem_dump_txbuf()465 SLOT(dp->tx_desc_intr, dp->gc.gc_tx_ring_size), in gem_dump_txbuf()466 dp->tx_desc_intr - dp->tx_desc_head); in gem_dump_txbuf()956 dp->tx_desc_intr = (seqnum_t)0; in gem_init_tx_ring()1151 if (desc_head - dp->tx_desc_intr > 0) { in gem_reclaim_txbuf()1152 dp->tx_desc_intr = desc_head; in gem_reclaim_txbuf()1503 dp->tx_desc_intr = head + avail; in gem_send_common()1717 dp->tx_active_head, dp->tx_active_tail, dp->tx_desc_intr)); in gem_tx_timeout()1997 ASSERT(dp->tx_desc_intr - dp->tx_desc_head >= 0); in gem_tx_done()1998 if (dp->tx_blocked && dp->tx_desc_intr == dp->tx_desc_head) { in gem_tx_done()
229 seqnum_t tx_desc_intr; member