• Home
  • Raw
  • Download

Lines Matching refs:ctx

1585 	struct ieee80211_chanctx *ctx;  in ieee80211_handle_reconfig_failure()  local
1613 list_for_each_entry(ctx, &local->chanctx_list, list) in ieee80211_handle_reconfig_failure()
1614 ctx->driver_present = false; in ieee80211_handle_reconfig_failure()
1624 struct ieee80211_chanctx *ctx; in ieee80211_assign_chanctx() local
1633 ctx = container_of(conf, struct ieee80211_chanctx, conf); in ieee80211_assign_chanctx()
1634 drv_assign_vif_chanctx(local, sdata, ctx); in ieee80211_assign_chanctx()
1643 struct ieee80211_chanctx *ctx; in ieee80211_reconfig() local
1727 list_for_each_entry(ctx, &local->chanctx_list, list) in ieee80211_reconfig()
1728 if (ctx->replace_state != in ieee80211_reconfig()
1730 WARN_ON(drv_add_chanctx(local, ctx)); in ieee80211_reconfig()
2964 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_radar_detect() argument
2971 if (WARN_ON(ctx->replace_state == IEEE80211_CHANCTX_WILL_BE_REPLACED)) in ieee80211_chanctx_radar_detect()
2974 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) in ieee80211_chanctx_radar_detect()
2982 WARN_ON(ctx->replace_state == IEEE80211_CHANCTX_REPLACES_OTHER && in ieee80211_chanctx_radar_detect()
2983 !list_empty(&ctx->assigned_vifs)); in ieee80211_chanctx_radar_detect()
2985 list_for_each_entry(sdata, &ctx->assigned_vifs, assigned_chanctx_list) in ieee80211_chanctx_radar_detect()
3001 struct ieee80211_chanctx *ctx; in ieee80211_check_combinations() local
3032 list_for_each_entry(ctx, &local->chanctx_list, list) { in ieee80211_check_combinations()
3033 if (ctx->replace_state == IEEE80211_CHANCTX_WILL_BE_REPLACED) in ieee80211_check_combinations()
3035 radar_detect |= ieee80211_chanctx_radar_detect(local, ctx); in ieee80211_check_combinations()
3036 if (ctx->mode == IEEE80211_CHANCTX_EXCLUSIVE) { in ieee80211_check_combinations()
3042 &ctx->conf.def)) in ieee80211_check_combinations()
3083 struct ieee80211_chanctx *ctx; in ieee80211_max_num_channels() local
3091 list_for_each_entry(ctx, &local->chanctx_list, list) { in ieee80211_max_num_channels()
3092 if (ctx->replace_state == IEEE80211_CHANCTX_WILL_BE_REPLACED) in ieee80211_max_num_channels()
3097 radar_detect |= ieee80211_chanctx_radar_detect(local, ctx); in ieee80211_max_num_channels()