tag | line | file | source code |
---|---|---|---|
target_mask | 2096 | drivers/scsi/NCR5380.c | unsigned char target_mask; |
target_mask | 2108 | drivers/scsi/NCR5380.c | target_mask = NCR5380_read(CURRENT_SCSI_DATA_REG) & ~(hostdata->id_mask); |
target_mask | 2175 | drivers/scsi/NCR5380.c | if ((target_mask == (1 << tmp->target)) && (lun == tmp->lun) |
target_mask | 2191 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun, tag); |
target_mask | 2194 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun); |