Searched refs:target_to (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 Deata.c825 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1942 ha->target_to[k][c] = 0;
2453 ha->target_to[SCpnt->device->id][SCpnt->device->channel] = 0;
2462 if (ha->target_to[SCpnt->device->id][SCpnt->device->channel] > 1)
2466 ha->target_to[SCpnt->device->id][SCpnt->device->
H A Du14-34f.c460 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1289 HD(j)->target_to[k][c] = 0;
1707 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] = 0;
1714 if (HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] > 1)
1718 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)]++;

Completed in 72 milliseconds