Lines Matching refs:txd
203 static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in sbus_hme_write_txd() argument
205 txd->tx_addr = (__force hme32)addr; in sbus_hme_write_txd()
207 txd->tx_flags = (__force hme32)flags; in sbus_hme_write_txd()
232 static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in pci_hme_write_txd() argument
234 txd->tx_addr = (__force hme32)cpu_to_le32(addr); in pci_hme_write_txd()
236 txd->tx_flags = (__force hme32)cpu_to_le32(flags); in pci_hme_write_txd()
1219 struct happy_meal_txd *txd; in happy_meal_clean_rings() local
1226 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings()
1227 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings()
1230 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
1235 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()