Home
last modified time | relevance | path

Searched refs:pending_io_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3704 if (ioc->shost_recovery && ioc->pending_io_count) { in _base_recovery_check()
3705 ioc->pending_io_count = scsi_host_busy(ioc->shost); in _base_recovery_check()
3706 if (ioc->pending_io_count == 0) in _base_recovery_check()
7683 ioc->pending_io_count = 0; in mpt3sas_wait_for_commands_to_complete()
7690 ioc->pending_io_count = scsi_host_busy(ioc->shost); in mpt3sas_wait_for_commands_to_complete()
7692 if (!ioc->pending_io_count) in mpt3sas_wait_for_commands_to_complete()
7696 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()
H A Dmpt3sas_base.h1371 int pending_io_count; member