Lines Matching full:disconnected

746  * @info: interface from which device disconnected from
828 * @info: interface from which device disconnected from
881 * @info: interface from which device disconnected from
999 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt); in fas216_reselected_intr()
1000 fas216_log(info, LOG_CONNECT, "had to move command to disconnected queue"); in fas216_reselected_intr()
1005 info->SCpnt = queue_remove_tgtluntag(&info->queues.disconnected, in fas216_reselected_intr()
1949 "moved command for %d to disconnected queue", in fas216_kick()
1951 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt); in fas216_kick()
2306 * to be some time (eg, disconnected). in fas216_noqueue_command_lck()
2347 res_hw_abort /* command on disconnected dev */
2372 } else if (queue_remove_cmd(&info->queues.disconnected, SCpnt)) { in fas216_find_command()
2374 * The command was on the disconnected queue. We must in fas216_find_command()
2378 printk("on disconnected queue "); in fas216_find_command()
2387 * then it is the same as on the disconnected queue. in fas216_find_command()
2507 queue_remove_all_target(&info->queues.disconnected, target); in fas216_eh_device_reset()
2599 queue_remove_all_target(&info->queues.disconnected, SDpnt->id); in fas216_eh_bus_reset()
2823 * Drain all commands on disconnected queue in fas216_reset_state()
2825 while (queue_remove(&info->queues.disconnected) != NULL); in fas216_reset_state()
2870 if (!queue_initialise(&info->queues.disconnected)) { in fas216_init()
2958 queue_free(&info->queues.disconnected); in fas216_release()