Home
last modified time | relevance | path

Searched refs:replace_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/ !
H A Dchan.c1127 if (WARN_ON(!ctx->replace_ctx)) in ieee80211_link_unreserve_chanctx()
1130 WARN_ON(ctx->replace_ctx->replace_state != in ieee80211_link_unreserve_chanctx()
1132 WARN_ON(ctx->replace_ctx->replace_ctx != ctx); in ieee80211_link_unreserve_chanctx()
1134 ctx->replace_ctx->replace_ctx = NULL; in ieee80211_link_unreserve_chanctx()
1135 ctx->replace_ctx->replace_state = in ieee80211_link_unreserve_chanctx()
1174 * fails unless `replace_ctx` from ctx5 is replaced with ctx3. in ieee80211_replace_chanctx()
1208 new_ctx->replace_ctx = curr_ctx; in ieee80211_replace_chanctx()
1211 curr_ctx->replace_ctx in ieee80211_replace_chanctx()
[all...]
H A Dieee80211_i.h897 * by a (not yet registered) channel context pointed by %replace_ctx.
899 * replaces an existing channel context pointed to by %replace_ctx.
915 struct ieee80211_chanctx *replace_ctx; member