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

/linux-master/net/mac80211/
H A Dchan.c171 if (link->reserved_chanctx)
996 struct ieee80211_chanctx *ctx = link->reserved_chanctx;
1004 link->reserved_chanctx = NULL;
1118 link->reserved_chanctx = new_ctx;
1197 new_ctx = link->reserved_chanctx;
1232 link->reserved_chanctx = NULL;
1277 new_ctx = link->reserved_chanctx;
1301 link->reserved_chanctx = NULL;
1324 new_ctx = link->reserved_chanctx;
1471 if (link->reserved_chanctx) {
[all...]
H A Dieee80211_i.h1047 struct ieee80211_chanctx *reserved_chanctx; member in struct:ieee80211_link_data
H A Dcfg.c3709 * work with no reserved_chanctx so verify chandef to check if it
3713 if (link_data->reserved_chanctx) {
H A Dmlme.c1886 * work with no reserved_chanctx so verify chandef to check if it
1890 if (link->reserved_chanctx) {

Completed in 177 milliseconds