Home
last modified time | relevance | path

Searched refs:reserved_chanctx_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/mac80211/
Dchan.c34 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) in ieee80211_chanctx_num_reserved()
90 reserved_chanctx_list) { in ieee80211_chanctx_reserved_chandef()
812 list_del(&sdata->reserved_chanctx_list); in ieee80211_vif_unreserve_chanctx()
925 list_add(&sdata->reserved_chanctx_list, &new_ctx->reserved_vifs); in ieee80211_vif_reserve_chanctx()
1015 list_del(&sdata->reserved_chanctx_list); in ieee80211_vif_use_reserved_reassign()
1082 list_del(&sdata->reserved_chanctx_list); in ieee80211_vif_use_reserved_assign()
1168 reserved_chanctx_list) { in ieee80211_chsw_switch_vifs()
1297 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
1367 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
1399 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
[all …]
Dieee80211_i.h875 struct list_head reserved_chanctx_list; /* protected by chanctx_mtx */ member
Diface.c1366 INIT_LIST_HEAD(&sdata->reserved_chanctx_list); in ieee80211_setup_sdata()
Dutil.c3177 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) in ieee80211_chanctx_radar_detect()