Searched refs:sg_max_nents (Results 1 – 4 of 4) sorted by relevance
973 if (!hwif->sg_max_nents) in hwif_init()974 hwif->sg_max_nents = PRD_ENTRIES; in hwif_init()976 hwif->sg_table = kmalloc(sizeof(struct scatterlist)*hwif->sg_max_nents, in hwif_init()983 sg_init_table(hwif->sg_table, hwif->sg_max_nents); in hwif_init()
329 hwif->sg_max_nents = IOC4_PRD_ENTRIES; in ide_dma_sgiioc4()
1701 hwif->sg_max_nents = MAX_DCMDS; in pmac_ide_init_dma()
715 int sg_max_nents; /* Maximum number of entries in it */ member