Searched refs:sg_table (Results 1 – 15 of 15) sorted by relevance
/drivers/ata/ |
D | sata_promise.h | 45 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()
|
D | sata_promise.c | 416 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/ |
D | i2o_block.h | 94 struct scatterlist sg_table[I2O_MAX_PHYS_SEGMENTS]; /* SG table */ member
|
D | i2o_block.c | 287 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/ |
D | ide-dma.c | 130 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()
|
D | ide-probe.c | 1118 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()
|
D | ide-dma-sff.c | 127 for_each_sg(hwif->sg_table, sg, hwif->sg_nents, i) { in ide_build_dmatable()
|
D | sgiioc4.c | 440 sg = hwif->sg_table; in sgiioc4_build_dma_table()
|
D | ide-floppy.c | 335 pc->sg = hwif->sg_table; in ide_floppy_do_request()
|
D | au1xxx-ide.c | 230 sg = hwif->sg_table; in auide_build_dmatable()
|
D | icside.c | 349 set_dma_sg(ec->dma, hwif->sg_table, hwif->sg_nents); in icside_dma_setup()
|
D | tx4939ide.c | 245 for_each_sg(hwif->sg_table, sg, hwif->sg_nents, i) { in tx4939ide_build_dmatable()
|
D | ide-taskfile.c | 199 struct scatterlist *sg = hwif->sg_table; in ide_pio_sector()
|
D | ide-io.c | 419 struct scatterlist *sg = hwif->sg_table; in ide_map_sg()
|
D | pmac.c | 1451 sg = hwif->sg_table; in pmac_ide_build_dmatable()
|