Lines Matching refs:txd
112 async_tx_ack(&desc->txd); in __ioat2_start_null_desc()
113 ioat2_set_chainaddr(ioat, desc->txd.phys); in __ioat2_start_null_desc()
144 tx = &desc->txd; in __cleanup()
215 ioat2_set_chainaddr(ioat, desc->txd.phys); in __ioat2_restart_chan()
457 dma_async_tx_descriptor_init(&desc->txd, chan); in ioat2_alloc_ring_ent()
458 desc->txd.tx_submit = ioat2_tx_submit_unlock; in ioat2_alloc_ring_ent()
460 desc->txd.phys = phys; in ioat2_alloc_ring_ent()
469 pci_pool_free(dma->dma_pool, desc->hw, desc->txd.phys); in ioat2_free_ring_ent()
502 hw->next = next->txd.phys; in ioat2_alloc_ring()
504 ring[i]->hw->next = ring[0]->txd.phys; in ioat2_alloc_ring()
645 hw->next = next->txd.phys; in reshape_ring()
673 hw->next = next->txd.phys; in reshape_ring()
780 desc->txd.flags = flags; in ioat2_dma_prep_memcpy_lock()
788 return &desc->txd; in ioat2_dma_prep_memcpy_lock()