Searched refs:maxSG (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h83 unsigned int maxSG; member in struct:ctlr_info
H A Dhpsa.c1911 if (use_sg + chained > h->maxSG)
1912 h->maxSG = use_sg + chained;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h110 unsigned int maxSG; member in struct:ctlr_info
H A Dcciss_scsi.c1307 if (request_nsgs > h->maxSG)
1308 h->maxSG = request_nsgs;
H A Dcciss.c418 h->maxQsinceinit, h->max_outstanding, h->maxSG);
3294 if (seg > h->maxSG)
3295 h->maxSG = seg;

Completed in 133 milliseconds