Lines Matching refs:connected

59  * the REQ signal as long as you are connected.  Some devices are
88 * structures, being initialized after the command is connected
412 hostdata->connected = NULL;
463 * If the system crashed, it may have crashed with a connected target and
618 !hostdata->connected &&
702 while (!hostdata->connected && !hostdata->selecting) {
712 * On success, instance->hostdata->connected is set.
732 if (hostdata->connected && !hostdata->dma_len) {
737 if (!hostdata->connected)
763 p = hostdata->connected->SCp.phase;
777 if ((sun3scsi_dma_finish(rq_data_dir(hostdata->connected->request)))) {
800 data = (unsigned char **)&hostdata->connected->SCp.ptr;
801 count = &hostdata->connected->SCp.this_residual;
888 if (hostdata->connected) {
903 if (!hostdata->connected) {
907 if (!hostdata->connected)
956 * hostdata->connected will be set to cmd.
985 * transfer phases, EH may change 'connected' to NULL.)
1211 hostdata->connected = cmd;
1492 hostdata->connected->SCp.phase = p;
1654 * directs us to. Operates on the currently connected command,
1655 * instance->connected.
1660 * modified if a command disconnects, *instance->connected will
1683 while ((cmd = hostdata->connected)) {
1739 hostdata->connected = NULL;
1816 hostdata->connected = NULL;
1863 hostdata->connected = NULL;
1866 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n",
1942 if (!hostdata->connected)
1972 hostdata->connected = NULL;
2012 * Purpose : does reselection, initializing the instance->connected
2169 hostdata->connected = tmp;
2221 * unissued -> selecting -> [unissued -> selecting ->]... connected ->
2222 * [disconnected -> connected ->]...
2223 * [autosense -> connected ->] done
2282 if (hostdata->connected == cmd) {
2283 dsprintk(NDEBUG_ABORT, instance, "abort: cmd %p is connected\n", cmd);
2284 hostdata->connected = NULL;
2330 /* After the reset, there are no more connected or disconnected commands
2357 if (hostdata->connected) {
2358 set_host_byte(hostdata->connected, DID_RESET);
2359 complete_cmd(instance, hostdata->connected);
2360 hostdata->connected = NULL;