Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c233 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(mbox_info->mbi_sleep_context)) in tavor_mbox_alloc()
234 mbox_info->mbi_sleep_context = sleep_context; in tavor_mbox_alloc()
253 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(mbox_info->mbi_sleep_context)) in tavor_mbox_free()
254 ASSERT(mbox_info->mbi_sleep_context == TAVOR_SLEEPFLAG_FOR_CONTEXT()); in tavor_mbox_free()
257 if (mbox_info->mbi_sleep_context == TAVOR_NOSLEEP) { in tavor_mbox_free()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h498 uint_t mbi_sleep_context; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c344 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(mbox_info->mbi_sleep_context)) in hermon_mbox_alloc()
345 mbox_info->mbi_sleep_context = sleep_context; in hermon_mbox_alloc()
364 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(mbox_info->mbi_sleep_context)) in hermon_mbox_free()
365 ASSERT(mbox_info->mbi_sleep_context == HERMON_SLEEPFLAG_FOR_CONTEXT()); in hermon_mbox_free()
368 if (mbox_info->mbi_sleep_context == HERMON_NOSLEEP) { in hermon_mbox_free()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h568 uint_t mbi_sleep_context; member