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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Ddc395x.h24 #define DC395x_MAX_SG_LISTENTRY 64 /* Must be equal or lower to previous */ macro
H A Ddc395x.c182 * DC395x_MAX_SG_LISTENTRY entries in a linear block which does not
185 #define SEGMENTX_LEN (sizeof(struct SGentry)*DC395x_MAX_SG_LISTENTRY)
244 * (srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1] and the
3226 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address;
3228 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length;
3626 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address =
3628 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length =
4224 ptr + (i++ * DC395x_MAX_SG_LISTENTRY);
4228 ptr + (i * DC395x_MAX_SG_LISTENTRY);

Completed in 114 milliseconds