Lines Matching refs:phys
113 ioat2_set_chainaddr(ioat, desc->txd.phys); in __ioat2_start_null_desc()
155 if (tx->phys == phys_complete) in __cleanup()
215 ioat2_set_chainaddr(ioat, desc->txd.phys); in __ioat2_restart_chan()
443 dma_addr_t phys; in ioat2_alloc_ring_ent() local
446 hw = pci_pool_alloc(dma->dma_pool, flags, &phys); in ioat2_alloc_ring_ent()
453 pci_pool_free(dma->dma_pool, hw, phys); 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()