Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 145) sorted by relevance

123456

/net/mac80211/
A Ddriver-ops.h38 local->ops->tx(&local->hw, control, skb); in drv_tx()
49 local->ops->sync_rx_queues(&local->hw); in drv_sync_rx_queues()
57 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
69 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local
80 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local
104 ret = local->ops->suspend(&local->hw, wowlan); in drv_suspend()
117 ret = local->ops->resume(&local->hw); in drv_resume()
132 local->ops->set_wakeup(&local->hw, enabled); in drv_set_wakeup()
238 ret = local->ops->set_tim(&local->hw, sta, set); in drv_set_tim()
681 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
[all …]
A Dled.c46 kfree(local->rx_led.name); in ieee80211_free_led_names()
47 kfree(local->tx_led.name); in ieee80211_free_led_names()
48 kfree(local->assoc_led.name); in ieee80211_free_led_names()
157 if (local->rx_led.name && led_trigger_register(&local->rx_led)) { in ieee80211_led_init()
165 if (local->tx_led.name && led_trigger_register(&local->tx_led)) { in ieee80211_led_init()
173 if (local->assoc_led.name && led_trigger_register(&local->assoc_led)) { in ieee80211_led_init()
181 if (local->radio_led.name && led_trigger_register(&local->radio_led)) { in ieee80211_led_init()
203 if (local->tx_led.name) in ieee80211_led_exit()
205 if (local->rx_led.name) in ieee80211_led_exit()
262 struct ieee80211_local *local = tpt_trig->local; in tpt_trig_timer() local
[all …]
A Dmain.c50 if (local->fif_probe_req || local->probe_req_reg) in ieee80211_configure_filter()
74 mc = drv_prepare_multicast(local, &local->mc_list); in ieee80211_configure_filter()
339 struct ieee80211_local *local = sdata->local; in ieee80211_bss_info_change_notify() local
371 local->ops->vif_cfg_changed(&local->hw, &sdata->vif, ch); in ieee80211_bss_info_change_notify()
380 local->ops->link_info_changed(&local->hw, &sdata->vif, in ieee80211_bss_info_change_notify()
385 local->ops->bss_info_changed(&local->hw, &sdata->vif, in ieee80211_bss_info_change_notify()
393 struct ieee80211_local *local = sdata->local; in ieee80211_vif_cfg_change_notify() local
407 struct ieee80211_local *local = sdata->local; in ieee80211_link_info_change_notify() local
523 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_restart_work()
916 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee80211_alloc_hw_nm()
[all …]
A Dscan.c352 if (local->open_count == local->monitors) in ieee80211_scan_rx()
372 struct ieee80211_local *local = sdata->local; in ieee80211_prep_hw_scan() local
568 drv_sw_scan_start(local, sdata, local->scan_addr); in ieee80211_start_sw_scan()
592 struct ieee80211_local *local = sdata->local; in __ieee80211_can_leave_ch() local
636 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan()
725 struct ieee80211_local *local = sdata->local; in __ieee80211_start_scan() local
1011 local->scan_chandef = local->hw.conf.chandef; in ieee80211_scan_state_set_channel()
1200 struct ieee80211_local *local = sdata->local; in ieee80211_request_ibss_scan() local
1257 local->int_scan_req->ssids = &local->scan_ssid; in ieee80211_request_ibss_scan()
1324 struct ieee80211_local *local = sdata->local; in __ieee80211_request_sched_scan_start() local
[all …]
A Ddriver-ops.c27 ret = local->ops->start(&local->hw); in drv_start()
45 local->ops->stop(&local->hw, suspend); in drv_stop()
129 local->ops->remove_interface(&local->hw, &sdata->vif); in drv_remove_interface()
241 ret = local->ops->conf_tx(&local->hw, &sdata->vif, in drv_conf_tx()
277 local->ops->set_tsf(&local->hw, &sdata->vif, tsf); in drv_set_tsf()
308 local->ops->reset_tsf(&local->hw, &sdata->vif); in drv_reset_tsf()
343 ret = local->ops->assign_vif_chanctx(&local->hw, in drv_assign_vif_chanctx()
375 local->ops->unassign_vif_chanctx(&local->hw, in drv_unassign_vif_chanctx()
414 ret = local->ops->switch_vif_chanctx(&local->hw, in drv_switch_vif_chanctx()
565 if (!local->in_reconfig && !local->resuming) { in drv_change_vif_links()
[all …]
A Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
37 wiphy_work_cancel(local->hw.wiphy, &local->dynamic_ps_enable_work); in ieee80211_offchannel_ps_enable()
63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
339 wiphy_work_queue(local->hw.wiphy, &local->hw_roc_done); in _ieee80211_start_next_roc()
429 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_reconfig_roc()
430 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_reconfig_roc()
712 struct ieee80211_local *local = sdata->local; in ieee80211_remain_on_channel() local
732 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_cancel_roc()
774 wiphy_work_cancel(local->hw.wiphy, &local->hw_roc_done); in ieee80211_cancel_roc()
808 struct ieee80211_local *local = sdata->local; in ieee80211_cancel_remain_on_channel() local
[all …]
A Diface.c155 struct ieee80211_local *local = sdata->local; in ieee80211_verify_mac() local
204 struct ieee80211_local *local = sdata->local; in ieee80211_can_powered_addr_change() local
254 struct ieee80211_local *local = sdata->local; in _ieee80211_change_mac() local
297 struct ieee80211_local *local = sdata->local; in ieee80211_change_mac() local
327 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local
456 struct ieee80211_local *local = sdata->local; in ieee80211_do_stop() local
822 struct ieee80211_local *local = sdata->local; in ieee80211_set_multicast_list() local
874 struct ieee80211_local *local = sdata->local; in ieee80211_netdev_setup_tc() local
894 struct ieee80211_local *local = sdata->local; in ieee80211_monitor_select_queue() local
936 local = sdata->local; in ieee80211_netdev_fill_forward_path()
[all …]
A Dchan.c78 struct ieee80211_local *local __maybe_unused = link->sdata->local; in ieee80211_link_get_chanctx()
901 struct ieee80211_local *local = sdata->local; in ieee80211_assign_link_chanctx() local
1105 struct ieee80211_local *local = link->sdata->local; in ieee80211_link_copy_chanctx_to_vlans() local
1256 struct ieee80211_local *local = sdata->local; in ieee80211_link_reserve_chanctx() local
1351 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_reassign() local
1435 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_assign() local
1868 struct ieee80211_local *local = sdata->local; in __ieee80211_link_release_channel() local
1907 struct ieee80211_local *local = sdata->local; in _ieee80211_link_use_channel() local
1985 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_context() local
2095 struct ieee80211_local *local = sdata->local; in ieee80211_link_change_chanreq() local
[all …]
A Dpm.c27 if (!local->open_count) in __ieee80211_suspend()
30 local->suspending = true; in __ieee80211_suspend()
33 ieee80211_scan_cancel(local); in __ieee80211_suspend()
65 local->quiescing = true; in __ieee80211_suspend()
78 wiphy_work_cancel(local->hw.wiphy, &local->dynamic_ps_enable_work); in __ieee80211_suspend()
81 local->wowlan = wowlan; in __ieee80211_suspend()
82 if (local->wowlan) { in __ieee80211_suspend()
119 local->wowlan = false; in __ieee80211_suspend()
177 local->suspended = true; in __ieee80211_suspend()
180 local->quiescing = false; in __ieee80211_suspend()
[all …]
A Dled.h16 if (!atomic_read(&local->rx_led_active)) in ieee80211_led_rx()
25 if (!atomic_read(&local->tx_led_active)) in ieee80211_led_tx()
32 void ieee80211_led_assoc(struct ieee80211_local *local,
34 void ieee80211_led_radio(struct ieee80211_local *local,
37 void ieee80211_free_led_names(struct ieee80211_local *local);
38 void ieee80211_led_init(struct ieee80211_local *local);
39 void ieee80211_led_exit(struct ieee80211_local *local);
74 if (atomic_read(&local->tpt_led_active)) in ieee80211_tpt_led_trig_tx()
75 local->tpt_led_trigger->tx_bytes += bytes; in ieee80211_tpt_led_trig_tx()
83 if (atomic_read(&local->tpt_led_active)) in ieee80211_tpt_led_trig_rx()
[all …]
A Dtrace.h151 TP_ARGS(local),
227 TP_ARGS(local)
289 TP_ARGS(local)
309 TP_ARGS(local)
314 TP_ARGS(local)
1210 TP_ARGS(local)
1484 TP_ARGS(local)
1489 TP_ARGS(local)
2793 TP_ARGS(local)
2993 TP_ARGS(local)
[all …]
A Dutil.c325 struct ieee80211_local *local = sdata->local; in __ieee80211_wake_txqs() local
891 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
968 struct ieee80211_local *local = sdata->local; in ieee80211_set_wmm_default() local
1082 struct ieee80211_local *local = sdata->local; in ieee80211_send_auth() local
1145 struct ieee80211_local *local = sdata->local; in ieee80211_send_deauth_disassoc() local
1203 struct ieee80211_local *local = sdata->local; in ieee80211_put_preq_ies_band() local
1477 struct ieee80211_local *local = sdata->local; in ieee80211_build_probe_req() local
1657 struct ieee80211_local *local = sdata->local; in ieee80211_reconfig_stations() local
2251 local = sdata->local; in ieee80211_reconfig_disconnect()
2287 struct ieee80211_local *local = sdata->local; in ieee80211_recalc_smps() local
[all …]
A Ddebugfs.c62 local->hw.conf.flags);
64 local->user_power_level);
72 local->rate_ctrl ? local->rate_ctrl->ops->name : "hw/driver");
80 struct fq *fq = &local->fq; in aqm_read()
84 spin_lock_bh(&local->fq.lock); in aqm_read()
109 spin_unlock_bh(&local->fq.lock); in aqm_read()
287 guard(wiphy)(local->hw.wiphy); in aql_txq_limit_write()
394 local->force_tx_status = 0; in force_tx_status_write()
396 local->force_tx_status = 1; in force_tx_status_write()
417 wiphy_lock(local->hw.wiphy); in reset_write()
[all …]
A Dsta_info.c137 struct ieee80211_local *local = sdata->local; in __cleanup_single_sta() local
190 struct ieee80211_local *local = sdata->local; in cleanup_single_sta() local
206 struct ieee80211_local *local = sdata->local; in sta_info_get() local
231 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local
260 struct ieee80211_local *local = sdata->local; in link_sta_info_get_bss() local
335 struct ieee80211_local *local = sdata->local; in sta_info_get_by_idx() local
613 sta->local = local; in __sta_info_alloc()
881 struct ieee80211_local *local = sta->local; in sta_info_insert_finish() local
996 struct ieee80211_local *local = sta->local; in sta_info_insert_rcu() local
1068 struct ieee80211_local *local = sta->local; in __sta_info_recalc_tim() local
[all …]
/net/mac802154/
A Ddriver-ops.h16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
24 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync()
42 ret = local->ops->set_hw_addr_filt(&local->hw, &filt, in drv_set_pan_id()
64 ret = local->ops->set_hw_addr_filt(&local->hw, &filt, in drv_set_extended_addr()
86 ret = local->ops->set_hw_addr_filt(&local->hw, &filt, in drv_set_short_addr()
108 ret = local->ops->set_hw_addr_filt(&local->hw, &filt, in drv_set_pan_coord()
210 ret = local->ops->start(&local->hw); in drv_start()
220 local->ops->stop(&local->hw); in drv_stop()
257 ret = local->ops->set_txpower(&local->hw, mbm); in drv_set_tx_power()
275 ret = local->ops->set_cca_mode(&local->hw, cca); in drv_set_cca_mode()
[all …]
A Dmain.c25 struct ieee802154_local *local = from_tasklet(local, t, tasklet); in ieee802154_tasklet_handler() local
35 ieee802154_rx(local, skb); in ieee802154_tasklet_handler()
86 local->phy = phy; in ieee802154_alloc_hw()
87 local->hw.phy = local->phy; in ieee802154_alloc_hw()
88 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee802154_alloc_hw()
89 local->ops = ops; in ieee802154_alloc_hw()
120 return &local->hw; in ieee802154_alloc_hw()
202 local->workqueue = in ieee802154_register_hw()
211 if (!local->mac_wq) { in ieee802154_register_hw()
219 wpan_phy_set_dev(local->phy, local->hw.parent); in ieee802154_register_hw()
[all …]
A Dtx.c27 struct ieee802154_local *local = in ieee802154_xmit_sync_worker() local
33 res = drv_xmit_sync(local, skb); in ieee802154_xmit_sync_worker()
79 ieee802154_hold_queue(local); in ieee802154_tx()
86 if (local->ops->xmit_async) { in ieee802154_tx()
96 local->tx_skb = skb; in ieee802154_tx()
97 queue_work(local->workqueue, &local->sync_tx_work); in ieee802154_tx()
115 ieee802154_hold_queue(local); in ieee802154_sync_queue()
117 wait_event(local->phy->sync_txq, !atomic_read(&local->phy->ongoing_txs)); in ieee802154_sync_queue()
118 ret = local->tx_result; in ieee802154_sync_queue()
150 if (!local->open_count) in ieee802154_mlme_tx_locked()
[all …]
A Dscan.c207 queue_delayed_work(local->mac_wq, &local->scan_work, in mac802154_scan_worker()
276 struct ieee802154_local *local = sdata->local; in mac802154_trigger_scan_locked() local
304 queue_delayed_work(local->mac_wq, &local->scan_work, 0); in mac802154_trigger_scan_locked()
423 queue_delayed_work(local->mac_wq, &local->beacon_work, in mac802154_beacon_worker()
470 struct ieee802154_local *local = sdata->local; in mac802154_send_beacons_locked() local
483 memset(&local->beacon, 0, sizeof(local->beacon)); in mac802154_send_beacons_locked()
522 struct ieee802154_local *local = sdata->local; in mac802154_perform_association() local
615 struct ieee802154_local *local = sdata->local; in mac802154_process_association_resp() local
636 local->assoc_status, &deaddr, local->assoc_addr); in mac802154_process_association_resp()
649 struct ieee802154_local *local = sdata->local; in mac802154_send_disassociation_notif() local
[all …]
A Dutil.c73 ieee802154_stop_queue(&local->hw); in ieee802154_hold_queue()
83 ieee802154_wake_queue(&local->hw); in ieee802154_release_queue()
103 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer() local
106 ieee802154_release_queue(local); in ieee802154_xmit_ifs_timer()
132 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()
136 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()
140 ieee802154_release_queue(local); in ieee802154_xmit_complete()
154 local->tx_result = reason; in ieee802154_xmit_error()
155 ieee802154_release_queue(local); in ieee802154_xmit_error()
170 flush_workqueue(local->workqueue); in ieee802154_stop_device()
[all …]
A Dtrace.h38 TP_ARGS(local),
50 TP_ARGS(local)
55 TP_ARGS(local, ret),
70 TP_ARGS(local)
75 TP_ARGS(local)
98 TP_ARGS(local, cca),
113 TP_ARGS(local, mbm),
128 TP_ARGS(local, power),
143 TP_ARGS(local, mode),
173 TP_ARGS(local, pan_id),
[all …]
/net/rxrpc/
A Dlocal_object.c116 if (local) { in rxrpc_alloc_local()
155 return local; in rxrpc_alloc_local()
290 if (!local) in rxrpc_lookup_local()
307 return local; in rxrpc_lookup_local()
313 if (local) in rxrpc_lookup_local()
335 return local; in rxrpc_get_local()
346 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
364 if (local) { in rxrpc_put_local()
383 if (!local) in rxrpc_use_local()
403 if (local) { in rxrpc_unuse_local()
[all …]
A Dio_thread.c32 if (unlikely(!local)) { in rxrpc_encap_rcv()
46 rx_queue = &local->rx_queue; in rxrpc_encap_rcv()
51 rx_queue = &local->rx_delay_queue; in rxrpc_encap_rcv()
65 struct rxrpc_local *local; in rxrpc_error_report() local
70 if (unlikely(!local)) { in rxrpc_error_report()
81 rxrpc_wake_up_io_thread(local); in rxrpc_error_report()
519 spin_lock_irq(&local->lock); in rxrpc_io_thread()
527 spin_lock_irq(&local->lock); in rxrpc_io_thread()
539 spin_lock_irq(&local->lock); in rxrpc_io_thread()
546 spin_lock_irq(&local->lock); in rxrpc_io_thread()
[all …]
A Dconn_client.c67 idr_destroy(&local->conn_ids); in rxrpc_destroy_client_conn_ids()
81 bundle->local = call->local; in rxrpc_alloc_bundle()
155 struct rxrpc_local *local = bundle->local; in rxrpc_alloc_client_connection() local
177 conn->local = rxrpc_get_local(bundle->local, rxrpc_local_get_client_conn); in rxrpc_alloc_client_connection()
253 struct rxrpc_local *local = call->local; in rxrpc_look_up_bundle() local
270 p = local->client_bundles.rb_node; in rxrpc_look_up_bundle()
565 if (local->rxnet->live) in rxrpc_set_client_reap_timer()
577 struct rxrpc_local *local = bundle->local; in rxrpc_disconnect_client_call() local
703 struct rxrpc_local *local; in rxrpc_deactivate_bundle() local
709 local = bundle->local; in rxrpc_deactivate_bundle()
[all …]
/net/nfc/
A Dllcp_core.c47 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
53 if (local == NULL) in nfc_llcp_socket_purge()
157 return local; in nfc_llcp_local_get()
182 kfree(local); in local_release()
246 struct nfc_llcp_local *local = timer_container_of(local, t, in nfc_llcp_symm_timer() local
290 struct nfc_llcp_local *local = timer_container_of(local, t, in nfc_llcp_sdreq_timer() local
321 return local; in nfc_llcp_remove_local()
741 data[0] = local->dev ? local->dev->idx : 0xFF; in nfc_llcp_send_to_raw_sock()
795 ret = nfc_data_exchange(local->dev, local->target_idx, in nfc_llcp_tx_work()
980 new_sock->local = nfc_llcp_local_get(local); in nfc_llcp_recv_connect()
[all …]
A Dllcp_commands.c200 if (local == NULL) in nfc_llcp_parse_gb_tlv()
235 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv()
236 local->remote_lto, local->remote_opt, in nfc_llcp_parse_gb_tlv()
340 local = sock->local; in nfc_llcp_send_disconnect()
341 if (local == NULL) in nfc_llcp_send_disconnect()
405 local = sock->local; in nfc_llcp_send_connect()
479 local = sock->local; in nfc_llcp_send_cc()
536 dev = local->dev; in nfc_llcp_allocate_snl()
658 local = sock->local; in nfc_llcp_send_i_frame()
741 local = sock->local; in nfc_llcp_send_ui_frame()
[all …]

Completed in 96 milliseconds

123456