Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dfsldma.h191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node) macro
H A Dfsldma.c385 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue()