Searched defs:sg_vaddr (Results 1 - 3 of 3) sorted by path

/drivers/mmc/host/
H A Dtmio_mmc_dma.c160 void *sg_vaddr = tmio_mmc_kmap_atomic(sg, &flags); local
162 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length);
163 tmio_mmc_kunmap_atomic(sg, &flags, sg_vaddr);
H A Dtmio_mmc_pio.c461 void *sg_vaddr = tmio_mmc_kmap_atomic(host->sg_orig, &flags); local
462 memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length);
463 tmio_mmc_kunmap_atomic(host->sg_orig, &flags, sg_vaddr);
/drivers/scsi/aic7xxx/
H A Daic7xxx.h515 struct ahc_dma_seg* sg_vaddr; member in struct:sg_map_node

Completed in 124 milliseconds