Searched refs:coex_state (Results 1 – 2 of 2) sorted by relevance
37 struct mws_coex_state coex_state; in wma_mws_coex_state_host_event_handler() local59 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()
50 struct mws_coex_state coex_state; member93 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() local177 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 …]