Searched refs:DC395x_MAX_SRB_CNT (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.h26 #define DC395x_MAX_SRB_CNT 63 macro
28 #define DC395x_MAX_CAN_QUEUE DC395x_MAX_SRB_CNT
H A Ddc395x.c331 struct ScsiReqBlk srb_array[DC395x_MAX_SRB_CNT];
4191 for (i = 0; i < DC395x_MAX_SRB_CNT; i += srbs_per_page)
4201 const unsigned mem_needed = (DC395x_MAX_SRB_CNT+1)
4209 for (i = 0; i < DC395x_MAX_SRB_CNT; i++)
4222 while (i < srbs_per_page && srb_idx < DC395x_MAX_SRB_CNT)
4308 acb->srb_count = DC395x_MAX_SRB_CNT;

Completed in 112 milliseconds