Lines Matching refs:tx_desc
114 struct c2_tx_desc *tx_desc; in c2_tx_ring_alloc() local
124 tx_desc = vaddr; in c2_tx_ring_alloc()
126 for (i = 0; i < tx_ring->count; i++, elem++, tx_desc++, txp_desc++) { in c2_tx_ring_alloc()
127 tx_desc->len = 0; in c2_tx_ring_alloc()
128 tx_desc->status = 0; in c2_tx_ring_alloc()
138 elem->ht_desc = tx_desc; in c2_tx_ring_alloc()
143 tx_desc->next_offset = base; in c2_tx_ring_alloc()
146 tx_desc->next_offset = in c2_tx_ring_alloc()
147 base + (i + 1) * sizeof(*tx_desc); in c2_tx_ring_alloc()
308 struct c2_tx_desc *tx_desc = elem->ht_desc; in c2_tx_free() local
310 tx_desc->len = 0; in c2_tx_free()