plx_dma_dev
static struct plx_dma_dev *chan_to_plx_dma_dev(struct dma_chan *c)
return container_of(c, struct plx_dma_dev, dma_chan);
static struct plx_dma_desc *plx_dma_get_desc(struct plx_dma_dev *plxdev, int i)
static void plx_dma_process_desc(struct plx_dma_dev *plxdev)
static void plx_dma_abort_desc(struct plx_dma_dev *plxdev)
static void __plx_dma_stop(struct plx_dma_dev *plxdev)
static void plx_dma_stop(struct plx_dma_dev *plxdev)
struct plx_dma_dev *plxdev = from_tasklet(plxdev, t, desc_task);
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(c);
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(desc->chan);
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
struct plx_dma_dev *plxdev = devid;
static int plx_dma_alloc_desc(struct plx_dma_dev *plxdev)
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
struct plx_dma_dev *plxdev =
container_of(dma_dev, struct plx_dma_dev, dma_dev);
struct plx_dma_dev *plxdev;
struct plx_dma_dev *plxdev = pci_get_drvdata(pdev);