Home
last modified time | relevance | path

Searched refs:sg_table (Results 1 – 15 of 15) sorted by relevance

/drivers/ata/
Dsata_promise.h45 dma_addr_t sg_table, in pdc_pkt_header() argument
71 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */ in pdc_pkt_header()
Dsata_promise.c416 dma_addr_t sg_table = ap->prd_dma; in pdc_atapi_pkt() local
441 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */ in pdc_atapi_pkt()
/drivers/message/i2o/
Di2o_block.h94 struct scatterlist sg_table[I2O_MAX_PHYS_SEGMENTS]; /* SG table */ member
Di2o_block.c287 sg_init_table(ireq->sg_table, I2O_MAX_PHYS_SEGMENTS); in i2o_block_request_alloc()
321 nents = blk_rq_map_sg(ireq->req->q, ireq->req, ireq->sg_table); in i2o_block_sglist_alloc()
330 return i2o_dma_map_sg(c, ireq->sg_table, nents, direction, mptr); in i2o_block_sglist_alloc()
348 dma_unmap_sg(ireq->dev, ireq->sg_table, ireq->sg_nents, direction); in i2o_block_sglist_free()
/drivers/ide/
Dide-dma.c130 struct scatterlist *sg = hwif->sg_table; in ide_build_sglist()
165 dma_unmap_sg(hwif->dev, hwif->sg_table, hwif->orig_sg_nents, in ide_destroy_dmatable()
Dide-probe.c1118 hwif->sg_table = kmalloc(sizeof(struct scatterlist)*hwif->sg_max_nents, in hwif_init()
1120 if (!hwif->sg_table) { in hwif_init()
1125 sg_init_table(hwif->sg_table, hwif->sg_max_nents); in hwif_init()
1683 kfree(hwif->sg_table); in ide_unregister()
Dide-dma-sff.c127 for_each_sg(hwif->sg_table, sg, hwif->sg_nents, i) { in ide_build_dmatable()
Dsgiioc4.c440 sg = hwif->sg_table; in sgiioc4_build_dma_table()
Dide-floppy.c335 pc->sg = hwif->sg_table; in ide_floppy_do_request()
Dau1xxx-ide.c230 sg = hwif->sg_table; in auide_build_dmatable()
Dicside.c349 set_dma_sg(ec->dma, hwif->sg_table, hwif->sg_nents); in icside_dma_setup()
Dtx4939ide.c245 for_each_sg(hwif->sg_table, sg, hwif->sg_nents, i) { in tx4939ide_build_dmatable()
Dide-taskfile.c199 struct scatterlist *sg = hwif->sg_table; in ide_pio_sector()
Dide-io.c419 struct scatterlist *sg = hwif->sg_table; in ide_map_sg()
Dpmac.c1451 sg = hwif->sg_table; in pmac_ide_build_dmatable()