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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth.c1882 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) {
2105 if (b == ha->bus_cnt && t == ha->tid_cnt-1) {
4569 for (j = 0; j < ha->tid_cnt; ++j)
4575 for (j = 0; j < ha->tid_cnt; ++j)
4765 ha->tid_cnt = MAX_HDRIVES;
4766 if (max_ids > 0 && max_ids < ha->tid_cnt)
4767 ha->tid_cnt = max_ids;
4785 shp->max_id = ha->tid_cnt;
4896 ha->tid_cnt = MAX_HDRIVES;
4897 if (max_ids > 0 && max_ids < ha->tid_cnt)
[all...]
H A Dgdth.h928 u8 tid_cnt; /* Target ID count */ member in struct:__anon14440

Completed in 42 milliseconds