Lines Matching refs:tx_desc
729 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES); in ace_free_descriptors()
786 size = (sizeof(struct tx_desc) * MAX_TX_RING_ENTRIES); in ace_allocate_descriptors()
1286 ap->tx_ring = (__force struct tx_desc *) regs->Window; in ace_init()
1288 * sizeof(struct tx_desc)) / sizeof(u32); i++) in ace_init()
1294 MAX_TX_RING_ENTRIES * sizeof(struct tx_desc)); in ace_init()
2334 struct tx_desc __iomem *tx; in ace_close()
2335 tx = (__force struct tx_desc __iomem *) &ap->tx_ring[i]; in ace_close()
2341 sizeof(struct tx_desc)); in ace_close()
2387 ace_load_tx_bd(struct ace_private *ap, struct tx_desc *desc, u64 addr, in ace_load_tx_bd()
2395 struct tx_desc __iomem *io = (__force struct tx_desc __iomem *) desc; in ace_load_tx_bd()
2414 struct tx_desc *desc; in ace_start_xmit()