Searched refs:ic_sq_post_lock (Results 1 – 4 of 4) sorted by relevance
102 mutex_enter(&chan->ic_sq_post_lock); in iser_xfer_hello_msg()106 mutex_exit(&chan->ic_sq_post_lock); in iser_xfer_hello_msg()112 mutex_enter(&chan->ic_sq_post_lock); in iser_xfer_hello_msg()114 mutex_exit(&chan->ic_sq_post_lock); in iser_xfer_hello_msg()186 mutex_enter(&chan->ic_sq_post_lock); in iser_xfer_helloreply_msg()191 mutex_exit(&chan->ic_sq_post_lock); in iser_xfer_helloreply_msg()197 mutex_enter(&chan->ic_sq_post_lock); in iser_xfer_helloreply_msg()199 mutex_exit(&chan->ic_sq_post_lock); in iser_xfer_helloreply_msg()376 mutex_enter(&chan->ic_sq_post_lock); in iser_xfer_ctrlpdu()380 mutex_exit(&chan->ic_sq_post_lock); in iser_xfer_ctrlpdu()[all …]
477 mutex_init(&chan->ic_sq_post_lock, NULL, MUTEX_DRIVER, NULL); in iser_ib_alloc_rc_channel()518 mutex_destroy(&chan->ic_sq_post_lock); in iser_ib_alloc_rc_channel()532 mutex_destroy(&chan->ic_sq_post_lock); in iser_ib_alloc_rc_channel()552 mutex_destroy(&chan->ic_sq_post_lock); in iser_ib_alloc_rc_channel()682 mutex_destroy(&chan->ic_sq_post_lock); in iser_ib_free_rc_channel()
125 mutex_enter(&iser_chan->ic_sq_post_lock); in iser_ib_poll_send_completions()127 mutex_exit(&iser_chan->ic_sq_post_lock); in iser_ib_poll_send_completions()
147 kmutex_t ic_sq_post_lock; member