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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c459 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1291 HD(j)->target_to[k][c] = 0;
1708 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] = 0;
1715 if (HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] > 1)
1719 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)]++;
H A Deata.c824 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1952 ha->target_to[k][c] = 0;
2466 ha->target_to[SCpnt->device->id][SCpnt->device->channel] = 0;
2475 if (ha->target_to[SCpnt->device->id][SCpnt->device->channel] > 1)
2479 ha->target_to[SCpnt->device->id][SCpnt->device->

Completed in 173 milliseconds