Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dhpsa.h83 unsigned int maxSG; member
Dhpsa.c1970 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()
1971 h->maxSG = use_sg + chained; in hpsa_scatter_gather()
/linux-2.6.39/drivers/block/
Dcciss.h110 unsigned int maxSG; member
Dcciss_scsi.c1406 if (request_nsgs > h->maxSG) in cciss_scatter_gather()
1407 h->maxSG = request_nsgs; in cciss_scatter_gather()
Dcciss.c388 h->maxQsinceinit, h->max_outstanding, h->maxSG); in cciss_seq_show_header()
3300 if (seg > h->maxSG) in do_cciss_request()
3301 h->maxSG = seg; in do_cciss_request()