Lines Matching refs:target
303 selecting = 0x0002, /* target is being selected */
305 disconnected = 0x0008, /* target disconnected */
306 completed = 0x0010, /* target sent COMMAND COMPLETE */
459 int target;
460 /* reconnecting target */
525 #define RECONN_TARGET (HOSTDATA(shpnt)->target)
661 int target, int lun)
666 ptr && ((ptr->device->id != target) || (ptr->device->lun != lun));
1378 /* target sent COMMAND COMPLETE */
1388 /* target sent DISCONNECT */
1502 * - queue IDENTIFY message and SDTR to selected target for message out
1573 int target;
1602 "target id unknown (%02x)\n", selid);
1606 for(target=7; !(selid & (1 << target)); target--)
1609 if(selid & ~(1 << target)) {
1615 SETPORT(SCSIID, (shpnt->this_id << OID_) | target);
1618 SETRATE(HOSTDATA(shpnt)->syncrate[target]);
1620 RECONN_TARGET=target;
1661 "target didn't identify after reselection\n");
1671 " for target %d/%d\n",
1691 "target was not allowed to disconnect\n");
1814 "target left before message completed (%d)\n",
2484 seq_printf(m, "%p: target=%d; lun=%d; cmnd=( ",
2829 seq_printf(m, "target %d: period %dT/%dns; req/ack offset %d\n",