Searched refs:tx_desc_head (Results 1 – 2 of 2) sorted by relevance
457 dp->tx_desc_head, in gem_dump_txbuf()458 SLOT(dp->tx_desc_head, dp->gc.gc_tx_ring_size), 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()[all …]
227 seqnum_t tx_desc_head; member