Searched refs:has_sg (Results 1 - 1 of 1) sorted by last modified time

/drivers/dma/xilinx/
H A Dxilinx_vdma.c203 * @has_sg: Support scatter transfers
226 bool has_sg; member in struct:xilinx_vdma_chan
240 * @has_sg: Specifies whether Scatter-Gather is present or not
248 bool has_sg; member in struct:xilinx_vdma_device
638 if (chan->has_sg && xilinx_vdma_is_running(chan) &&
648 if (chan->has_sg) {
669 if (chan->has_sg || !config->park)
696 if (chan->has_sg) {
1141 chan->has_sg = xdev->has_sg;
[all...]

Completed in 43 milliseconds