Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddma.c516 u64 phys_complete; in ioat_get_current_completion() local
520 phys_complete = ioat_chansts_to_addr(completion); in ioat_get_current_completion()
523 (unsigned long long) phys_complete); in ioat_get_current_completion()
525 return phys_complete; in ioat_get_current_completion()
529 u64 *phys_complete) in ioat_cleanup_preamble() argument
531 *phys_complete = ioat_get_current_completion(ioat_chan); in ioat_cleanup_preamble()
532 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
575 static void __cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete) in __cleanup() argument
593 if (!phys_complete) in __cleanup()
617 if (tx->phys == phys_complete) in __cleanup()
[all …]