Lines Matching refs:sg_len
57 for_each_sg(sg, sg_tmp, host->sg_len, i) { in tmio_mmc_start_dma_rx()
66 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_CACHE_SIZE || in tmio_mmc_start_dma_rx()
86 ret = dma_map_sg(chan->device->dev, sg, host->sg_len, DMA_FROM_DEVICE); in tmio_mmc_start_dma_rx()
99 __func__, host->sg_len, ret, cookie, host->mrq); in tmio_mmc_start_dma_rx()
120 desc, cookie, host->sg_len); in tmio_mmc_start_dma_rx()
133 for_each_sg(sg, sg_tmp, host->sg_len, i) { in tmio_mmc_start_dma_tx()
142 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_CACHE_SIZE || in tmio_mmc_start_dma_tx()
166 ret = dma_map_sg(chan->device->dev, sg, host->sg_len, DMA_TO_DEVICE); in tmio_mmc_start_dma_tx()
179 __func__, host->sg_len, ret, cookie, host->mrq); in tmio_mmc_start_dma_tx()
248 host->sg_ptr, host->sg_len, in tmio_mmc_tasklet_fn()
252 host->sg_ptr, host->sg_len, in tmio_mmc_tasklet_fn()