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

/linux-4.4.14/drivers/scsi/
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; u14_34f_eh_host_reset()
1840 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] = 0; ihdlr()
1847 if (HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)] > 1) ihdlr()
1851 HD(j)->target_to[scmd_id(SCpnt)][scmd_channel(SCpnt)]++; ihdlr()
H A Deata.c824 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */ member in struct:hostdata
1931 ha->target_to[k][c] = 0; eata2x_eh_host_reset()
2443 ha->target_to[SCpnt->device->id][SCpnt->device->channel] = 0; ihdlr()
2452 if (ha->target_to[SCpnt->device->id][SCpnt->device->channel] > 1) ihdlr()
2456 ha->target_to[SCpnt->device->id][SCpnt->device-> ihdlr()

Completed in 84 milliseconds