Searched refs:seg_mv (Results 1 – 1 of 1) sorted by relevance
450 struct xilinx_aximcdma_tx_segment *seg_mv; member961 dma_free_coherent(chan->dev, sizeof(*chan->seg_mv) * in xilinx_dma_free_chan_resources()962 XILINX_DMA_NUM_DESCS, chan->seg_mv, in xilinx_dma_free_chan_resources()1172 chan->seg_mv = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()1173 sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()1176 if (!chan->seg_mv) { in xilinx_dma_alloc_chan_resources()1183 chan->seg_mv[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()1186 chan->seg_mv[i].hw.next_desc_msb = in xilinx_dma_alloc_chan_resources()1189 chan->seg_mv[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()1190 sizeof(*chan->seg_mv) * i; in xilinx_dma_alloc_chan_resources()[all …]