Searched refs:wait_on_busy (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | u14-34f.c | 734 static int wait_on_busy(unsigned long iobase, unsigned int loop) { in wait_on_busy() function 763 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in board_inquiry() 1313 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_queuecommand_lck() 1349 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1415 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1464 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1702 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in flush_dev() 1734 if (wait_on_busy(sh[j]->io_port, 20 * MAXLOOP)) { in ihdlr()
|
D | eata.c | 978 static int wait_on_busy(unsigned long iobase, unsigned int loop) in wait_on_busy() function 993 if (wait_on_busy(iobase, (addr ? MAXLOOP * 100 : MAXLOOP))) in do_dma() 1851 if (wait_on_busy(shost->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1920 if (wait_on_busy(shost->io_port, MAXLOOP)) { in eata2x_eh_host_reset() 2304 if (wait_on_busy(shost->io_port, 20 * MAXLOOP)) { in ihdlr()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.h | 222 unsigned int wait_on_busy; member
|
D | card_debugfs.c | 255 queue->return_on_busy, queue->wait_on_busy, in genwqe_ddcb_info_show()
|
D | card_ddcb.c | 802 queue->wait_on_busy++; in __genwqe_enqueue_ddcb() 1040 queue->wait_on_busy = 0; in setup_ddcb_queue()
|