Lines Matching refs:tid_cnt
1884 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives()
2107 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
4575 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4581 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4771 ha->tid_cnt = MAX_HDRIVES; in gdth_isa_probe_one()
4772 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_isa_probe_one()
4773 ha->tid_cnt = max_ids; in gdth_isa_probe_one()
4791 shp->max_id = ha->tid_cnt; in gdth_isa_probe_one()
4902 ha->tid_cnt = MAX_HDRIVES; in gdth_eisa_probe_one()
4903 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_eisa_probe_one()
4904 ha->tid_cnt = max_ids; in gdth_eisa_probe_one()
4922 shp->max_id = ha->tid_cnt; in gdth_eisa_probe_one()
5031 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()
5032 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
5033 ha->tid_cnt = max_ids; in gdth_pci_probe_one()
5067 shp->max_id = ha->tid_cnt; in gdth_pci_probe_one()