Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.h150 #define MAXID 127 macro
412 u32 sc_list[MAXID]; /* minor device numbers */
894 u8 io_cnt[MAXID]; /* current IO count */
896 u32 id_list[MAXID]; /* IDs of the phys. devices */
Dgdth.c346 static int max_ids = MAXID;
1677 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()
1698 if (chn->siop_id < MAXID) in gdth_search_drives()
3954 for (i = 0; i < MAXID; ++i) in gdth_eh_bus_reset()
5020 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()