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

/drivers/scsi/
H A Deata.c824 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1943 ha->target_to[k][c] = 0;
2455 ha->target_to[SCpnt->device->id][SCpnt->device->channel] = 0;
2464 if (ha->target_to[SCpnt->device->id][SCpnt->device->channel] > 1)
2468 ha->target_to[SCpnt->device->id][SCpnt->device->
H A Du14-34f.c598 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1426 HD(j)->target_to[k][c] = 0;
1840 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] = 0;
1847 if (HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] > 1)
1851 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)]++;

Completed in 122 milliseconds