Searched refs:bounce_sg (Results 1 – 8 of 8) sorted by relevance
261 mqrq_cur->bounce_sg = in mmc_init_queue()270 mqrq_prev->bounce_sg = in mmc_init_queue()307 kfree(mqrq_cur->bounce_sg); in mmc_init_queue()308 mqrq_cur->bounce_sg = NULL; in mmc_init_queue()309 kfree(mqrq_prev->bounce_sg); in mmc_init_queue()310 mqrq_prev->bounce_sg = NULL; in mmc_init_queue()346 kfree(mqrq_cur->bounce_sg); in mmc_cleanup_queue()347 mqrq_cur->bounce_sg = NULL; in mmc_cleanup_queue()355 kfree(mqrq_prev->bounce_sg); in mmc_cleanup_queue()356 mqrq_prev->bounce_sg = NULL; in mmc_cleanup_queue()[all …]
39 struct scatterlist *bounce_sg; member
82 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in tmio_mmc_start_dma_rx()83 host->sg_ptr = &host->bounce_sg; in tmio_mmc_start_dma_rx()161 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in tmio_mmc_start_dma_tx()162 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); in tmio_mmc_start_dma_tx()164 host->sg_ptr = &host->bounce_sg; in tmio_mmc_start_dma_tx()
69 struct scatterlist bounce_sg; member
459 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer()462 memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length); in tmio_mmc_check_bounce_buffer()
176 struct scatterlist bounce_sg; member
107 struct scatterlist *bounce_sg; member
273 sg = std->bounce_sg; in qset_copy_bounce_to_sg()591 std->bounce_sg = sg; in qset_add_urb_sg_linearize()