Searched refs:ieee80211_chanctx_refcount (Results 1 – 2 of 2) sorted by relevance
41 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() function572 WARN_ON_ONCE(ieee80211_chanctx_refcount(local, ctx) != 0); in ieee80211_free_chanctx()858 if (ieee80211_chanctx_refcount(sdata->local, ctx) == 0) { in ieee80211_vif_unreserve_chanctx()1067 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1081 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1137 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_assign()1558 if (ieee80211_chanctx_refcount(local, ctx) == 0) in __ieee80211_vif_release_channel()1613 if (ieee80211_chanctx_refcount(local, ctx) == 0) in ieee80211_vif_use_channel()
2258 int ieee80211_chanctx_refcount(struct ieee80211_local *local,