Searched refs:dmatype (Results 1 – 2 of 2) sorted by relevance
401 enum xdma_ip_type dmatype; member697 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_VDMA) { in xilinx_dma_free_tx_descriptor()702 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_free_tx_descriptor()767 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_free_chan_resources()782 if (chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIDMA) { in xilinx_dma_free_chan_resources()878 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_alloc_chan_resources()903 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_alloc_chan_resources()918 (chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIDMA)) { in xilinx_dma_alloc_chan_resources()925 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_alloc_chan_resources()945 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_alloc_chan_resources()[all …]
708 fasdmatype_t dmatype = info->dma.transfer_type; in fas216_cleanuptransfer() local715 if (dmatype == fasdma_pio || dmatype == fasdma_none) in fas216_cleanuptransfer()718 if (dmatype == fasdma_real_all) in fas216_cleanuptransfer()752 fasdmatype_t dmatype; in fas216_transfer() local773 dmatype = fasdma_real_all; in fas216_transfer()775 dmatype = fasdma_pio; in fas216_transfer()783 dmatype = info->dma.setup(info->host, &info->scsi.SCp, in fas216_transfer()784 direction, dmatype); in fas216_transfer()785 info->dma.transfer_type = dmatype; in fas216_transfer()787 if (dmatype == fasdma_real_all) in fas216_transfer()[all …]