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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c900 #define ADV_MAX_SG_LIST 255 macro
2067 * ADV_MAX_SG_LIST must be defined by a driver. It is the maximum
2074 ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK))
7824 if (use_sg > ADV_MAX_SG_LIST) { adv_build_req()
7826 "ADV_MAX_SG_LIST %d\n", use_sg, adv_build_req()
11229 shost->sg_tablesize = ADV_MAX_SG_LIST; advansys_board_found()

Completed in 115 milliseconds