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

/linux-master/drivers/scsi/
H A Dadvansys.c883 #define ADV_MAX_SG_LIST 255 macro
2050 * ADV_MAX_SG_LIST must be defined by a driver. It is the maximum
2057 ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK))
7731 if (use_sg > ADV_MAX_SG_LIST) {
7733 "ADV_MAX_SG_LIST %d\n", use_sg,
11018 shost->sg_tablesize = ADV_MAX_SG_LIST;

Completed in 210 milliseconds