Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dcciss.h73 unsigned int maxSG; member
Dcciss.c283 h->maxQsinceinit, h->max_outstanding, h->maxSG, in cciss_proc_get_info()
2532 if (seg > h->maxSG) in do_cciss_request()
2533 h->maxSG = seg; in do_cciss_request()