Home
last modified time | relevance | path

Searched refs:sg_nents (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-dma.c382 hwif->sg_nents = i = ide_raw_build_sglist(hwif, rq); in ide_build_dmatable()
384 hwif->sg_nents = i = ide_build_sglist(hwif, rq, ddir); in ide_build_dmatable()
449 hwif->sg_nents, in ide_build_dmatable()
472 int nents = HWIF(drive)->sg_nents; in ide_destroy_dmatable()
/linux-2.4.37.9/drivers/ide/pci/
Dsgiioc4.c561 hwif->sg_nents = i = sgiioc4_ide_raw_build_sglist(hwif, rq); in sgiioc4_build_dma_table()
563 hwif->sg_nents = i = sgiioc4_ide_build_sglist(hwif, rq, ddir); in sgiioc4_build_dma_table()
613 pci_unmap_sg(hwif->pci_dev, hwif->sg_table, hwif->sg_nents, hwif->sg_dma_direction); in sgiioc4_build_dma_table()
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c72 int sg_nents; member
1328 pmif->sg_nents = i = pmac_ide_raw_build_sglist(hwif, rq); in pmac_ide_build_dmatable()
1330 pmif->sg_nents = i = pmac_ide_build_sglist(hwif, rq, ddir); in pmac_ide_build_dmatable()
1382 pmif->sg_nents, in pmac_ide_build_dmatable()
1395 int nents = pmif->sg_nents; in pmac_ide_destroy_dmatable()
1399 pmif->sg_nents = 0; in pmac_ide_destroy_dmatable()
/linux-2.4.37.9/drivers/ide/arm/
Dicside.c269 return HWIF(drive)->sg_nents = ide_build_sglist(HWIF(drive), HWGROUP(drive)->rq, ddir); in icside_build_dmatable()
276 int nents = HWIF(drive)->sg_nents; in icside_destroy_dmatable()
/linux-2.4.37.9/include/linux/
Dide.h969 int sg_nents; /* Current number of entries in it */ member