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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h162 #define AHD_SCB_MAX 512 macro
168 #define AHD_MAX_QUEUE AHD_SCB_MAX
647 struct scb *scbindex[AHD_SCB_MAX];
1141 uint16_t qinfifo[AHD_SCB_MAX];
H A Daic79xx_inline.h682 if (tag >= AHD_SCB_MAX)
798 /*len*/AHD_SCB_MAX * sizeof(struct ahd_completion), op);
H A Daic79xx_core.c5560 for (i = 0; i < AHD_SCB_MAX; i++) {
6314 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
7644 if (found > AHD_SCB_MAX)
8974 if (i++ > AHD_SCB_MAX)
8995 } while (list_scb && i++ < AHD_SCB_MAX);
8999 if (i++ > AHD_SCB_MAX)
9008 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9018 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9029 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
9038 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
[all...]

Completed in 133 milliseconds