Searched refs:ctl_run (Results 1 – 5 of 5) sorted by relevance
317 int ctl_run(union ctl_io *io);
525 if ((retval = ctl_run(io)) != CTL_RETVAL_COMPLETE) in cfi_submit_wait()
559 error = ctl_run(io); in cfiscsi_pdu_handle_scsi_command()681 error = ctl_run(io); in cfiscsi_pdu_handle_task_request()1152 error = ctl_run(io); in cfiscsi_session_terminate_tasks()
260 ctl_queue() / ctl_run() This is where commands from the frontend ports come
13301 ctl_run(union ctl_io *io) function