Home
last modified time | relevance | path

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

/drivers/soc/fsl/qe/
Dqmc.c319 struct qmc_xfer_desc *xfer_desc; in qmc_chan_write_submit() local
346 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_submit()
347 xfer_desc->tx_complete = complete; in qmc_chan_write_submit()
348 xfer_desc->context = context; in qmc_chan_write_submit()
373 struct qmc_xfer_desc *xfer_desc; in qmc_chan_write_done() local
396 xfer_desc = &chan->tx_desc[bd - chan->txbds]; in qmc_chan_write_done()
397 complete = xfer_desc->tx_complete; in qmc_chan_write_done()
398 context = xfer_desc->context; in qmc_chan_write_done()
399 xfer_desc->tx_complete = NULL; in qmc_chan_write_done()
400 xfer_desc->context = NULL; in qmc_chan_write_done()
[all …]
/drivers/media/pci/pt3/
Dpt3.h67 #define DESCS_IN_PAGE (PAGE_SIZE / sizeof(struct xfer_desc))
75 struct xfer_desc { struct
86 struct xfer_desc *descs; /* PAGE_SIZE (xfer_desc[DESCS_IN_PAGE]) */
Dpt3_dma.c153 struct xfer_desc *d; in pt3_alloc_dmabuf()
194 desc_addr += sizeof(struct xfer_desc); in pt3_alloc_dmabuf()