Lines Matching full:disconnected
76 * the command structure is placed into the per instance disconnected
80 * If a command has disconnected, eventually an interrupt will trigger,
413 INIT_LIST_HEAD(&hostdata->disconnected); in NCR5380_init()
615 if (list_empty(&hostdata->disconnected) && in maybe_release_dma_irq()
836 * from the disconnected queue, and restarting NCR5380_main()
1666 * Side effects : SCSI things happen, the disconnected queue will be
1871 list_add(&ncmd->list, &hostdata->disconnected); in NCR5380_information_transfer()
1873 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n", in NCR5380_information_transfer()
2118 * just reestablished, and remove it from the disconnected queue. in NCR5380_reselect()
2122 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in NCR5380_reselect()
2135 "reselect: removed %p from disconnected queue\n", tmp); in NCR5380_reselect()
2139 shost_printk(KERN_ERR, instance, "target bitmask 0x%02x lun %d not in disconnected queue.\n", in NCR5380_reselect()
2228 * [disconnected -> connected ->]...
2276 if (list_del_cmd(&hostdata->disconnected, cmd)) { in NCR5380_abort()
2278 "abort: removed %p from disconnected list\n", cmd); in NCR5380_abort()
2335 /* After the reset, there are no more connected or disconnected commands in bus_reset_cleanup()
2347 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in bus_reset_cleanup()
2353 INIT_LIST_HEAD(&hostdata->disconnected); in bus_reset_cleanup()