Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.h162 #define AHD_SCB_MAX 512 macro
168 #define AHD_MAX_QUEUE AHD_SCB_MAX
650 struct scb *scbindex[AHD_SCB_MAX];
1148 uint16_t qinfifo[AHD_SCB_MAX];
Daic79xx_core.c800 if (tag >= AHD_SCB_MAX) in ahd_lookup_scb()
899 /*len*/AHD_SCB_MAX * sizeof(struct ahd_completion), op); in ahd_sync_qoutfifo()
6361 for (i = 0; i < AHD_SCB_MAX; i++) { in ahd_probe_scbs()
7121 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init()
8473 if (found > AHD_SCB_MAX) in ahd_search_scb_list()
9803 if (i++ > AHD_SCB_MAX) in ahd_dump_card_state()
9824 } while (list_scb && i++ < AHD_SCB_MAX); in ahd_dump_card_state()
9828 if (i++ > AHD_SCB_MAX) in ahd_dump_card_state()
9837 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
9847 while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) { in ahd_dump_card_state()
[all …]