Searched refs:pending_io_count (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1523 if (ioc->shost_recovery && ioc->pending_io_count) {
1524 if (ioc->pending_io_count == 1)
1526 ioc->pending_io_count--;
3843 ioc->pending_io_count = 0;
3855 ioc->pending_io_count++;
3858 if (!ioc->pending_io_count)
3862 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ);
H A Dmpt2sas_base.h540 * @pending_io_count:
703 int pending_io_count; member in struct:MPT2SAS_ADAPTER
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1523 if (ioc->shost_recovery && ioc->pending_io_count) {
1524 if (ioc->pending_io_count == 1)
1526 ioc->pending_io_count--;
3843 ioc->pending_io_count = 0;
3855 ioc->pending_io_count++;
3858 if (!ioc->pending_io_count)
3862 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ);
H A Dmpt2sas_base.h540 * @pending_io_count:
703 int pending_io_count; member in struct:MPT2SAS_ADAPTER

Completed in 197 milliseconds