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

/drivers/scsi/
H A Dadvansys.c984 #define ADV_MAX_SG_LIST 255 macro
2163 * ADV_MAX_SG_LIST must be defined by a driver. It is the maximum
2170 ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK))
8681 if (use_sg > ADV_MAX_SG_LIST) {
8683 "ADV_MAX_SG_LIST %d\n", use_sg,
12225 shost->sg_tablesize = ADV_MAX_SG_LIST;

Completed in 67 milliseconds