Lines Matching refs:target
306 selecting = 0x0002, /* target is being selected */
308 disconnected = 0x0008, /* target disconnected */
309 completed = 0x0010, /* target sent COMMAND COMPLETE */
477 int target;
478 /* reconnecting target */
543 #define RECONN_TARGET (HOSTDATA(shpnt)->target)
680 int target, int lun)
685 ptr && ((ptr->device->id != target) || (ptr->device->lun != lun));
1408 /* target sent COMMAND COMPLETE */
1418 /* target sent DISCONNECT */
1534 * - queue IDENTIFY message and SDTR to selected target for message out
1610 int target;
1641 "target id unknown (%02x)\n", selid);
1645 for(target=7; !(selid & (1 << target)); target--)
1648 if(selid & ~(1 << target)) {
1654 SETPORT(SCSIID, (shpnt->this_id << OID_) | target);
1657 SETRATE(HOSTDATA(shpnt)->syncrate[target]);
1659 RECONN_TARGET=target;
1701 "target didn't identify after reselection\n");
1711 " for target %d/%d\n",
1733 "target was not allowed to disconnect\n");
1856 "target left before message completed (%d)\n",
2536 seq_printf(m, "%p: target=%d; lun=%d; cmnd=( ",
2881 seq_printf(m, "target %d: period %dT/%dns; req/ack offset %d\n",