Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dgdth.c2228 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in GDTH_INITFUNC()
2484 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
4576 ha->tid_cnt = MAX_HDRIVES; in GDTH_INITFUNC()
4577 if (max_ids > 0 && max_ids < ha->tid_cnt) in GDTH_INITFUNC()
4578 ha->tid_cnt = max_ids; in GDTH_INITFUNC()
4628 shp->max_id = ha->tid_cnt; in GDTH_INITFUNC()
4726 ha->tid_cnt = MAX_HDRIVES; in GDTH_INITFUNC()
4727 if (max_ids > 0 && max_ids < ha->tid_cnt) in GDTH_INITFUNC()
4728 ha->tid_cnt = max_ids; in GDTH_INITFUNC()
4781 shp->max_id = ha->tid_cnt; in GDTH_INITFUNC()
[all …]
Dgdth.h926 unchar tid_cnt; /* Target ID count */ member