Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddriver-ops.h1025 ctx->driver_present = true; in drv_add_chanctx()
1033 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
1040 ctx->driver_present = false; in drv_remove_chanctx()
1049 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
1066 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
1085 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
1115 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
1117 new_ctx->driver_present) || in drv_switch_vif_chanctx()
1119 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
1138 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
[all …]
Dchan.c328 if (!ctx->driver_present) in ieee80211_recalc_chanctx_min_def()
1756 if (ctx->driver_present) in ieee80211_iter_chan_contexts_atomic()
Dieee80211_i.h801 bool driver_present; member
Dutil.c1726 ctx->driver_present = false; in ieee80211_handle_reconfig_failure()