Searched refs:sg_vaddr (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Dtmio_mmc_dma.c158 void *sg_vaddr = tmio_mmc_kmap_atomic(sg, &flags); tmio_mmc_start_dma_tx() local
160 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); tmio_mmc_start_dma_tx()
161 tmio_mmc_kunmap_atomic(sg, &flags, sg_vaddr); tmio_mmc_start_dma_tx()
H A Dtmio_mmc_pio.c463 void *sg_vaddr = tmio_mmc_kmap_atomic(host->sg_orig, &flags); tmio_mmc_check_bounce_buffer() local
464 memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length); tmio_mmc_check_bounce_buffer()
465 tmio_mmc_kunmap_atomic(host->sg_orig, &flags, sg_vaddr); tmio_mmc_check_bounce_buffer()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx.h515 struct ahc_dma_seg* sg_vaddr; member in struct:sg_map_node
H A Daic7xxx_core.c417 /*offset*/(scb->sg_list - scb->sg_map->sg_vaddr) ahc_sync_sglist()
4930 sg_map->sg_vaddr, ahc_fini_scbdata()
4989 (void **)&sg_map->sg_vaddr, ahc_alloc_scbs()
4998 sg_map->sg_vaddr, PAGE_SIZE, ahc_dmamap_cb, ahc_alloc_scbs()
5001 segs = sg_map->sg_vaddr; ahc_alloc_scbs()

Completed in 195 milliseconds