Searched refs:bounce_sg (Results 1 – 8 of 8) sorted by relevance
255 mqrq_cur->bounce_sg = in mmc_init_queue()264 mqrq_prev->bounce_sg = in mmc_init_queue()301 kfree(mqrq_cur->bounce_sg); in mmc_init_queue()302 mqrq_cur->bounce_sg = NULL; in mmc_init_queue()303 kfree(mqrq_prev->bounce_sg); in mmc_init_queue()304 mqrq_prev->bounce_sg = NULL; in mmc_init_queue()340 kfree(mqrq_cur->bounce_sg); in mmc_cleanup_queue()341 mqrq_cur->bounce_sg = NULL; in mmc_cleanup_queue()349 kfree(mqrq_prev->bounce_sg); in mmc_cleanup_queue()350 mqrq_prev->bounce_sg = NULL; in mmc_cleanup_queue()[all …]
40 struct scatterlist *bounce_sg; member
81 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in tmio_mmc_start_dma_rx()82 host->sg_ptr = &host->bounce_sg; in tmio_mmc_start_dma_rx()159 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in tmio_mmc_start_dma_tx()160 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); in tmio_mmc_start_dma_tx()162 host->sg_ptr = &host->bounce_sg; in tmio_mmc_start_dma_tx()
79 struct scatterlist bounce_sg; member
461 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer()464 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()