Searched refs:sg_table (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_block.h94 struct scatterlist sg_table[I2O_MAX_PHYS_SEGMENTS]; /* SG table */ member in struct:i2o_block_request
H A Di2o_block.c343 nents = blk_rq_map_sg(ireq->req->q, ireq->req, ireq->sg_table);
352 return i2o_dma_map_sg(c, ireq->sg_table, nents, direction, mptr);
370 dma_unmap_sg(ireq->dev, ireq->sg_table, ireq->sg_nents, direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_promise.h45 dma_addr_t sg_table,
71 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
44 pdc_pkt_header(struct ata_taskfile *tf, dma_addr_t sg_table, unsigned int devno, u8 *buf) argument
H A Dsata_promise.c453 dma_addr_t sg_table = ap->prd_dma; local
478 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-dma.c206 struct scatterlist *sg = hwif->sg_table;
250 sg = hwif->sg_table;
309 hwif->sg_table,
331 struct scatterlist *sg = HWIF(drive)->sg_table;
H A Dide-probe.c1341 hwif->sg_table = kmalloc(sizeof(struct scatterlist)*hwif->sg_max_nents,
1343 if (!hwif->sg_table) {
H A Dide-taskfile.c265 struct scatterlist *sg = hwif->sg_table;
H A Dide-io.c816 struct scatterlist *sg = hwif->sg_table;
H A Dide.c635 kfree(hwif->sg_table);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/mips/
H A Dau1xxx-ide.c247 struct scatterlist *sg = hwif->sg_table;
281 sg = hwif->sg_table;
336 hwif->sg_table,
349 dma_unmap_sg(ahwif->dev, hwif->sg_table, hwif->sg_nents,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/arm/
H A Dicside.c213 struct scatterlist *sg = hwif->sg_table;
374 dma_unmap_sg(state->dev, hwif->sg_table, hwif->sg_nents,
426 set_dma_sg(hwif->hw.dma, hwif->sg_table, hwif->sg_nents);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsgiioc4.c496 sg = hwif->sg_table;
544 pci_unmap_sg(hwif->pci_dev, hwif->sg_table, hwif->sg_nents,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dpmac.c1610 sg = hwif->sg_table;
1662 hwif->sg_table,
1674 struct scatterlist *sg = hwif->sg_table;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c936 sg = hwif->sg_table;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h750 struct scatterlist *sg_table; member in struct:hwif_s
791 unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c641 sg = hwif->sg_table;

Completed in 105 milliseconds