Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mpi3mr/
HDmpi3mr_cam.c1836 unsigned int target_outstanding; in mpi3mr_remove_device_from_os() local
1854 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
1855 if (target_outstanding) { in mpi3mr_remove_device_from_os()
1857 "Poll reply queue once\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()
1859 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
1860 if (target_outstanding) in mpi3mr_remove_device_from_os()
1861 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
1863 "despite poll\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()