Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
Dwlan_mlo_link_force.c199 &mlo_dev_ctx->sta_ctx->link_force_ctx.force_state, in ml_nlink_get_curr_force_state()
209 struct ml_link_force_state *force_state; in ml_nlink_clr_force_state() local
216 force_state = &mlo_dev_ctx->sta_ctx->link_force_ctx.force_state; in ml_nlink_clr_force_state()
217 qdf_mem_zero(force_state, sizeof(*force_state)); in ml_nlink_clr_force_state()
218 ml_nlink_dump_force_state(force_state, ""); in ml_nlink_clr_force_state()
252 struct ml_link_force_state *force_state; in ml_nlink_set_curr_force_active_state() local
261 force_state = &mlo_dev_ctx->sta_ctx->link_force_ctx.force_state; in ml_nlink_set_curr_force_active_state()
262 ml_nlink_update_link_bitmap(&force_state->force_active_bitmap, in ml_nlink_set_curr_force_active_state()
264 ml_nlink_dump_force_state(force_state, ":ctrl %d bitmap 0x%x", in ml_nlink_set_curr_force_active_state()
276 struct ml_link_force_state *force_state; in ml_nlink_set_curr_force_inactive_state() local
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_mgr_public_structs.h660 struct ml_link_force_state force_state; member