Home
last modified time | relevance | path

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

12345678910>>...51

/linux-6.15/net/mac80211/
H A Ddriver-ops.h37 local->ops->tx(&local->hw, control, skb); in drv_tx()
48 local->ops->sync_rx_queues(&local->hw); in drv_sync_rx_queues()
56 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
68 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local
79 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local
103 ret = local->ops->suspend(&local->hw, wowlan); in drv_suspend()
116 ret = local->ops->resume(&local->hw); in drv_resume()
131 local->ops->set_wakeup(&local->hw, enabled); in drv_set_wakeup()
154 ret = local->ops->config(&local->hw, changed); in drv_config()
658 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
[all …]
H 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()
261 struct ieee80211_local *local = tpt_trig->local; in tpt_trig_timer() local
[all …]
H 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()
338 struct ieee80211_local *local = sdata->local; in ieee80211_bss_info_change_notify() local
370 local->ops->vif_cfg_changed(&local->hw, &sdata->vif, ch); in ieee80211_bss_info_change_notify()
379 local->ops->link_info_changed(&local->hw, &sdata->vif, in ieee80211_bss_info_change_notify()
384 local->ops->bss_info_changed(&local->hw, &sdata->vif, in ieee80211_bss_info_change_notify()
392 struct ieee80211_local *local = sdata->local; in ieee80211_vif_cfg_change_notify() local
406 struct ieee80211_local *local = sdata->local; in ieee80211_link_info_change_notify() local
511 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_restart_work()
904 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee80211_alloc_hw_nm()
[all …]
H 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()
562 if (!local->in_reconfig && !local->resuming) { in drv_change_vif_links()
[all …]
H A Dscan.c337 if (local->open_count == local->monitors) in ieee80211_scan_rx()
357 struct ieee80211_local *local = sdata->local; in ieee80211_prep_hw_scan() local
553 drv_sw_scan_start(local, sdata, local->scan_addr); in ieee80211_start_sw_scan()
576 struct ieee80211_local *local = sdata->local; in __ieee80211_can_leave_ch() local
617 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan()
704 struct ieee80211_local *local = sdata->local; in __ieee80211_start_scan() local
989 local->scan_chandef = local->hw.conf.chandef; in ieee80211_scan_state_set_channel()
1178 struct ieee80211_local *local = sdata->local; in ieee80211_request_ibss_scan() local
1235 local->int_scan_req->ssids = &local->scan_ssid; in ieee80211_request_ibss_scan()
1302 struct ieee80211_local *local = sdata->local; in __ieee80211_request_sched_scan_start() local
[all …]
H 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()
709 struct ieee80211_local *local = sdata->local; in ieee80211_remain_on_channel() local
729 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_cancel_roc()
771 wiphy_work_cancel(local->hw.wiphy, &local->hw_roc_done); in ieee80211_cancel_roc()
805 struct ieee80211_local *local = sdata->local; in ieee80211_cancel_remain_on_channel() local
[all …]
H 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 …]
H 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 …]
H 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
786 struct ieee80211_local *local = sdata->local; in ieee80211_set_multicast_list() local
838 struct ieee80211_local *local = sdata->local; in ieee80211_netdev_setup_tc() local
858 struct ieee80211_local *local = sdata->local; in ieee80211_monitor_select_queue() local
900 local = sdata->local; in ieee80211_netdev_fill_forward_path()
[all …]
H A Dchan.c78 struct ieee80211_local *local __maybe_unused = link->sdata->local; in ieee80211_link_get_chanctx()
877 struct ieee80211_local *local = sdata->local; in ieee80211_assign_link_chanctx() local
1080 struct ieee80211_local *local = link->sdata->local; in ieee80211_link_copy_chanctx_to_vlans() local
1233 struct ieee80211_local *local = sdata->local; in ieee80211_link_reserve_chanctx() local
1328 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_reassign() local
1411 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_assign() local
1844 struct ieee80211_local *local = sdata->local; in __ieee80211_link_release_channel() local
1883 struct ieee80211_local *local = sdata->local; in _ieee80211_link_use_channel() local
1960 struct ieee80211_local *local = sdata->local; in ieee80211_link_use_reserved_context() local
2070 struct ieee80211_local *local = sdata->local; in ieee80211_link_change_chanreq() local
[all …]
H A Dtrace.h151 TP_ARGS(local),
227 TP_ARGS(local)
289 TP_ARGS(local)
309 TP_ARGS(local)
314 TP_ARGS(local)
1143 TP_ARGS(local)
1413 TP_ARGS(local)
1418 TP_ARGS(local)
2722 TP_ARGS(local)
2922 TP_ARGS(local)
[all …]
H 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 …]
/linux-6.15/net/mac802154/
H 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 …]
H 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 …]
H 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 …]
H 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 …]
H 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 …]
/linux-6.15/net/rxrpc/
H 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 …]
H 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()
504 spin_lock_irq(&local->lock); in rxrpc_io_thread()
511 spin_lock_irq(&local->lock); in rxrpc_io_thread()
523 spin_lock_irq(&local->lock); in rxrpc_io_thread()
530 spin_lock_irq(&local->lock); in rxrpc_io_thread()
[all …]
/linux-6.15/net/nfc/
H 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()
193 dev = local->dev; in nfc_llcp_local_put()
246 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() local
319 return local; in nfc_llcp_remove_local()
739 data[0] = local->dev ? local->dev->idx : 0xFF; in nfc_llcp_send_to_raw_sock()
793 ret = nfc_data_exchange(local->dev, local->target_idx, in nfc_llcp_tx_work()
978 new_sock->local = nfc_llcp_local_get(local); in nfc_llcp_recv_connect()
[all …]
H 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 …]
/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_callbacks.c70 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_control_add_callback() local
72 local->passed_ctl[local->num_control_add] = ctl; in cs_dsp_test_control_add_callback()
82 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_control_remove_callback() local
92 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_pre_run_callback() local
104 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_post_run_callback() local
116 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_pre_stop_callback() local
126 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_post_stop_callback() local
136 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_watchdog_expired_callback() local
159 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_run_stop_callbacks() local
204 struct cs_dsp_test_local *local = priv->local; in cs_dsp_test_ctl_v1_callbacks() local
[all …]
H A Dcs_dsp_test_bin_error.c50 struct cs_dsp_test_local *local = priv->local; in bin_load_with_unknown_blocks() local
106 struct cs_dsp_test_local *local = priv->local; in bin_err_wrong_magic() local
152 struct cs_dsp_test_local *local = priv->local; in bin_err_too_short_for_header() local
175 struct cs_dsp_test_local *local = priv->local; in bin_err_bad_header_length() local
224 struct cs_dsp_test_local *local = priv->local; in bin_err_bad_core_type() local
263 struct cs_dsp_test_local *local = priv->local; in bin_too_short_for_block_header() local
298 struct cs_dsp_test_local *local = priv->local; in bin_too_short_for_block_payload() local
329 struct cs_dsp_test_local *local = priv->local; in bin_block_payload_len_garbage() local
403 if (!local) in cs_dsp_bin_err_test_common_init()
409 priv->local = local; in cs_dsp_bin_err_test_common_init()
[all …]
H A Dcs_dsp_test_control_parse.c92 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_no_coeffs() local
111 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_v1_name() local
141 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_empty_v1_name() local
171 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_max_v1_name() local
199 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_short_name() local
229 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_min_short_name() local
260 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_max_short_name() local
293 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_with_min_fullname() local
325 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_with_max_fullname() local
358 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_parse_with_min_description() local
[all …]
/linux-6.15/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c94 if (local) { in toggle_breakpoint()
219 for (local = 0; local < 2; local++) { in trigger_tests()
221 if (!local && !global) in trigger_tests()
233 for (local = 0; local < 2; local++) { in trigger_tests()
244 for (local = 0; local < 2; local++) { in trigger_tests()
301 i, local, global); in launch_instruction_breakpoints()
344 for (local = 0; local < 2; local++) { in launch_tests()
354 for (local = 0; local < 2; local++) { in launch_tests()
359 local, global); in launch_tests()
366 for (local = 0; local < 2; local++) { in launch_tests()
[all …]

12345678910>>...51