Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.h111 unsigned int maxSG; member
Dcciss_scsi.c1397 if (request_nsgs > h->maxSG) in cciss_scatter_gather()
1398 h->maxSG = request_nsgs; in cciss_scatter_gather()
Dcciss.c402 h->maxQsinceinit, h->max_outstanding, h->maxSG); in cciss_seq_show_header()
3391 if (seg > h->maxSG) in do_cciss_request()
3392 h->maxSG = seg; in do_cciss_request()
/linux-4.4.14/drivers/scsi/
Dhpsa.h184 unsigned int maxSG; member
Dhpsa.c4229 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()
4230 h->maxSG = use_sg + chained; in hpsa_scatter_gather()