Home
last modified time | relevance | path

Searched refs:epcs_ctx (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_epcs.c42 struct wlan_epcs_context *epcs_ctx; in wlan_mlo_is_node_epcs_authorized() local
77 epcs_ctx = &mlo_dev_ctx->epcs_ctx; in wlan_mlo_is_node_epcs_authorized()
78 if (!epcs_ctx) { in wlan_mlo_is_node_epcs_authorized()
83 epcs_dev_lock_acquire(epcs_ctx); in wlan_mlo_is_node_epcs_authorized()
85 if (epcs_ctx->authorize_info[i].valid && in wlan_mlo_is_node_epcs_authorized()
86 !qdf_mem_cmp(epcs_ctx->authorize_info[i].peer_mld_mac, in wlan_mlo_is_node_epcs_authorized()
89 epcs_dev_lock_release(epcs_ctx); in wlan_mlo_is_node_epcs_authorized()
93 epcs_dev_lock_release(epcs_ctx); in wlan_mlo_is_node_epcs_authorized()
519 struct wlan_epcs_context *epcs_ctx; in wlan_mlo_update_authorize_epcs_mac_addr() local
526 epcs_ctx = &vdev->mlo_dev_ctx->epcs_ctx; in wlan_mlo_update_authorize_epcs_mac_addr()
[all …]
H A Dwlan_mlo_mgr_main.c994 struct wlan_epcs_context *epcs_ctx; in mlo_epcs_ctx_init() local
996 epcs_ctx = &ml_dev->epcs_ctx; in mlo_epcs_ctx_init()
997 qdf_mem_zero(epcs_ctx, sizeof(struct wlan_epcs_context)); in mlo_epcs_ctx_init()
998 epcs_dev_lock_create(epcs_ctx); in mlo_epcs_ctx_init()
1278 epcs_dev_lock_destroy(&mlo_dev_ctx->epcs_ctx); in mlo_epcs_ctx_deinit()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_epcs.h208 epcs_dev_lock_create(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_create() argument
210 qdf_spinlock_create(&epcs_ctx->epcs_dev_lock); in epcs_dev_lock_create()
222 epcs_dev_lock_destroy(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_destroy() argument
224 qdf_spinlock_destroy(&epcs_ctx->epcs_dev_lock); in epcs_dev_lock_destroy()
236 void epcs_dev_lock_acquire(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_acquire() argument
238 qdf_spin_lock_bh(&epcs_ctx->epcs_dev_lock); in epcs_dev_lock_acquire()
250 void epcs_dev_lock_release(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_release() argument
252 qdf_spin_unlock_bh(&epcs_ctx->epcs_dev_lock); in epcs_dev_lock_release()
256 void epcs_dev_lock_create(struct wlan_epcs_context *epcs_ctx) in epcs_dev_lock_create() argument
258 qdf_mutex_create(&epcs_ctx->epcs_dev_lock); in epcs_dev_lock_create()
[all …]
H A Dwlan_mlo_mgr_public_structs.h938 struct wlan_epcs_context epcs_ctx; member