Searched refs:force_state (Results 1 – 2 of 2) sorted by relevance
199 &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() local216 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() local261 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 …]
660 struct ml_link_force_state force_state; member