tag | line | file | source code |
---|---|---|---|
target_mask | 1794 | drivers/scsi/NCR5380.c | unsigned char target_mask; |
target_mask | 1806 | drivers/scsi/NCR5380.c | target_mask = NCR5380_read(CURRENT_SCSI_DATA_REG) & ~(hostdata->id_mask); |
target_mask | 1872 | drivers/scsi/NCR5380.c | if ((target_mask == (1 << tmp->target)) && (lun == tmp->lun) |
target_mask | 1888 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun, tag); |
target_mask | 1891 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun); |