Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dgdth.h149 #define MAXID 127 macro
414 u32 sc_list[MAXID]; /* minor device numbers */
896 u8 io_cnt[MAXID]; /* current IO count */
898 u32 id_list[MAXID]; /* IDs of the phys. devices */
Dgdth.c345 static int max_ids = MAXID;
1676 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()
1697 if (chn->siop_id < MAXID) in gdth_search_drives()
3956 for (i = 0; i < MAXID; ++i) in gdth_eh_bus_reset()
5022 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()