Searched refs:eec_async_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c310 if ((ibtl_eec->eec_async_flags & IBTL_ASYNC_PENDING) == 0) {
311 ibtl_eec->eec_async_flags |= IBTL_ASYNC_PENDING;
980 if (ibtl_eec->eec_async_flags & IBTL_ASYNC_FREE_OBJECT)
1007 if (ibtl_eec->eec_async_flags & IBTL_ASYNC_FREE_OBJECT) {
1014 ibtl_eec->eec_async_flags &= ~IBTL_ASYNC_PENDING;
1200 if (ibtl_eec->eec_async_flags & IBTL_ASYNC_PENDING) {
1201 ibtl_eec->eec_async_flags |= IBTL_ASYNC_FREE_OBJECT;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h387 ibtl_async_flags_t eec_async_flags; member in struct:ibtl_eec_s

Completed in 263 milliseconds