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()
289 max_bw = max(max_bw, conf->def.width); in ieee80211_get_chanctx_max_required_bw()
310 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 || in ieee80211_recalc_chanctx_min_def()
311 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 || in ieee80211_recalc_chanctx_min_def()
313 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
320 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
338 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) in ieee80211_change_chanctx()
341 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx()
343 ctx->conf.def = *chandef; in ieee80211_change_chanctx()
374 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx()
452 ctx->conf.def = *chandef; in ieee80211_alloc_chanctx()
480 local->_oper_chandef = ctx->conf.def; in ieee80211_add_chanctx()
1677 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_vif_change_bandwidth()