Searched refs:mlwq_mtx (Results 1 – 5 of 5) sorted by relevance
197 mutex_enter(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()235 mutex_exit(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()238 mutex_enter(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()241 mutex_exit(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()244 mutex_destroy(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()399 mutex_init(&wq->mlwq_mtx, NULL, MUTEX_DRIVER, in mlxcx_rq_setup()404 mutex_enter(&wq->mlwq_mtx); in mlxcx_rq_setup()415 mutex_exit(&wq->mlwq_mtx); in mlxcx_rq_setup()420 mutex_exit(&wq->mlwq_mtx); in mlxcx_rq_setup()427 mutex_exit(&wq->mlwq_mtx); in mlxcx_rq_setup()[all …]
561 mutex_enter(&sq->mlwq_mtx); in mlxcx_mac_ring_tx()570 mutex_exit(&sq->mlwq_mtx); in mlxcx_mac_ring_tx()577 mutex_exit(&sq->mlwq_mtx); in mlxcx_mac_ring_tx()615 mutex_exit(&sq->mlwq_mtx); in mlxcx_mac_ring_tx()620 mutex_exit(&sq->mlwq_mtx); in mlxcx_mac_ring_tx()862 mutex_enter(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()867 mutex_exit(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()873 mutex_exit(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()904 mutex_exit(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()933 mutex_enter(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()[all …]
954 mutex_enter(&wq->mlwq_mtx); in mlxcx_process_cq()956 mutex_exit(&wq->mlwq_mtx); in mlxcx_process_cq()959 mutex_exit(&wq->mlwq_mtx); in mlxcx_process_cq()
2515 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_create_rq()2588 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_start_rq()2647 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_stop_rq()2690 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_destroy_rq()3392 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_create_sq()3471 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_start_sq()3532 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_stop_sq()3575 ASSERT(mutex_owned(&mlwq->mlwq_mtx)); in mlxcx_cmd_destroy_sq()
664 kmutex_t mlwq_mtx; member