Home
last modified time | relevance | path

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

12345678910>>...40

/Linux-v5.15/net/mac80211/
Ddriver-ops.h31 static inline void drv_tx(struct ieee80211_local *local, in drv_tx() argument
35 local->ops->tx(&local->hw, control, skb); in drv_tx()
38 static inline void drv_sync_rx_queues(struct ieee80211_local *local, in drv_sync_rx_queues() argument
41 if (local->ops->sync_rx_queues) { in drv_sync_rx_queues()
42 trace_drv_sync_rx_queues(local, sta->sdata, &sta->sta); in drv_sync_rx_queues()
43 local->ops->sync_rx_queues(&local->hw); in drv_sync_rx_queues()
44 trace_drv_return_void(local); in drv_sync_rx_queues()
51 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
52 if (local->ops->get_et_strings) { in drv_get_et_strings()
53 trace_drv_get_et_strings(local, sset); in drv_get_et_strings()
[all …]
Dled.c12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() argument
14 if (!atomic_read(&local->assoc_led_active)) in ieee80211_led_assoc()
17 led_trigger_event(&local->assoc_led, LED_FULL); in ieee80211_led_assoc()
19 led_trigger_event(&local->assoc_led, LED_OFF); in ieee80211_led_assoc()
22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio() argument
24 if (!atomic_read(&local->radio_led_active)) in ieee80211_led_radio()
27 led_trigger_event(&local->radio_led, LED_FULL); in ieee80211_led_radio()
29 led_trigger_event(&local->radio_led, LED_OFF); in ieee80211_led_radio()
32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() argument
34 local->rx_led.name = kasprintf(GFP_KERNEL, "%srx", in ieee80211_alloc_led_names()
[all …]
Dscan.c32 void ieee80211_rx_bss_put(struct ieee80211_local *local, in ieee80211_rx_bss_put() argument
37 cfg80211_put_bss(local->hw.wiphy, in ieee80211_rx_bss_put()
59 ieee80211_update_bss_from_elems(struct ieee80211_local *local, in ieee80211_update_bss_from_elems() argument
129 local->hw.wiphy->bands[rx_status->band]; in ieee80211_update_bss_from_elems()
144 ieee80211_bss_info_update(struct ieee80211_local *local, in ieee80211_bss_info_update() argument
164 else if (ieee80211_hw_check(&local->hw, SIGNAL_DBM)) in ieee80211_bss_info_update()
166 else if (ieee80211_hw_check(&local->hw, SIGNAL_UNSPEC)) in ieee80211_bss_info_update()
167 bss_meta.signal = (rx_status->signal * 100) / local->hw.max_signal; in ieee80211_bss_info_update()
178 scan_sdata = rcu_dereference(local->scan_sdata); in ieee80211_bss_info_update()
183 ieee80211_calculate_rx_timestamp(local, rx_status, in ieee80211_bss_info_update()
[all …]
Dmain.c36 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter() argument
42 if (atomic_read(&local->iff_allmultis)) in ieee80211_configure_filter()
45 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter()
46 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter()
49 if (local->fif_probe_req || local->probe_req_reg) in ieee80211_configure_filter()
52 if (local->fif_fcsfail) in ieee80211_configure_filter()
55 if (local->fif_plcpfail) in ieee80211_configure_filter()
58 if (local->fif_control) in ieee80211_configure_filter()
61 if (local->fif_other_bss) in ieee80211_configure_filter()
64 if (local->fif_pspoll) in ieee80211_configure_filter()
[all …]
Ddriver-ops.c10 int drv_start(struct ieee80211_local *local) in drv_start() argument
16 if (WARN_ON(local->started)) in drv_start()
19 trace_drv_start(local); in drv_start()
20 local->started = true; in drv_start()
23 ret = local->ops->start(&local->hw); in drv_start()
24 trace_drv_return_int(local, ret); in drv_start()
27 local->started = false; in drv_start()
32 void drv_stop(struct ieee80211_local *local) in drv_stop() argument
36 if (WARN_ON(!local->started)) in drv_stop()
39 trace_drv_stop(local); in drv_stop()
[all …]
Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
33 del_timer_sync(&local->dynamic_ps_timer); in ieee80211_offchannel_ps_enable()
37 cancel_work_sync(&local->dynamic_ps_enable_work); in ieee80211_offchannel_ps_enable()
39 if (local->hw.conf.flags & IEEE80211_CONF_PS) { in ieee80211_offchannel_ps_enable()
41 local->hw.conf.flags &= ~IEEE80211_CONF_PS; in ieee80211_offchannel_ps_enable()
42 ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_PS); in ieee80211_offchannel_ps_enable()
46 !ieee80211_hw_check(&local->hw, PS_NULLFUNC_STACK)) in ieee80211_offchannel_ps_enable()
57 ieee80211_send_nullfunc(local, sdata, true); in ieee80211_offchannel_ps_enable()
63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
65 if (!local->ps_sdata) in ieee80211_offchannel_ps_disable()
[all …]
Dchan.c15 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned() argument
21 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_assigned()
29 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved() argument
35 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_reserved()
43 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() argument
46 return ieee80211_chanctx_num_assigned(local, ctx) + in ieee80211_chanctx_refcount()
47 ieee80211_chanctx_num_reserved(local, ctx); in ieee80211_chanctx_refcount()
50 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx() argument
55 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_num_chanctx()
57 list_for_each_entry(ctx, &local->chanctx_list, list) in ieee80211_num_chanctx()
[all …]
Dpm.c14 static void ieee80211_sched_scan_cancel(struct ieee80211_local *local) in ieee80211_sched_scan_cancel() argument
16 if (ieee80211_request_sched_scan_stop(local)) in ieee80211_sched_scan_cancel()
18 cfg80211_sched_scan_stopped_locked(local->hw.wiphy, 0); in ieee80211_sched_scan_cancel()
23 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_suspend() local
27 if (!local->open_count) in __ieee80211_suspend()
30 ieee80211_scan_cancel(local); in __ieee80211_suspend()
32 ieee80211_dfs_cac_cancel(local); in __ieee80211_suspend()
34 ieee80211_roc_purge(local, NULL); in __ieee80211_suspend()
36 ieee80211_del_virtual_monitor(local); in __ieee80211_suspend()
40 mutex_lock(&local->sta_mtx); in __ieee80211_suspend()
[all …]
Diface.c71 ieee80211_hw_config(sdata->local, 0); in __ieee80211_recalc_txpower()
86 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off() argument
88 if (!(local->hw.conf.flags & IEEE80211_CONF_IDLE)) in __ieee80211_idle_off()
91 local->hw.conf.flags &= ~IEEE80211_CONF_IDLE; in __ieee80211_idle_off()
95 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on() argument
97 if (local->hw.conf.flags & IEEE80211_CONF_IDLE) in __ieee80211_idle_on()
100 ieee80211_flush_queues(local, NULL, false); in __ieee80211_idle_on()
102 local->hw.conf.flags |= IEEE80211_CONF_IDLE; in __ieee80211_idle_on()
106 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle() argument
112 lockdep_assert_held(&local->mtx); in __ieee80211_recalc_idle()
[all …]
Dled.h13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx() argument
18 if (!atomic_read(&local->rx_led_active)) in ieee80211_led_rx()
20 led_trigger_blink_oneshot(&local->rx_led, &led_delay, &led_delay, 0); in ieee80211_led_rx()
24 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx() argument
29 if (!atomic_read(&local->tx_led_active)) in ieee80211_led_tx()
31 led_trigger_blink_oneshot(&local->tx_led, &led_delay, &led_delay, 0); in ieee80211_led_tx()
36 void ieee80211_led_assoc(struct ieee80211_local *local,
38 void ieee80211_led_radio(struct ieee80211_local *local,
40 void ieee80211_alloc_led_names(struct ieee80211_local *local);
41 void ieee80211_free_led_names(struct ieee80211_local *local);
[all …]
Dtrace.h20 #define LOCAL_ASSIGN strlcpy(__entry->wiphy_name, wiphy_name(local->hw.wiphy), MAXNAME)
127 TP_PROTO(struct ieee80211_local *local),
128 TP_ARGS(local),
139 TP_PROTO(struct ieee80211_local *local,
141 TP_ARGS(local, sdata),
162 TP_PROTO(struct ieee80211_local *local, u32 value),
163 TP_ARGS(local, value),
182 TP_PROTO(struct ieee80211_local *local,
184 TP_ARGS(local, sdata),
203 TP_PROTO(struct ieee80211_local *local),
[all …]
Dutil.c41 struct ieee80211_local *local; in wiphy_to_ieee80211_hw() local
43 local = wiphy_priv(wiphy); in wiphy_to_ieee80211_hw()
44 return &local->hw; in wiphy_to_ieee80211_hw()
210 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rts_duration() local
218 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
254 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ctstoself_duration() local
262 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
293 struct ieee80211_local *local = sdata->local; in __ieee80211_wake_txqs() local
295 struct fq *fq = &local->fq; in __ieee80211_wake_txqs()
309 list_for_each_entry_rcu(sta, &local->sta_list, list) { in __ieee80211_wake_txqs()
[all …]
/Linux-v5.15/net/mac802154/
Ddriver-ops.h14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async() argument
16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async()
20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync() argument
24 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync()
27 static inline int drv_start(struct ieee802154_local *local) in drv_start() argument
33 trace_802154_drv_start(local); in drv_start()
34 local->started = true; in drv_start()
36 ret = local->ops->start(&local->hw); in drv_start()
37 trace_802154_drv_return_int(local, ret); in drv_start()
41 static inline void drv_stop(struct ieee802154_local *local) in drv_stop() argument
[all …]
Dmain.c25 struct ieee802154_local *local = from_tasklet(local, t, tasklet); in ieee802154_tasklet_handler() local
28 while ((skb = skb_dequeue(&local->skb_queue))) { in ieee802154_tasklet_handler()
35 ieee802154_rx(local, skb); in ieee802154_tasklet_handler()
50 struct ieee802154_local *local; in ieee802154_alloc_hw() local
75 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in ieee802154_alloc_hw()
85 local = wpan_phy_priv(phy); in ieee802154_alloc_hw()
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()
[all …]
Dtrace.h18 wpan_phy_name(local->hw.phy), MAXNAME)
37 TP_PROTO(struct ieee802154_local *local),
38 TP_ARGS(local),
49 TP_PROTO(struct ieee802154_local *local),
50 TP_ARGS(local)
54 TP_PROTO(struct ieee802154_local *local, int ret),
55 TP_ARGS(local, ret),
69 TP_PROTO(struct ieee802154_local *local),
70 TP_ARGS(local)
74 TP_PROTO(struct ieee802154_local *local),
[all …]
/Linux-v5.15/net/rxrpc/
Dlocal_object.c35 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key() argument
40 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key()
41 (local->srx.transport_len - srx->transport_len) ?: in rxrpc_local_cmp_key()
42 (local->srx.transport.family - srx->transport.family)); in rxrpc_local_cmp_key()
51 return ((u16 __force)local->srx.transport.sin.sin_port - in rxrpc_local_cmp_key()
53 memcmp(&local->srx.transport.sin.sin_addr, in rxrpc_local_cmp_key()
61 return ((u16 __force)local->srx.transport.sin6.sin6_port - in rxrpc_local_cmp_key()
63 memcmp(&local->srx.transport.sin6.sin6_addr, in rxrpc_local_cmp_key()
78 struct rxrpc_local *local; in rxrpc_alloc_local() local
80 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL); in rxrpc_alloc_local()
[all …]
/Linux-v5.15/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c125 static void prism2_check_sta_fw_version(local_info_t *local);
131 static int prism2_download(local_info_t *local,
134 static int prism2_download_volatile(local_info_t *local,
136 static int prism2_download_genesis(local_info_t *local,
138 static int prism2_get_ram_size(local_info_t *local);
170 static inline void __hostap_cmd_queue_free(local_info_t *local, in __hostap_cmd_queue_free() argument
178 local->cmd_queue_len--; in __hostap_cmd_queue_free()
195 static inline void hostap_cmd_queue_free(local_info_t *local, in hostap_cmd_queue_free() argument
201 spin_lock_irqsave(&local->cmdlock, flags); in hostap_cmd_queue_free()
202 __hostap_cmd_queue_free(local, entry, del_req); in hostap_cmd_queue_free()
[all …]
Dhostap_main.c45 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface() argument
60 iface->local = local; in hostap_add_interface()
62 list_add(&iface->list, &local->hostap_interfaces); in hostap_add_interface()
64 mdev = local->dev; in hostap_add_interface()
71 hostap_setup_dev(dev, local, type); in hostap_add_interface()
112 if (dev == iface->local->ddev) in hostap_remove_interface()
113 iface->local->ddev = NULL; in hostap_remove_interface()
114 else if (dev == iface->local->apdev) in hostap_remove_interface()
115 iface->local->apdev = NULL; in hostap_remove_interface()
116 else if (dev == iface->local->stadev) in hostap_remove_interface()
[all …]
Dhostap_info.c14 static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf, in prism2_info_commtallies16() argument
21 "info frame\n", local->dev->name, left); in prism2_info_commtallies16()
27 local->comm_tallies.name += le16_to_cpu(tallies->name) in prism2_info_commtallies16()
54 static void prism2_info_commtallies32(local_info_t *local, unsigned char *buf, in prism2_info_commtallies32() argument
61 "info frame\n", local->dev->name, left); in prism2_info_commtallies32()
67 local->comm_tallies.name += le32_to_cpu(tallies->name) in prism2_info_commtallies32()
94 static void prism2_info_commtallies(local_info_t *local, unsigned char *buf, in prism2_info_commtallies() argument
97 if (local->tallies32) in prism2_info_commtallies()
98 prism2_info_commtallies32(local, buf, left); in prism2_info_commtallies()
100 prism2_info_commtallies16(local, buf, left); in prism2_info_commtallies()
[all …]
Dhostap_ioctl.c20 local_info_t *local; in hostap_get_wireless_stats() local
24 local = iface->local; in hostap_get_wireless_stats()
30 wstats = &local->wstats; in hostap_get_wireless_stats()
34 local->comm_tallies.rx_discards_wep_undecryptable; in hostap_get_wireless_stats()
36 local->comm_tallies.rx_fcs_errors + in hostap_get_wireless_stats()
37 local->comm_tallies.rx_discards_no_buffer + in hostap_get_wireless_stats()
38 local->comm_tallies.tx_discards_wrong_sa; in hostap_get_wireless_stats()
41 local->comm_tallies.tx_retry_limit_exceeded; in hostap_get_wireless_stats()
43 local->comm_tallies.rx_message_in_bad_msg_fragments; in hostap_get_wireless_stats()
45 if (local->iw_mode != IW_MODE_MASTER && in hostap_get_wireless_stats()
[all …]
Dhostap_proc.c17 local_info_t *local = m->private; in prism2_debug_proc_show() local
21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
24 local->txfid[i], local->intransmitfid[i]); in prism2_debug_proc_show()
25 seq_printf(m, "FW TX rate control: %d\n", local->fw_tx_rate_control); in prism2_debug_proc_show()
26 seq_printf(m, "beacon_int=%d\n", local->beacon_int); in prism2_debug_proc_show()
27 seq_printf(m, "dtim_period=%d\n", local->dtim_period); in prism2_debug_proc_show()
28 seq_printf(m, "wds_max_connections=%d\n", local->wds_max_connections); in prism2_debug_proc_show()
29 seq_printf(m, "dev_enabled=%d\n", local->dev_enabled); in prism2_debug_proc_show()
30 seq_printf(m, "sw_tick_stuck=%d\n", local->sw_tick_stuck); in prism2_debug_proc_show()
32 if (local->crypt_info.crypt[i] && in prism2_debug_proc_show()
[all …]
Dhostap_80211_rx.c67 local_info_t *local; in prism2_rx_80211() local
74 local = iface->local; in prism2_rx_80211()
77 if (local->monitor_type == PRISM2_MONITOR_PRISM) { in prism2_rx_80211()
163 hdr->channel = htonl(local->channel); in prism2_rx_80211()
184 hdr->chan_freq = cpu_to_le16(freq_list[local->channel - 1]); in prism2_rx_80211()
221 prism2_frag_cache_find(local_info_t *local, unsigned int seq, in prism2_frag_cache_find() argument
228 entry = &local->frag_cache[i]; in prism2_frag_cache_find()
233 local->dev->name, entry->seq, entry->last_frag); in prism2_frag_cache_find()
251 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) in prism2_frag_cache_get() argument
264 skb = dev_alloc_skb(local->dev->mtu + in prism2_frag_cache_get()
[all …]
/Linux-v5.15/net/nfc/
Dllcp_core.c21 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb);
45 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
53 if (local == NULL) in nfc_llcp_socket_purge()
57 skb_queue_walk_safe(&local->tx_queue, s, tmp) { in nfc_llcp_socket_purge()
61 skb_unlink(s, &local->tx_queue); in nfc_llcp_socket_purge()
66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release() argument
73 skb_queue_purge(&local->tx_queue); in nfc_llcp_socket_release()
75 write_lock(&local->sockets.lock); in nfc_llcp_socket_release()
77 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release()
118 write_unlock(&local->sockets.lock); in nfc_llcp_socket_release()
[all …]
/Linux-v5.15/drivers/net/wireless/
Dray_cs.c72 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx,
74 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx,
76 static void untranslate(ray_dev_t *local, struct sk_buff *skb, int len);
81 static void authenticate(ray_dev_t *local);
82 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type);
84 static int get_free_ccs(ray_dev_t *local);
85 static int get_free_tx_ccs(ray_dev_t *local);
86 static void init_startup_params(ray_dev_t *local);
90 static int interrupt_ecf(ray_dev_t *local, int ccs);
97 static void clear_interrupt(ray_dev_t *local);
[all …]
/Linux-v5.15/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c54 int local, int global, int set) in toggle_breakpoint() argument
94 if (local) { in toggle_breakpoint()
205 int len, local, global, i; in trigger_tests() local
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()
235 if (!local && !global) in trigger_tests()
244 for (local = 0; local < 2; local++) { in trigger_tests()
246 if (!local && !global) in trigger_tests()
292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument
[all …]

12345678910>>...40