Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.h192 unsigned int maxSG; member
H A Dhpsa.c4629 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()
4630 h->maxSG = use_sg + chained; in hpsa_scatter_gather()