Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/net/mac80211/
Ddriver-ops.h31 static inline void drv_tx(struct ieee80211_local *local, in drv_tx()
38 static inline void drv_sync_rx_queues(struct ieee80211_local *local, in drv_sync_rx_queues()
51 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
63 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local
74 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local
89 static inline int drv_suspend(struct ieee80211_local *local, in drv_suspend()
102 static inline int drv_resume(struct ieee80211_local *local) in drv_resume()
114 static inline void drv_set_wakeup(struct ieee80211_local *local, in drv_set_wakeup()
138 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config()
150 static inline void drv_bss_info_changed(struct ieee80211_local *local, in drv_bss_info_changed()
[all …]
Dled.c12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc()
22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio()
32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
44 void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
54 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_activate() local
65 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_deactivate() local
74 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_activate() local
85 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_deactivate() local
94 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_activate() local
105 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_deactivate() local
[all …]
Dled.h13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx()
24 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx()
47 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc()
51 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio()
55 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
58 static inline void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
61 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init()
64 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit()
67 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig()
75 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_tx()
[all …]
Dchan.c13 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned()
27 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved()
41 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount()
48 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx()
61 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local) in ieee80211_can_create_new_chanctx()
82 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_reserved_chandef()
105 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_non_reserved_chandef()
131 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, in ieee80211_chanctx_combined_chandef()
149 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, in ieee80211_chanctx_can_reserve_chandef()
166 ieee80211_find_reservation_chanctx(struct ieee80211_local *local, in ieee80211_find_reservation_chanctx()
[all …]
Ddriver-ops.c10 int drv_start(struct ieee80211_local *local) in drv_start()
32 void drv_stop(struct ieee80211_local *local) in drv_stop()
52 int drv_add_interface(struct ieee80211_local *local, in drv_add_interface()
75 int drv_change_interface(struct ieee80211_local *local, in drv_change_interface()
92 void drv_remove_interface(struct ieee80211_local *local, in drv_remove_interface()
107 int drv_sta_state(struct ieee80211_local *local, in drv_sta_state()
142 int drv_sta_set_txpwr(struct ieee80211_local *local, in drv_sta_set_txpwr()
162 void drv_sta_rc_update(struct ieee80211_local *local, in drv_sta_rc_update()
182 int drv_conf_tx(struct ieee80211_local *local, in drv_conf_tx()
212 u64 drv_get_tsf(struct ieee80211_local *local, in drv_get_tsf()
[all …]
Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
83 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) in ieee80211_offchannel_stop_vifs()
132 void ieee80211_offchannel_return(struct ieee80211_local *local) in ieee80211_offchannel_return()
192 static unsigned long ieee80211_end_finished_rocs(struct ieee80211_local *local, in ieee80211_end_finished_rocs()
223 static bool ieee80211_recalc_sw_work(struct ieee80211_local *local, in ieee80211_recalc_sw_work()
261 struct ieee80211_local *local = in ieee80211_hw_roc_start() local
280 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel() local
290 static void _ieee80211_start_next_roc(struct ieee80211_local *local) in _ieee80211_start_next_roc()
383 void ieee80211_start_next_roc(struct ieee80211_local *local) in ieee80211_start_next_roc()
[all …]
/kernel/linux/linux-6.6/net/mac80211/
Ddriver-ops.h33 static inline void drv_tx(struct ieee80211_local *local, in drv_tx()
40 static inline void drv_sync_rx_queues(struct ieee80211_local *local, in drv_sync_rx_queues()
53 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
65 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local
76 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local
91 static inline int drv_suspend(struct ieee80211_local *local, in drv_suspend()
104 static inline int drv_resume(struct ieee80211_local *local) in drv_resume()
116 static inline void drv_set_wakeup(struct ieee80211_local *local, in drv_set_wakeup()
140 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config()
152 static inline void drv_vif_cfg_changed(struct ieee80211_local *local, in drv_vif_cfg_changed()
[all …]
Dled.c12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc()
22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio()
32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
44 void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
54 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_activate() local
65 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_deactivate() local
74 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_activate() local
85 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_deactivate() local
94 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_activate() local
105 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_deactivate() local
[all …]
Dled.h13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx()
22 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx()
43 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc()
47 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio()
51 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
54 static inline void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
57 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init()
60 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit()
63 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig()
71 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, int bytes) in ieee80211_tpt_led_trig_tx()
[all …]
Ddriver-ops.c13 int drv_start(struct ieee80211_local *local) in drv_start()
35 void drv_stop(struct ieee80211_local *local) in drv_stop()
55 int drv_add_interface(struct ieee80211_local *local, in drv_add_interface()
78 int drv_change_interface(struct ieee80211_local *local, in drv_change_interface()
95 void drv_remove_interface(struct ieee80211_local *local, in drv_remove_interface()
110 int drv_sta_state(struct ieee80211_local *local, in drv_sta_state()
145 int drv_sta_set_txpwr(struct ieee80211_local *local, in drv_sta_set_txpwr()
165 void drv_sta_rc_update(struct ieee80211_local *local, in drv_sta_rc_update()
185 int drv_conf_tx(struct ieee80211_local *local, in drv_conf_tx()
220 u64 drv_get_tsf(struct ieee80211_local *local, in drv_get_tsf()
[all …]
Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
83 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) in ieee80211_offchannel_stop_vifs()
133 void ieee80211_offchannel_return(struct ieee80211_local *local) in ieee80211_offchannel_return()
194 static unsigned long ieee80211_end_finished_rocs(struct ieee80211_local *local, in ieee80211_end_finished_rocs()
225 static bool ieee80211_recalc_sw_work(struct ieee80211_local *local, in ieee80211_recalc_sw_work()
263 struct ieee80211_local *local = in ieee80211_hw_roc_start() local
282 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel() local
292 static void _ieee80211_start_next_roc(struct ieee80211_local *local) in _ieee80211_start_next_roc()
385 void ieee80211_start_next_roc(struct ieee80211_local *local) in ieee80211_start_next_roc()
[all …]
Dchan.c15 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned()
29 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved()
43 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount()
50 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx()
63 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local) in ieee80211_can_create_new_chanctx()
84 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_reserved_chandef()
107 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_non_reserved_chandef()
135 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, in ieee80211_chanctx_combined_chandef()
153 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, in ieee80211_chanctx_can_reserve_chandef()
170 ieee80211_find_reservation_chanctx(struct ieee80211_local *local, in ieee80211_find_reservation_chanctx()
[all …]
/kernel/linux/linux-5.10/net/mac802154/
Ddriver-ops.h14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async()
20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync()
27 static inline int drv_start(struct ieee802154_local *local) in drv_start()
41 static inline void drv_stop(struct ieee802154_local *local) in drv_stop()
59 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel()
71 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm) in drv_set_tx_power()
88 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode()
106 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode()
124 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm) in drv_set_cca_ed_level()
141 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id()
[all …]
/kernel/linux/linux-6.6/net/mac802154/
Ddriver-ops.h14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async()
20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync()
27 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id()
49 drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr) in drv_set_extended_addr()
71 drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr) in drv_set_short_addr()
93 drv_set_pan_coord(struct ieee802154_local *local, bool is_coord) in drv_set_pan_coord()
115 drv_set_promiscuous_mode(struct ieee802154_local *local, bool on) in drv_set_promiscuous_mode()
132 static inline int drv_start(struct ieee802154_local *local, in drv_start()
215 static inline void drv_stop(struct ieee802154_local *local) in drv_stop()
233 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel()
[all …]
Dtx.c27 struct ieee802154_local *local = in ieee802154_xmit_sync_worker() local
54 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
111 static int ieee802154_sync_queue(struct ieee802154_local *local) in ieee802154_sync_queue()
124 int ieee802154_sync_and_hold_queue(struct ieee802154_local *local) in ieee802154_sync_and_hold_queue()
135 int ieee802154_mlme_op_pre(struct ieee802154_local *local) in ieee802154_mlme_op_pre()
140 int ieee802154_mlme_tx_locked(struct ieee802154_local *local, in ieee802154_mlme_tx_locked()
163 int ieee802154_mlme_tx(struct ieee802154_local *local, in ieee802154_mlme_tx()
176 void ieee802154_mlme_op_post(struct ieee802154_local *local) in ieee802154_mlme_op_post()
181 int ieee802154_mlme_tx_one(struct ieee802154_local *local, in ieee802154_mlme_tx_one()
194 int ieee802154_mlme_tx_one_locked(struct ieee802154_local *local, in ieee802154_mlme_tx_one_locked()
[all …]
/kernel/linux/linux-6.6/net/nfc/
Dllcp_core.c47 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release()
146 static struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get()
160 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup()
177 struct nfc_llcp_local *local; in local_release() local
185 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put()
201 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
238 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local
246 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() local
259 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local
[all …]
/kernel/linux/linux-5.10/net/nfc/
Dllcp_core.c47 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local
68 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release()
148 static struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get()
162 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup()
179 struct nfc_llcp_local *local; in local_release() local
187 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put()
203 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
240 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local
248 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() local
261 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local
[all …]
/kernel/linux/linux-5.10/net/rxrpc/
Dlocal_object.c34 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key()
77 struct rxrpc_local *local; in rxrpc_alloc_local() local
107 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net) in rxrpc_open_socket()
200 struct rxrpc_local *local; in rxrpc_lookup_local() local
284 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local) in rxrpc_get_local()
297 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local) in rxrpc_get_local_maybe()
315 void rxrpc_queue_local(struct rxrpc_local *local) in rxrpc_queue_local()
330 void rxrpc_put_local(struct rxrpc_local *local) in rxrpc_put_local()
351 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *local) in rxrpc_use_local()
369 void rxrpc_unuse_local(struct rxrpc_local *local) in rxrpc_unuse_local()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c17 local_info_t *local = m->private; in prism2_debug_proc_show() local
50 local_info_t *local = m->private; in prism2_stats_proc_show() local
100 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_start() local
107 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_next() local
113 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_stop() local
126 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_show() local
154 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_start() local
161 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_next() local
168 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_stop() local
182 local_info_t *local = m->private; in prism2_crypt_proc_show() local
[all …]
Dhostap_ioctl.c20 local_info_t *local; in hostap_get_wireless_stats() local
80 local_info_t *local; in prism2_get_datarates() local
130 local_info_t *local; in prism2_ioctl_siwencode() local
232 local_info_t *local; in prism2_ioctl_giwencode() local
292 local_info_t *local; in hostap_set_rate() local
338 local_info_t *local; in prism2_ioctl_siwrate() local
399 local_info_t *local; in prism2_ioctl_giwrate() local
457 local_info_t *local; in prism2_ioctl_siwsens() local
478 local_info_t *local; in prism2_ioctl_giwsens() local
502 local_info_t *local; in prism2_ioctl_giwaplist() local
[all …]
Dhostap_main.c45 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface()
138 int prism2_wds_add(local_info_t *local, u8 *remote_addr, in prism2_wds_add()
199 int prism2_wds_del(local_info_t *local, u8 *remote_addr, in prism2_wds_del()
234 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register()
258 int hostap_tx_callback_unregister(local_info_t *local, u16 idx) in hostap_tx_callback_unregister()
310 u16 hostap_get_porttype(local_info_t *local) in hostap_get_porttype()
326 int hostap_set_encryption(local_info_t *local) in hostap_set_encryption()
418 int hostap_set_antsel(local_info_t *local) in hostap_set_antsel()
475 int hostap_set_roaming(local_info_t *local) in hostap_set_roaming()
496 int hostap_set_auth_algs(local_info_t *local) in hostap_set_auth_algs()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c17 local_info_t *local = m->private; in prism2_debug_proc_show() local
50 local_info_t *local = m->private; in prism2_stats_proc_show() local
100 local_info_t *local = pde_data(file_inode(m->file)); in prism2_wds_proc_start() local
107 local_info_t *local = pde_data(file_inode(m->file)); in prism2_wds_proc_next() local
113 local_info_t *local = pde_data(file_inode(m->file)); in prism2_wds_proc_stop() local
126 local_info_t *local = pde_data(file_inode(m->file)); in prism2_bss_list_proc_show() local
154 local_info_t *local = pde_data(file_inode(m->file)); in prism2_bss_list_proc_start() local
161 local_info_t *local = pde_data(file_inode(m->file)); in prism2_bss_list_proc_next() local
168 local_info_t *local = pde_data(file_inode(m->file)); in prism2_bss_list_proc_stop() local
182 local_info_t *local = m->private; in prism2_crypt_proc_show() local
[all …]
Dhostap_main.c45 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface()
138 int prism2_wds_add(local_info_t *local, u8 *remote_addr, in prism2_wds_add()
199 int prism2_wds_del(local_info_t *local, u8 *remote_addr, in prism2_wds_del()
234 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register()
258 int hostap_tx_callback_unregister(local_info_t *local, u16 idx) in hostap_tx_callback_unregister()
310 u16 hostap_get_porttype(local_info_t *local) in hostap_get_porttype()
326 int hostap_set_encryption(local_info_t *local) in hostap_set_encryption()
418 int hostap_set_antsel(local_info_t *local) in hostap_set_antsel()
475 int hostap_set_roaming(local_info_t *local) in hostap_set_roaming()
496 int hostap_set_auth_algs(local_info_t *local) in hostap_set_auth_algs()
[all …]
/kernel/linux/linux-6.6/net/rxrpc/
Dlocal_object.c42 void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set) in rxrpc_local_dont_fragment()
59 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key()
98 struct rxrpc_local *local = in rxrpc_client_conn_reap_timeout() local
112 struct rxrpc_local *local; in rxrpc_alloc_local() local
162 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net) in rxrpc_open_socket()
253 struct rxrpc_local *local; in rxrpc_lookup_local() local
330 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local, in rxrpc_get_local()
344 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local, in rxrpc_get_local_maybe()
361 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_put_local()
382 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *local, in rxrpc_use_local()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/
Dray_cs.c271 ray_dev_t *local; in ray_probe() local
331 ray_dev_t *local; in ray_detach() local
356 ray_dev_t *local = netdev_priv(dev); in ray_config() local
474 ray_dev_t *local = netdev_priv(dev); in ray_init() local
531 ray_dev_t *local = netdev_priv(dev); in dl_startup_params() local
576 static void init_startup_params(ray_dev_t *local) in init_startup_params()
640 ray_dev_t *local = from_timer(local, t, timer); in verify_dl_startup() local
682 ray_dev_t *local = from_timer(local, t, timer); in start_net() local
709 ray_dev_t *local = from_timer(local, t, timer); in join_net() local
739 ray_dev_t *local = netdev_priv(dev); in ray_release() local
[all …]

12345678910>>...21