Searched refs:sg_table (Results 26 - 36 of 36) sorted by relevance

12

/drivers/ide/
H A Dsgiioc4.c420 struct scatterlist *sg = hwif->sg_table;
H A Dtx4939ide.c243 for_each_sg(hwif->sg_table, sg, cmd->sg_nents, i) {
H A Dide-taskfile.c227 struct scatterlist *sg = hwif->sg_table;
H A Dpmac.c1489 sg = hwif->sg_table;
/drivers/scsi/
H A Dvirtio_scsi.c195 struct sg_table *table = &sdb->table;
/drivers/ata/
H A Dsata_promise.c501 dma_addr_t sg_table = ap->bmdma_prd_dma; local
526 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
/drivers/char/agp/
H A Dintel-gtt.c90 struct sg_table st;
122 struct sg_table st;
/drivers/media/video/omap3isp/
H A Dispvideo.c445 struct sg_table *sgt;
470 struct sg_table *sgt;
/drivers/misc/carma/
H A Dcarma-fpga-program.c469 struct sg_table table;
/drivers/scsi/bfa/
H A Dbfad_bsg.c2884 struct bfa_sge_s *sg_table; local
2892 sg_table = (struct bfa_sge_s *) (((uint8_t *)buf_base) +
2910 sg_table->sg_len = buf_info->size;
2911 sg_table->sg_addr = (void *)(size_t) buf_info->phys;
/drivers/scsi/isci/
H A Drequest.c84 return &ireq->sg_table[idx - 2];
102 return sci_io_request_get_dma_addr(ireq, &ireq->sg_table[idx - 2]);

Completed in 391 milliseconds

12