Searched refs:ieee80211_chanctx_refcount (Results 1 – 2 of 2) sorted by relevance
43 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() function667 WARN_ON_ONCE(ieee80211_chanctx_refcount(local, ctx) != 0); in ieee80211_free_chanctx()952 if (ieee80211_chanctx_refcount(sdata->local, ctx) == 0) { in ieee80211_vif_unreserve_chanctx()1166 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1180 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1231 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_assign()1652 if (ieee80211_chanctx_refcount(local, ctx) == 0) in __ieee80211_vif_release_channel()1707 if (ieee80211_chanctx_refcount(local, ctx) == 0) in ieee80211_vif_use_channel()
2465 int ieee80211_chanctx_refcount(struct ieee80211_local *local,