Home
last modified time | relevance | path

Searched refs:copied_conn_req_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_main.h420 qdf_spinlock_create(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_create()
434 qdf_spinlock_destroy(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_destroy()
448 qdf_spin_lock_bh(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_acquire()
462 qdf_spin_unlock_bh(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_release()
722 qdf_mutex_create(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_create()
728 qdf_mutex_destroy(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_destroy()
734 qdf_mutex_acquire(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_acquire()
740 qdf_mutex_release(&sta_ctx->copied_conn_req_lock); in copied_conn_req_lock_release()
H A Dwlan_mlo_mgr_public_structs.h807 qdf_spinlock_t copied_conn_req_lock; member
809 qdf_mutex_t copied_conn_req_lock; member