Lines Matching refs:connected
59 * the REQ signal as long as you are connected. Some devices are
87 * The command data pointer is initialized after the command is connected
409 hostdata->connected = NULL;
460 * 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.
731 if (hostdata->connected && !hostdata->dma_len) {
736 if (!hostdata->connected) {
757 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected);
779 if (sun3scsi_dma_finish(hostdata->connected->sc_data_direction)) {
890 if (hostdata->connected) {
905 if (!hostdata->connected) {
909 if (!hostdata->connected)
958 * hostdata->connected will be set to cmd.
987 * transfer phases, EH may change 'connected' to NULL.)
1213 hostdata->connected = cmd;
1499 NCR5380_to_ncmd(hostdata->connected)->phase = p;
1661 * directs us to. Operates on the currently connected command,
1662 * instance->connected.
1667 * modified if a command disconnects, *instance->connected will
1690 while ((cmd = hostdata->connected)) {
1746 hostdata->connected = NULL;
1826 hostdata->connected = NULL;
1870 hostdata->connected = NULL;
1873 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n",
1949 if (!hostdata->connected)
1979 hostdata->connected = NULL;
2018 * Purpose : does reselection, initializing the instance->connected
2175 hostdata->connected = tmp;
2227 * unissued -> selecting -> [unissued -> selecting ->]... connected ->
2228 * [disconnected -> connected ->]...
2229 * [autosense -> connected ->] done
2288 if (hostdata->connected == cmd) {
2289 dsprintk(NDEBUG_ABORT, instance, "abort: cmd %p is connected\n", cmd);
2290 hostdata->connected = NULL;
2335 /* After the reset, there are no more connected or disconnected commands
2362 if (hostdata->connected) {
2363 set_host_byte(hostdata->connected, DID_RESET);
2364 complete_cmd(instance, hostdata->connected);
2365 hostdata->connected = NULL;