Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h264 kmutex_t qp_sq_lock; member
365 mutex_enter(&qp->qp_sq_lock); \
367 mutex_exit(&qp->qp_sq_lock)
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c101 ASSERT(MUTEX_HELD(&qp->qp_sq_lock)); in hermon_post_send_ud()
102 _NOTE(LOCK_RELEASED_AS_SIDE_EFFECT(&qp->qp_sq_lock)) in hermon_post_send_ud()
415 mutex_exit(&qp->qp_sq_lock); in hermon_post_send_ud()
420 mutex_exit(&qp->qp_sq_lock); in hermon_post_send_ud()
458 ASSERT(MUTEX_HELD(&qp->qp_sq_lock)); in hermon_post_send_rc()
459 _NOTE(LOCK_RELEASED_AS_SIDE_EFFECT(&qp->qp_sq_lock)) in hermon_post_send_rc()
765 mutex_exit(&qp->qp_sq_lock); in hermon_post_send_rc()
769 mutex_exit(&qp->qp_sq_lock); in hermon_post_send_rc()
811 mutex_enter(&qp->qp_sq_lock); in hermon_post_send()
821 mutex_exit(&qp->qp_sq_lock); in hermon_post_send()
[all …]
H A Dhermon_qp.c706 mutex_init(&qp->qp_sq_lock, NULL, MUTEX_DRIVER, in hermon_qp_alloc()
1183 mutex_init(&qp->qp_sq_lock, NULL, MUTEX_DRIVER, in hermon_special_qp_alloc()
1786 mutex_init(&qp->qp_sq_lock, NULL, MUTEX_DRIVER, in hermon_qp_alloc_range()
2075 mutex_destroy(&qp->qp_sq_lock); in hermon_qp_free()