Searched refs:phys_complete (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/ioat/
H A Ddma.c531 u64 phys_complete; local
535 phys_complete = ioat_chansts_to_addr(completion);
537 dev_dbg(to_dev(ioat_chan), "%s: phys_complete: %#llx\n", __func__,
538 (unsigned long long) phys_complete);
540 return phys_complete;
544 u64 *phys_complete)
546 *phys_complete = ioat_get_current_completion(ioat_chan);
547 if (*phys_complete == ioat_chan->last_completion)
589 * @phys_complete: zeroed (or not) completion address (from status)
591 static void __ioat_cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete) argument
543 ioat_cleanup_preamble(struct ioatdma_chan *ioat_chan, u64 *phys_complete) argument
673 u64 phys_complete; local
705 u64 phys_complete; local
779 u64 phys_complete; local
905 dma_addr_t phys_complete; local
[all...]

Completed in 103 milliseconds