Searched refs:ieee80211_chanctx_refcount (Results 1 – 2 of 2) sorted by relevance
40 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() function558 WARN_ON_ONCE(ieee80211_chanctx_refcount(local, ctx) != 0); in ieee80211_free_chanctx()840 if (ieee80211_chanctx_refcount(sdata->local, ctx) == 0) { in ieee80211_vif_unreserve_chanctx()1048 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1062 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign()1118 if (ieee80211_chanctx_refcount(local, new_ctx) == 0) in ieee80211_vif_use_reserved_assign()1541 if (ieee80211_chanctx_refcount(local, ctx) == 0) in __ieee80211_vif_release_channel()1596 if (ieee80211_chanctx_refcount(local, ctx) == 0) in ieee80211_vif_use_channel()
2011 int ieee80211_chanctx_refcount(struct ieee80211_local *local,