Lines Matching refs:phys
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()
298 dma_addr_t phys; in ioat_alloc_ring_ent() local
301 hw = pci_pool_alloc(ioat_dma->dma_pool, flags, &phys); in ioat_alloc_ring_ent()
308 pci_pool_free(ioat_dma->dma_pool, hw, phys); 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()
668 if (tx->phys == phys_complete) in __cleanup()
810 *ioat_chan->completion = desc->txd.phys; in ioat_eh()