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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddc395x.h24 #define DC395x_MAX_SG_LISTENTRY 64 /* Must be equal or lower to previous */ macro
H A Ddc395x.c183 * DC395x_MAX_SG_LISTENTRY entries in a linear block which does not
186 #define SEGMENTX_LEN (sizeof(struct SGentry)*DC395x_MAX_SG_LISTENTRY)
245 * (srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1] and the
3194 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address;
3196 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length;
3582 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address =
3584 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length =
4180 ptr + (i++ * DC395x_MAX_SG_LISTENTRY);
4184 ptr + (i * DC395x_MAX_SG_LISTENTRY);

Completed in 51 milliseconds