Lines Matching refs:tid_cnt
1876 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives()
2099 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
4564 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4570 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4761 ha->tid_cnt = MAX_HDRIVES; in gdth_isa_probe_one()
4762 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_isa_probe_one()
4763 ha->tid_cnt = max_ids; in gdth_isa_probe_one()
4781 shp->max_id = ha->tid_cnt; in gdth_isa_probe_one()
4892 ha->tid_cnt = MAX_HDRIVES; in gdth_eisa_probe_one()
4893 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_eisa_probe_one()
4894 ha->tid_cnt = max_ids; in gdth_eisa_probe_one()
4912 shp->max_id = ha->tid_cnt; in gdth_eisa_probe_one()
5020 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()
5021 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
5022 ha->tid_cnt = max_ids; in gdth_pci_probe_one()
5056 shp->max_id = ha->tid_cnt; in gdth_pci_probe_one()