Home
last modified time | relevance | path

Searched refs:maxSG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 41 milliseconds