Home
last modified time | relevance | path

Searched refs:driver_present (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.c295 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
297 new_ctx->driver_present) || in drv_switch_vif_chanctx()
299 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
318 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
319 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
H A Ddriver-ops.h866 ctx->driver_present = true; in drv_add_chanctx()
876 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
883 ctx->driver_present = false; in drv_remove_chanctx()
894 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
911 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
932 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
H A Dchan.c340 if (!ctx->driver_present) in ieee80211_recalc_chanctx_min_def()
1803 if (ctx->driver_present) in ieee80211_iter_chan_contexts_atomic()
H A Dieee80211_i.h833 bool driver_present; member
H A Dutil.c2194 ctx->driver_present = false; in ieee80211_handle_reconfig_failure()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddriver-ops.c298 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
326 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
357 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
359 new_ctx->driver_present) || in drv_switch_vif_chanctx()
361 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
380 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
381 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
H A Ddriver-ops.h916 ctx->driver_present = true; in drv_add_chanctx()
926 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
933 ctx->driver_present = false; in drv_remove_chanctx()
944 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
H A Dchan.c390 if (!ctx->driver_present) in _ieee80211_recalc_chanctx_min_def()
2065 if (ctx->driver_present) in ieee80211_iter_chan_contexts_atomic()
H A Dieee80211_i.h841 bool driver_present; member
H A Dutil.c2383 ctx->driver_present = false; in ieee80211_handle_reconfig_failure()

Completed in 32 milliseconds