Lines Matching refs:def
150 const struct cfg80211_chan_def *def) in ieee80211_chanctx_can_reserve_chandef() argument
154 if (ieee80211_chanctx_combined_chandef(local, ctx, def)) in ieee80211_chanctx_can_reserve_chandef()
158 ieee80211_chanctx_reserved_chandef(local, ctx, def)) in ieee80211_chanctx_can_reserve_chandef()
297 max_bw = max(max_bw, conf->def.width); in ieee80211_get_chanctx_max_required_bw()
318 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 || in ieee80211_recalc_chanctx_min_def()
319 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 || in ieee80211_recalc_chanctx_min_def()
321 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
328 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
346 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) in ieee80211_change_chanctx()
349 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx()
351 ctx->conf.def = *chandef; in ieee80211_change_chanctx()
382 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx()
460 ctx->conf.def = *chandef; in ieee80211_alloc_chanctx()
488 local->_oper_chandef = ctx->conf.def; in ieee80211_add_chanctx()
1710 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_vif_change_bandwidth()