Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c131 if (hca_infop->ha_flags & IBTL_HA_CLOSING) { in ibt_open_hca()
245 hca_hdl->ha_flags |= IBTL_HA_CLOSING; in ibt_close_hca()
302 (hca_hdl->ha_flags & IBTL_HA_CLOSING)) { in ibtl_close_hca_check()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h230 #define IBTL_HA_CLOSING 1 /* In process of closing, so don't allow open */ macro