Searched refs:AHD_NSEG (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c352 ahd->scb_data.numscbs, AHD_NSEG);
H A Daic79xx_osm.h325 #define AHD_NSEG 128 macro
H A Daic79xx_osm.c1214 host->sg_tablesize = AHD_NSEG;
1220 host->sg_tablesize = AHD_NSEG;
H A Daic79xx_core.c5934 list_size = sizeof(struct ahd_dma_seg) * AHD_NSEG;
5936 list_size = sizeof(struct ahd_dma64_seg) * AHD_NSEG;
5954 /* Start out with the minimum required for AHD_NSEG. */
7033 /*maxsize*/(AHD_NSEG - 1) * PAGE_SIZE,
7034 /*nsegments*/AHD_NSEG,

Completed in 150 milliseconds