phys_complete     517 drivers/dma/ioat/dma.c 	u64 phys_complete;
phys_complete     521 drivers/dma/ioat/dma.c 	phys_complete = ioat_chansts_to_addr(completion);
phys_complete     524 drivers/dma/ioat/dma.c 		(unsigned long long) phys_complete);
phys_complete     526 drivers/dma/ioat/dma.c 	return phys_complete;
phys_complete     530 drivers/dma/ioat/dma.c 				   u64 *phys_complete)
phys_complete     532 drivers/dma/ioat/dma.c 	*phys_complete = ioat_get_current_completion(ioat_chan);
phys_complete     533 drivers/dma/ioat/dma.c 	if (*phys_complete == ioat_chan->last_completion)
phys_complete     576 drivers/dma/ioat/dma.c static void __cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete)
phys_complete     594 drivers/dma/ioat/dma.c 	if (!phys_complete)
phys_complete     618 drivers/dma/ioat/dma.c 		if (tx->phys == phys_complete)
phys_complete     639 drivers/dma/ioat/dma.c 	ioat_chan->last_completion = phys_complete;
phys_complete     658 drivers/dma/ioat/dma.c 	u64 phys_complete;
phys_complete     662 drivers/dma/ioat/dma.c 	if (ioat_cleanup_preamble(ioat_chan, &phys_complete))
phys_complete     663 drivers/dma/ioat/dma.c 		__cleanup(ioat_chan, phys_complete);
phys_complete     690 drivers/dma/ioat/dma.c 	u64 phys_complete;
phys_complete     699 drivers/dma/ioat/dma.c 	if (ioat_cleanup_preamble(ioat_chan, &phys_complete))
phys_complete     700 drivers/dma/ioat/dma.c 		__cleanup(ioat_chan, phys_complete);
phys_complete     764 drivers/dma/ioat/dma.c 	u64 phys_complete;
phys_complete     773 drivers/dma/ioat/dma.c 	if (ioat_cleanup_preamble(ioat_chan, &phys_complete))
phys_complete     774 drivers/dma/ioat/dma.c 		__cleanup(ioat_chan, phys_complete);
phys_complete     873 drivers/dma/ioat/dma.c 	dma_addr_t phys_complete;
phys_complete     926 drivers/dma/ioat/dma.c 	if (ioat_cleanup_preamble(ioat_chan, &phys_complete))
phys_complete     927 drivers/dma/ioat/dma.c 		__cleanup(ioat_chan, phys_complete);