Home
last modified time | relevance | path

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

/linux/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];
1142 uint16_t qinfifo[AHD_SCB_MAX];
H A Daic79xx_core.c792 if (tag >= AHD_SCB_MAX) in ahd_lookup_scb()
891 /*len*/AHD_SCB_MAX * sizeof(struct ahd_completion), op); in ahd_sync_qoutfifo()
6308 for (i = 0; i < AHD_SCB_MAX; i++) { in ahd_probe_scbs()
7038 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init()
8388 if (found > AHD_SCB_MAX) in ahd_search_scb_list()
9718 if (i++ > AHD_SCB_MAX) in ahd_dump_card_state()
9739 } while (list_scb && i++ < AHD_SCB_MAX); in ahd_dump_card_state()
9743 if (i++ > AHD_SCB_MAX) in ahd_dump_card_state()
9752 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9762 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
[all …]