Searched refs:maxSG (Results 1 – 5 of 5) sorted by relevance
111 unsigned int maxSG; member
1398 if (request_nsgs > h->maxSG) in cciss_scatter_gather()1399 h->maxSG = request_nsgs; in cciss_scatter_gather()
404 h->maxQsinceinit, h->max_outstanding, h->maxSG); in cciss_seq_show_header()3375 if (seg > h->maxSG) in do_cciss_request()3376 h->maxSG = seg; in do_cciss_request()
151 unsigned int maxSG; member
3292 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()3293 h->maxSG = use_sg + chained; in hpsa_scatter_gather()