Searched refs:tx_used_desc (Results 1 – 1 of 1) sorted by relevance
347 int tx_used_desc; member1072 tx_index = txq->tx_used_desc; in txq_reclaim()1084 txq->tx_used_desc = tx_index + 1; in txq_reclaim()1085 if (txq->tx_used_desc == txq->tx_ring_size) in txq_reclaim()1086 txq->tx_used_desc = 0; in txq_reclaim()2055 txq->tx_used_desc = 0; in txq_init()2129 BUG_ON(txq->tx_used_desc != txq->tx_curr_desc); in txq_deinit()