Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_coex.c37 struct mws_coex_state coex_state; in wma_mws_coex_state_host_event_handler() local
59 coex_state.vdev_id = param_buf->vdev_id; in wma_mws_coex_state_host_event_handler()
60 coex_state.coex_scheme_bitmap = param_buf->coex_scheme_bitmap; in wma_mws_coex_state_host_event_handler()
61 coex_state.active_conflict_count = param_buf->active_conflict_count; in wma_mws_coex_state_host_event_handler()
62 coex_state.potential_conflict_count = in wma_mws_coex_state_host_event_handler()
64 coex_state.chavd_group0_bitmap = param_buf->chavd_group0_bitmap; in wma_mws_coex_state_host_event_handler()
65 coex_state.chavd_group1_bitmap = param_buf->chavd_group1_bitmap; in wma_mws_coex_state_host_event_handler()
66 coex_state.chavd_group2_bitmap = param_buf->chavd_group2_bitmap; in wma_mws_coex_state_host_event_handler()
67 coex_state.chavd_group3_bitmap = param_buf->chavd_group3_bitmap; in wma_mws_coex_state_host_event_handler()
68 mac->sme.mws_coex_info_state_resp_callback(&coex_state, in wma_mws_coex_state_host_event_handler()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_debugfs_coex.c50 struct mws_coex_state coex_state; member
93 qdf_mem_copy(&coex_priv->coex_state, coex_info_data, in hdd_debugfs_mws_coex_info_cb()
129 struct mws_coex_state *coex_state; in __hdd_debugfs_mws_coex_state_read() local
177 coex_state = &priv->coex_state; in __hdd_debugfs_mws_coex_state_read()
187 coex_state->vdev_id, in __hdd_debugfs_mws_coex_state_read()
188 coex_state->coex_scheme_bitmap, in __hdd_debugfs_mws_coex_state_read()
189 coex_state->active_conflict_count, in __hdd_debugfs_mws_coex_state_read()
190 coex_state->potential_conflict_count, in __hdd_debugfs_mws_coex_state_read()
191 coex_state->chavd_group0_bitmap, in __hdd_debugfs_mws_coex_state_read()
192 coex_state->chavd_group1_bitmap, in __hdd_debugfs_mws_coex_state_read()
[all …]