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

/linux-4.1.27/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))
8165 if (use_sg > ADV_MAX_SG_LIST) { adv_build_req()
8167 "ADV_MAX_SG_LIST %d\n", use_sg, adv_build_req()
11693 shost->sg_tablesize = ADV_MAX_SG_LIST; advansys_board_found()

Completed in 108 milliseconds