Searched refs:txp_desc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2.c115 struct c2_txp_desc __iomem *txp_desc; c2_tx_ring_alloc() local
125 txp_desc = mmio_txp_ring; c2_tx_ring_alloc()
126 for (i = 0; i < tx_ring->count; i++, elem++, tx_desc++, txp_desc++) { c2_tx_ring_alloc()
132 (void __iomem *) txp_desc + C2_TXP_ADDR); c2_tx_ring_alloc()
133 __raw_writew(0, (void __iomem *) txp_desc + C2_TXP_LEN); c2_tx_ring_alloc()
135 (void __iomem *) txp_desc + C2_TXP_FLAGS); c2_tx_ring_alloc()
139 elem->hw_desc = txp_desc; c2_tx_ring_alloc()
H A Dc2.h182 enum txp_desc { enum

Completed in 162 milliseconds