Searched refs:reserved_chanctx (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/mac80211/
H A Dchan.c171 if (link->reserved_chanctx)
565 if (WARN_ON(link->reserved_chanctx))
592 link->reserved_chanctx = ctx;
1023 struct ieee80211_chanctx *ctx = link->reserved_chanctx;
1031 link->reserved_chanctx = NULL;
1146 link->reserved_chanctx = new_ctx;
1225 new_ctx = link->reserved_chanctx;
1260 link->reserved_chanctx = NULL;
1305 new_ctx = link->reserved_chanctx;
1329 link->reserved_chanctx
[all...]
H A Dieee80211_i.h1050 struct ieee80211_chanctx *reserved_chanctx; member in struct:ieee80211_link_data
H A Dcfg.c3713 * work with no reserved_chanctx so verify chandef to check if it
3717 if (link_data->reserved_chanctx) {
H A Dmlme.c1890 * work with no reserved_chanctx so verify chandef to check if it
1894 if (link->reserved_chanctx) {

Completed in 179 milliseconds