Lines Matching defs:local
21 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);
26 return drv_set_ringparam(local, rp->tx_pending, rp->rx_pending);
34 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);
38 drv_get_ringparam(local, &rp->tx_pending, &rp->tx_max_pending,
76 struct ieee80211_local *local = sdata->local;
105 mutex_lock(&local->sta_mtx);
135 list_for_each_entry(sta, &local->sta_list, list) {
164 if (drv_get_survey(local, q, &survey) != 0) {
201 mutex_unlock(&local->sta_mtx);