Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c2188 #define ADV_MAX_SG_LIST 255 macro
2192 ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK)
3488 ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK))
5370 shp->sg_tablesize = ADV_MAX_SG_LIST; in ASC_INITFUNC()
6926 if (scp->use_sg > ADV_MAX_SG_LIST) { in adv_build_req()