Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa.h192 unsigned int maxSG; member
H A Dhpsa.c4625 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()
4626 h->maxSG = use_sg + chained; in hpsa_scatter_gather()