Lines Matching refs:seg_mv
443 struct xilinx_aximcdma_tx_segment *seg_mv; member
928 dma_free_coherent(chan->dev, sizeof(*chan->seg_mv) * in xilinx_dma_free_chan_resources()
929 XILINX_DMA_NUM_DESCS, chan->seg_mv, in xilinx_dma_free_chan_resources()
1141 chan->seg_mv = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1142 sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1145 if (!chan->seg_mv) { in xilinx_dma_alloc_chan_resources()
1152 chan->seg_mv[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1153 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1155 chan->seg_mv[i].hw.next_desc_msb = in xilinx_dma_alloc_chan_resources()
1156 upper_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1158 chan->seg_mv[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1159 sizeof(*chan->seg_mv) * i; in xilinx_dma_alloc_chan_resources()
1160 list_add_tail(&chan->seg_mv[i].node, in xilinx_dma_alloc_chan_resources()