Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds