Home
last modified time | relevance | path

Searched refs:driver_present (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/mac80211/
Ddriver-ops.c269 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
271 new_ctx->driver_present) || in drv_switch_vif_chanctx()
273 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
292 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
293 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
Ddriver-ops.h860 ctx->driver_present = true; in drv_add_chanctx()
870 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
877 ctx->driver_present = false; in drv_remove_chanctx()
888 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
905 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
926 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
Dchan.c334 if (!ctx->driver_present) in ieee80211_recalc_chanctx_min_def()
1792 if (ctx->driver_present) in ieee80211_iter_chan_contexts_atomic()
Dieee80211_i.h807 bool driver_present; member
Dutil.c1778 ctx->driver_present = false; in ieee80211_handle_reconfig_failure()