Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddriver-ops.c342 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
374 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
406 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
408 new_ctx->driver_present) || in drv_switch_vif_chanctx()
410 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
429 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
430 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
H A Ddriver-ops.h1027 ctx->driver_present = true; in drv_add_chanctx()
1038 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
1045 ctx->driver_present = false; in drv_remove_chanctx()
1057 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
H A Dchan.c547 if (!ctx->driver_present) in __ieee80211_recalc_chanctx_min_def()
2280 if (ctx->driver_present) in ieee80211_iter_chan_contexts_atomic()
2299 if (ctx->driver_present) in ieee80211_iter_chan_contexts_mtx()
H A Dieee80211_i.h923 bool driver_present; member