Searched refs:reserved_vifs (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
D | chan.c | 35 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) in ieee80211_chanctx_num_reserved() 90 list_for_each_entry(sdata, &ctx->reserved_vifs, in ieee80211_chanctx_reserved_chandef() 158 if (!list_empty(&ctx->reserved_vifs) && in ieee80211_chanctx_can_reserve_chandef() 465 INIT_LIST_HEAD(&ctx->reserved_vifs); in ieee80211_alloc_chanctx() 905 !list_empty(&curr_ctx->reserved_vifs)) { in ieee80211_vif_reserve_chanctx() 934 if (!list_empty(&ctx->reserved_vifs)) in ieee80211_vif_reserve_chanctx() 949 !list_empty(&curr_ctx->reserved_vifs)) in ieee80211_vif_reserve_chanctx() 968 list_add(&sdata->reserved_chanctx_list, &new_ctx->reserved_vifs); in ieee80211_vif_reserve_chanctx() 1217 list_for_each_entry(sdata, &ctx->reserved_vifs, in ieee80211_chsw_switch_vifs() 1346 list_for_each_entry(sdata, &ctx->reserved_vifs, in ieee80211_vif_use_reserved_switch() [all …]
|
D | ieee80211_i.h | 807 struct list_head reserved_vifs; member
|
D | util.c | 4264 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) in ieee80211_chanctx_radar_detect()
|