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,
411 INIT_LIST_HEAD(&hostdata->disconnected); in NCR5380_init()
613 if (list_empty(&hostdata->disconnected) && in maybe_release_dma_irq()
834 * from the disconnected queue, and restarting NCR5380_main()
1654 * Side effects : SCSI things happen, the disconnected queue will be
1858 list_add(&ncmd->list, &hostdata->disconnected); in NCR5380_information_transfer()
1860 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n", in NCR5380_information_transfer()
2117 * just reestablished, and remove it from the disconnected queue. in NCR5380_reselect()
2121 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in NCR5380_reselect()
2134 "reselect: removed %p from disconnected queue\n", tmp); in NCR5380_reselect()
2138 shost_printk(KERN_ERR, instance, "target bitmask 0x%02x lun %d not in disconnected queue.\n", in NCR5380_reselect()
2227 * [disconnected -> connected ->]...
2275 if (list_del_cmd(&hostdata->disconnected, cmd)) { in NCR5380_abort()
2277 "abort: removed %p from disconnected list\n", cmd); in NCR5380_abort()
2334 /* After the reset, there are no more connected or disconnected commands in bus_reset_cleanup()
2346 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in bus_reset_cleanup()
2352 INIT_LIST_HEAD(&hostdata->disconnected); in bus_reset_cleanup()