Lines Matching refs:tx_addr
147 le32_to_cpu(tp[i].tx_flags), le32_to_cpu(tp[i].tx_addr), in tx_dump_ring()
148 le32_to_cpu(tp[i + 1].tx_flags), le32_to_cpu(tp[i + 1].tx_addr), in tx_dump_ring()
149 le32_to_cpu(tp[i + 2].tx_flags), le32_to_cpu(tp[i + 2].tx_addr), in tx_dump_ring()
150 le32_to_cpu(tp[i + 3].tx_flags), le32_to_cpu(tp[i + 3].tx_addr)); in tx_dump_ring()
205 txd->tx_addr = (__force hme32)addr; in sbus_hme_write_txd()
234 txd->tx_addr = (__force hme32)cpu_to_le32(addr); in pci_hme_write_txd()
275 do { (__txd)->tx_addr = (__force hme32)(u32)(__addr); \
300 do { (__txd)->tx_addr = (__force hme32)cpu_to_le32(__addr); \
1227 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings()
1951 dma_addr = hme_read_desc32(hp, &this->tx_addr); in happy_meal_tx()
2278 addr = hme_read_desc32(hp, &this->tx_addr); in unmap_partial_tx_skb()