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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR5380.h307 static void NCR5380_main(void);
H A Datari_NCR5380.c61 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
201 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
531 * ++roman: New scheme of calling NCR5380_main()
548 routine: (void (*)(void*))NCR5380_main /* must have (void *) arg... */
554 /* If in interrupt and NCR5380_main() not already running,
561 /* else: nothing to do: the running NCR5380_main() will pick up
882 * Otherwise a running NCR5380_main may steal the lock.
918 * If we're not in an interrupt, we can call NCR5380_main()
924 NCR5380_main();
929 * Function : NCR5380_main (voi
940 static void NCR5380_main (void) function
[all...]
H A Dmac_NCR5380.c61 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
219 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
541 * ++roman: New scheme of calling NCR5380_main()
558 routine: (void (*)(void*))NCR5380_main /* must have (void *) arg... */
564 /* If in interrupt and NCR5380_main() not already running,
571 /* else: nothing to do: the running NCR5380_main() will pick up
915 * If we're not in an interrupt, we can call NCR5380_main()
921 NCR5380_main();
926 * Function : NCR5380_main (void)
928 * Purpose : NCR5380_main i
937 static void NCR5380_main (void) function
[all...]
H A Dsun3_NCR5380.c63 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
203 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
526 * ++roman: New scheme of calling NCR5380_main()
543 routine: (void (*)(void*))NCR5380_main /* must have (void *) arg... */
549 /* If in interrupt and NCR5380_main() not already running,
556 /* else: nothing to do: the running NCR5380_main() will pick up
876 * Otherwise a running NCR5380_main may steal the lock.
908 * If we're not in an interrupt, we can call NCR5380_main()
914 NCR5380_main();
919 * Function : NCR5380_main (voi
930 static void NCR5380_main (void) function
[all...]
H A DNCR5380.c393 * 2. NCR5380_main() shouldn't be called before it has exited, because
397 * 3. We don't want to inline NCR5380_main() because of space concerns,
413 * rather than in NCR5380_main itself to reduce the chances of stack
421 NCR5380_main();
1051 * NCR5380_main - NCR state machines
1053 * NCR5380_main is a coroutine that runs as long as more work can
1063 static void NCR5380_main(void) { function
1198 * from the disconnected queue, and restarting NCR5380_main()

Completed in 56 milliseconds