Lines Matching refs:tid_cnt
1875 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives()
2098 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
4566 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4572 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4763 ha->tid_cnt = MAX_HDRIVES; in gdth_isa_probe_one()
4764 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_isa_probe_one()
4765 ha->tid_cnt = max_ids; in gdth_isa_probe_one()
4783 shp->max_id = ha->tid_cnt; in gdth_isa_probe_one()
4894 ha->tid_cnt = MAX_HDRIVES; in gdth_eisa_probe_one()
4895 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_eisa_probe_one()
4896 ha->tid_cnt = max_ids; in gdth_eisa_probe_one()
4914 shp->max_id = ha->tid_cnt; in gdth_eisa_probe_one()
5022 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()
5023 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
5024 ha->tid_cnt = max_ids; in gdth_pci_probe_one()
5058 shp->max_id = ha->tid_cnt; in gdth_pci_probe_one()