Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.h158 #define MAXID 127 macro
423 u32 sc_list[MAXID]; /* minor device numbers */
905 u8 io_cnt[MAXID]; /* current IO count */
907 u32 id_list[MAXID]; /* IDs of the phys. devices */
Dgdth.c345 static int max_ids = MAXID;
1684 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()
1705 if (chn->siop_id < MAXID) in gdth_search_drives()
3964 for (i = 0; i < MAXID; ++i) in gdth_eh_bus_reset()
5030 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()