Searched refs:ctl_run (Results 1 – 5 of 5) sorted by relevance
318 int ctl_run(union ctl_io *io);
527 if ((retval = ctl_run(io)) != CTL_RETVAL_COMPLETE) in cfi_submit_wait()
560 error = ctl_run(io); in cfiscsi_pdu_handle_scsi_command()682 error = ctl_run(io); in cfiscsi_pdu_handle_task_request()1150 error = ctl_run(io); in cfiscsi_session_terminate_tasks()
261 ctl_queue() / ctl_run() This is where commands from the frontend ports come
13227 ctl_run(union ctl_io *io) function