Lines Matching refs:local
112 struct ieee80211_local *local = sdata->local; in mesh_path_sel_frame_tx() local
119 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx()
124 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx()
243 struct ieee80211_local *local = sdata->local; in mesh_path_error_tx() local
254 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx()
261 skb_reserve(skb, local->tx_headroom + sdata->encrypt_headroom); in mesh_path_error_tx()
302 ieee80211_add_pending_skb(local, skb); in mesh_path_error_tx()
306 void ieee80211s_update_metric(struct ieee80211_local *local, in ieee80211s_update_metric() argument
324 static u32 airtime_link_metric_get(struct ieee80211_local *local, in airtime_link_metric_get() argument
376 struct ieee80211_local *local = sdata->local; in hwmp_route_info_get() local
393 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get()
761 struct ieee80211_local *local = sdata->local; in hwmp_rann_frame_process() local
794 metric_txsta = airtime_link_metric_get(local, sta); in hwmp_rann_frame_process()
955 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
962 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
1165 if (sdata->local->quiescing) in mesh_path_timer()