Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Ddma-axi-dmac.c102 #define AXI_DMAC_SG_UNUSED 32U macro
254 if (sg->hw->id != AXI_DMAC_SG_UNUSED) { in axi_dmac_start_transfer()
343 if (sg->hw->id == AXI_DMAC_SG_UNUSED) in axi_dmac_dequeue_partial_xfers()
425 if (sg->hw->id == AXI_DMAC_SG_UNUSED) /* Not yet submitted */ in axi_dmac_transfer_done()
430 sg->hw->id = AXI_DMAC_SG_UNUSED; in axi_dmac_transfer_done()
557 hws[i].id = AXI_DMAC_SG_UNUSED; in axi_dmac_alloc_desc()