Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dgdth.c1884 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()
[all …]
Dgdth.h928 u8 tid_cnt; /* Target ID count */ member