Searched refs:NCR5380_main (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Datari_NCR5380.c59 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
145 * At the heart of the design is a coroutine, NCR5380_main,
155 * queue, and NCR5380_main tries to find more work. If the target is
266 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
579 * ++roman: New scheme of calling NCR5380_main()
598 /* If in interrupt and NCR5380_main() not already running, queue_main()
604 /* else: nothing to do: the running NCR5380_main() will pick up queue_main()
791 INIT_WORK(&hostdata->main_task, NCR5380_main); NCR5380_init()
862 * Otherwise a running NCR5380_main may steal the lock. NCR5380_queue_command()
905 * If we're not in an interrupt, we can call NCR5380_main() NCR5380_queue_command()
911 NCR5380_main(&hostdata->main_task); NCR5380_queue_command()
928 * NCR5380_main - NCR state machines
930 * NCR5380_main is a coroutine that runs as long as more work can
938 static void NCR5380_main(struct work_struct *work) NCR5380_main() function
1195 * from the disconnected queue, and restarting NCR5380_main()
1272 /* Put a call to NCR5380_main() on the queue... */ NCR5380_intr()
2667 * called where the loop started in NCR5380_main().
H A DNCR5380.c158 * At the heart of the design is a coroutine, NCR5380_main,
168 * queue, and NCR5380_main tries to find more work. If the target is
828 INIT_DELAYED_WORK(&hostdata->coroutine, NCR5380_main); NCR5380_init()
966 * NCR5380_main - NCR state machines
968 * NCR5380_main is a coroutine that runs as long as more work can
977 static void NCR5380_main(struct work_struct *work) NCR5380_main() function
1095 * from the disconnected queue, and restarting NCR5380_main()
2577 * called where the loop started in NCR5380_main().
H A DNCR5380.h328 static void NCR5380_main(struct work_struct *work);

Completed in 127 milliseconds