tag | line | file | source code |
---|---|---|---|
targ | 1693 | drivers/scsi/aic7xxx.c | int targ = (scb->target_channel_lun >> 4) & 0x0F; |
targ | 1698 | drivers/scsi/aic7xxx.c | target, channel, targ, chan); |
targ | 1706 | drivers/scsi/aic7xxx.c | return ((chan == channel) && (targ == target)); |