Home
last modified time | relevance | path

Searched refs:mlwq_mtx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c235 mutex_exit(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()
241 mutex_exit(&mlwq->mlwq_mtx); in mlxcx_wq_teardown()
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()
430 mutex_enter(&wq->mlwq_mtx); in mlxcx_rq_setup()
433 mutex_exit(&wq->mlwq_mtx); in mlxcx_rq_setup()
448 mutex_enter(&wq->mlwq_mtx); in mlxcx_sq_setup()
476 mutex_exit(&wq->mlwq_mtx); in mlxcx_sq_setup()
[all …]
H A Dmlxcx_gld.c561 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()
935 mutex_exit(&wq->mlwq_mtx); in mlxcx_mac_ring_stop()
[all …]
H A Dmlxcx_intr.c954 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()
H A Dmlxcx_cmd.c2515 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()
H A Dmlxcx.h664 kmutex_t mlwq_mtx; member