Searched refs:target_outstanding (Results 1 – 1 of 1) sorted by relevance
1835 unsigned int target_outstanding; in mpi3mr_remove_device_from_os() local1853 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()1854 if (target_outstanding) { in mpi3mr_remove_device_from_os()1856 "Poll reply queue once\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()1858 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()1859 if (target_outstanding) { in mpi3mr_remove_device_from_os()1860 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()1862 "despite poll\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()