Lines Matching refs:local
109 struct ieee80211_local *local = sdata->local; in mesh_path_sel_frame_tx() local
116 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx()
121 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx()
240 struct ieee80211_local *local = sdata->local; in mesh_path_error_tx() local
251 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx()
258 skb_reserve(skb, local->tx_headroom + sdata->encrypt_headroom); in mesh_path_error_tx()
294 ieee80211_add_pending_skb(local, skb); in mesh_path_error_tx()
298 void ieee80211s_update_metric(struct ieee80211_local *local, in ieee80211s_update_metric() argument
317 static u32 airtime_link_metric_get(struct ieee80211_local *local, in airtime_link_metric_get() argument
369 struct ieee80211_local *local = sdata->local; in hwmp_route_info_get() local
386 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get()
774 struct ieee80211_local *local = sdata->local; in hwmp_rann_frame_process() local
807 metric_txsta = airtime_link_metric_get(local, sta); in hwmp_rann_frame_process()
968 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
975 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
1178 if (sdata->local->quiescing) in mesh_path_timer()