Home
last modified time | relevance | path

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

/net/mac80211/
Dchan.c37 list_for_each_entry(link, &ctx->reserved_links, reserved_chanctx_list) in ieee80211_chanctx_num_reserved()
93 reserved_chanctx_list) { in ieee80211_chanctx_reserved_chandef()
1076 list_del(&link->reserved_chanctx_list); in ieee80211_link_unreserve_chanctx()
1190 list_add(&link->reserved_chanctx_list, &new_ctx->reserved_links); in ieee80211_link_reserve_chanctx()
1304 list_del(&link->reserved_chanctx_list); in ieee80211_link_use_reserved_reassign()
1371 list_del(&link->reserved_chanctx_list); in ieee80211_link_use_reserved_assign()
1458 reserved_chanctx_list) { in ieee80211_chsw_switch_vifs()
1588 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
1658 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
1695 reserved_chanctx_list) { in ieee80211_vif_use_reserved_switch()
[all …]
Dlink.c47 INIT_LIST_HEAD(&link->reserved_chanctx_list); in ieee80211_link_init()
Dieee80211_i.h974 struct list_head reserved_chanctx_list; /* protected by chanctx_mtx */ member
Dutil.c4786 list_for_each_entry(link, &ctx->reserved_links, reserved_chanctx_list) in ieee80211_chanctx_radar_detect()