Lines Matching refs:target
808 // 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;
1595 if ((target % 0x80) >= MAX_LOGICAL_DRIVES_40LD) {
1610 scb->dev_target = target;
1619 pthru->logdrv = target;
1654 scb->dev_target = target;
1657 mbox->logdrv = target;
1751 scb->dev_target = target;
1756 ccb->raw_mbox[3] = target;
1768 // Do not allow access to target id > 15 or LUN > 7
1769 if (target > 15 || SCP2LUN(scp) > 7) {
1777 if (rdev->fast_load && (target == 15) &&
1819 scb->dev_target = target;
1941 uint8_t target;
1946 target = scb->dev_target;
1953 pthru->target = (channel << 4) | target;
1990 uint8_t target;
1995 target = scb->dev_target;
2002 epthru->target = (channel << 4) | target;