tag | line | file | source code |
---|---|---|---|
targets_present | 808 | drivers/scsi/NCR5380.c | hostdata->targets_present = 0; |
targets_present | 1527 | drivers/scsi/NCR5380.c | if (hostdata->targets_present & (1 << cmd->target)) { |
targets_present | 1551 | drivers/scsi/NCR5380.c | hostdata->targets_present |= (1 << cmd->target); |
targets_present | 248 | drivers/scsi/NCR5380.h | unsigned char targets_present; /* targets we have connected |