Home
last modified time | relevance | path

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

/drivers/dma/
Dioat_dma.c202 INIT_LIST_HEAD(&ioat_chan->used_desc); in ioat_dma_enumerate_channels()
280 if (ioat_chan->used_desc.prev) { in ioat_dma_chan_reset_part2()
281 desc = to_ioat_desc(ioat_chan->used_desc.prev); in ioat_dma_chan_reset_part2()
285 } while (&desc->node != ioat_chan->used_desc.next); in ioat_dma_chan_reset_part2()
292 desc = to_ioat_desc(ioat_chan->used_desc.prev); in ioat_dma_chan_reset_part2()
331 if (!ioat_chan->used_desc.prev) in ioat_dma_reset_channel()
398 && (ioat_chan->used_desc.prev != ioat_chan->used_desc.next) in ioat_dma_chan_watchdog()
450 && ioat_chan->used_desc.prev in ioat_dma_chan_watchdog()
495 prev = to_ioat_desc(ioat_chan->used_desc.prev); in ioat1_tx_submit()
560 to_ioat_desc(ioat_chan->used_desc.prev)->hw->next = in ioat1_tx_submit()
[all …]
Dioatdma.h88 struct list_head used_desc; member