Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c592 if (--ibt_hca->ha_async_cnt == 0 && in ibtl_hca_client_async_task()
777 ibt_hca->ha_async_cnt++; in ibtl_do_hca_asyncs()
1223 if (ibt_hca->ha_async_cnt > 0) { in ibtl_free_hca_async_check()
1676 ibt_hca->ha_async_cnt++; in ibtl_detach_all_clients()
1714 ibt_hca->ha_async_cnt++; in ibtl_detach_all_clients()
1766 ibt_hca->ha_async_cnt++; in ibtl_detach_all_clients()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h225 uint32_t ha_async_cnt; /* #asyncs in progress */ member