Lines Matching defs:local
19 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);
24 return drv_set_ringparam(local, rp->tx_pending, rp->rx_pending);
30 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);
34 drv_get_ringparam(local, &rp->tx_pending, &rp->tx_max_pending,
72 struct ieee80211_local *local = sdata->local;
101 mutex_lock(&local->sta_mtx);
131 list_for_each_entry(sta, &local->sta_list, list) {
160 if (drv_get_survey(local, q, &survey) != 0) {
197 mutex_unlock(&local->sta_mtx);