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

/linux-master/drivers/scsi/
H A DNCR5380.h284 static void NCR5380_main(struct work_struct *work);
H A DNCR5380.c67 * At the heart of the design is a coroutine, NCR5380_main,
77 * queue, and NCR5380_main tries to find more work. If the target is
417 INIT_WORK(&hostdata->main_task, NCR5380_main);
683 * NCR5380_main - NCR state machines
685 * NCR5380_main is a coroutine that runs as long as more work can
691 static void NCR5380_main(struct work_struct *work) function
836 * from the disconnected queue, and restarting NCR5380_main()

Completed in 169 milliseconds