Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dgdth.h142 #define MAXID 127 macro
393 u32 sc_list[MAXID]; /* minor device numbers */
864 u8 io_cnt[MAXID]; /* current IO count */
866 u32 id_list[MAXID]; /* IDs of the phys. devices */
Dgdth.c236 static int max_ids = MAXID;
1227 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()
1248 if (chn->siop_id < MAXID) in gdth_search_drives()
3269 for (i = 0; i < MAXID; ++i) in gdth_eh_bus_reset()
4071 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()