Lines Matching refs:target
810 // slot in device_ids is reserved for target id, that's why
1484 int target;
1500 MRAID_GET_DEVICE_MAP(adapter, scp, channel, target, islogical);
1525 scb->dev_target = target;
1534 ccb->raw_mbox[3] = target;
1593 if ((target % 0x80) >= MAX_LOGICAL_DRIVES_40LD) {
1608 scb->dev_target = target;
1617 pthru->logdrv = target;
1652 scb->dev_target = target;
1655 mbox->logdrv = target;
1749 scb->dev_target = target;
1754 ccb->raw_mbox[3] = target;
1766 // Do not allow access to target id > 15 or LUN > 7
1767 if (target > 15 || SCP2LUN(scp) > 7) {
1775 if (rdev->fast_load && (target == 15) &&
1817 scb->dev_target = target;
1939 uint8_t target;
1944 target = scb->dev_target;
1951 pthru->target = (channel << 4) | target;
1988 uint8_t target;
1993 target = scb->dev_target;
2000 epthru->target = (channel << 4) | target;