Searched refs:txp_desc (Results 1 – 2 of 2) sorted by relevance
115 struct c2_txp_desc __iomem *txp_desc; in c2_tx_ring_alloc() local125 txp_desc = mmio_txp_ring; in c2_tx_ring_alloc()126 for (i = 0; i < tx_ring->count; i++, elem++, tx_desc++, txp_desc++) { in c2_tx_ring_alloc()132 (void __iomem *) txp_desc + C2_TXP_ADDR); in c2_tx_ring_alloc()133 __raw_writew(0, (void __iomem *) txp_desc + C2_TXP_LEN); in c2_tx_ring_alloc()135 (void __iomem *) txp_desc + C2_TXP_FLAGS); in c2_tx_ring_alloc()139 elem->hw_desc = txp_desc; in c2_tx_ring_alloc()
182 enum txp_desc { enum