Lines Matching refs:txd
188 async_tx_ack(&desc->txd); in __ioat_start_null_desc()
189 ioat_set_chainaddr(ioat_chan, desc->txd.phys); in __ioat_start_null_desc()
221 ioat_set_chainaddr(ioat_chan, desc->txd.phys); in __ioat_restart_chan()
312 dma_async_tx_descriptor_init(&desc->txd, chan); in ioat_alloc_ring_ent()
313 desc->txd.tx_submit = ioat_tx_submit_unlock; in ioat_alloc_ring_ent()
315 desc->txd.phys = phys; in ioat_alloc_ring_ent()
324 pci_pool_free(ioat_dma->dma_pool, desc->hw, desc->txd.phys); in ioat_free_ring_ent()
358 hw->next = next->txd.phys; in ioat_alloc_ring()
360 ring[i]->hw->next = ring[0]->txd.phys; in ioat_alloc_ring()
432 hw->next = next->txd.phys; in reshape_ring()
460 hw->next = next->txd.phys; in reshape_ring()
658 tx = &desc->txd; in __cleanup()
795 tx = &desc->txd; in ioat_eh()
810 *ioat_chan->completion = desc->txd.phys; in ioat_eh()