Searched refs:ch_swqe_lock (Results 1 – 2 of 2) sorted by relevance
176 mutex_init(&ch->ch_swqe_lock, NULL, MUTEX_DRIVER, NULL); in srpt_ch_alloc()287 mutex_destroy(&ch->ch_swqe_lock); in srpt_ch_release_ref()1412 mutex_enter(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()1414 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()1422 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()1432 mutex_enter(&ch->ch_swqe_lock); in srpt_ch_free_swqe_wrid()1436 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_free_swqe_wrid()
193 kmutex_t ch_swqe_lock; member