Searched defs:local (Results 1 - 200 of 225) sorted by relevance

12

/linux-4.4.14/arch/x86/entry/vdso/
H A Dvdso.lds.S27 local: *; label
H A Dvdsox32.lds.S23 local: *; label
/linux-4.4.14/arch/x86/entry/vdso/vdso32/
H A Dvdso32.lds.S35 local: *; label
/linux-4.4.14/arch/arm/vdso/
H A Dvdso.lds.S85 local: *; label
/linux-4.4.14/net/mac80211/
H A Ddebugfs.h11 static inline void debugfs_hw_add(struct ieee80211_local *local) debugfs_hw_add() argument
H A Dpm.c9 static void ieee80211_sched_scan_cancel(struct ieee80211_local *local) ieee80211_sched_scan_cancel() argument
18 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_suspend() local
H A Dled.h16 static inline void ieee80211_led_rx(struct ieee80211_local *local) ieee80211_led_rx() argument
27 static inline void ieee80211_led_tx(struct ieee80211_local *local) ieee80211_led_tx() argument
50 static inline void ieee80211_led_assoc(struct ieee80211_local *local, ieee80211_led_assoc() argument
54 static inline void ieee80211_led_radio(struct ieee80211_local *local, ieee80211_led_radio() argument
58 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) ieee80211_alloc_led_names() argument
61 static inline void ieee80211_free_led_names(struct ieee80211_local *local) ieee80211_free_led_names() argument
64 static inline void ieee80211_led_init(struct ieee80211_local *local) ieee80211_led_init() argument
67 static inline void ieee80211_led_exit(struct ieee80211_local *local) ieee80211_led_exit() argument
70 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, ieee80211_mod_tpt_led_trig() argument
78 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) ieee80211_tpt_led_trig_tx() argument
87 ieee80211_tpt_led_trig_rx(struct ieee80211_local *local, __le16 fc, int bytes) ieee80211_tpt_led_trig_rx() argument
H A Dethtool.c19 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy); ieee80211_set_ringparam() local
30 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy); ieee80211_get_ringparam() local
72 struct ieee80211_local *local = sdata->local; ieee80211_get_stats() local
H A Docb.c46 struct ieee80211_local *local = sdata->local; ieee80211_ocb_rx_no_sta() local
158 struct ieee80211_local *local = sdata->local; ieee80211_ocb_housekeeping_timer() local
180 struct ieee80211_local *local = sdata->local; ieee80211_ocb_join() local
213 struct ieee80211_local *local = sdata->local; ieee80211_ocb_leave() local
H A Doffchannel.c29 struct ieee80211_local *local = sdata->local; ieee80211_offchannel_ps_enable() local
66 struct ieee80211_local *local = sdata->local; ieee80211_offchannel_ps_disable() local
105 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) ieee80211_offchannel_stop_vifs() argument
153 void ieee80211_offchannel_return(struct ieee80211_local *local) ieee80211_offchannel_return() argument
212 struct ieee80211_local *local = ieee80211_hw_roc_start() local
247 struct ieee80211_local *local = hw_to_local(hw); ieee80211_ready_on_channel() local
257 void ieee80211_start_next_roc(struct ieee80211_local *local) ieee80211_start_next_roc() argument
337 struct ieee80211_local *local = sdata->local; ieee80211_sw_roc_work() local
423 struct ieee80211_local *local = ieee80211_hw_roc_done() local
451 struct ieee80211_local *local = hw_to_local(hw); ieee80211_remain_on_channel_expired() local
459 void ieee80211_roc_setup(struct ieee80211_local *local) ieee80211_roc_setup() argument
466 void ieee80211_roc_purge(struct ieee80211_local *local, ieee80211_roc_purge() argument
H A Drate.h23 struct ieee80211_local *local; member in struct:rate_control_ref
32 static inline void rate_control_tx_status(struct ieee80211_local *local, rate_control_tx_status() argument
54 rate_control_tx_status_noskb(struct ieee80211_local *local, rate_control_tx_status_noskb() argument
H A Dspectmgmt.c190 struct ieee80211_local *local = sdata->local; ieee80211_send_refuse_measurement_request() local
H A Dwme.c123 struct ieee80211_local *local = sdata->local; ieee80211_select_queue_80211() local
148 struct ieee80211_local *local = sdata->local; ieee80211_select_queue() local
H A Ddriver-ops.c13 int drv_start(struct ieee80211_local *local) drv_start() argument
35 void drv_stop(struct ieee80211_local *local) drv_stop() argument
55 int drv_add_interface(struct ieee80211_local *local, drv_add_interface() argument
78 int drv_change_interface(struct ieee80211_local *local, drv_change_interface() argument
95 void drv_remove_interface(struct ieee80211_local *local, drv_remove_interface() argument
110 int drv_sta_state(struct ieee80211_local *local, drv_sta_state() argument
141 void drv_sta_rc_update(struct ieee80211_local *local, drv_sta_rc_update() argument
161 int drv_conf_tx(struct ieee80211_local *local, drv_conf_tx() argument
186 u64 drv_get_tsf(struct ieee80211_local *local, drv_get_tsf() argument
203 void drv_set_tsf(struct ieee80211_local *local, drv_set_tsf() argument
218 void drv_reset_tsf(struct ieee80211_local *local, drv_reset_tsf() argument
232 int drv_switch_vif_chanctx(struct ieee80211_local *local, drv_switch_vif_chanctx() argument
285 int drv_ampdu_action(struct ieee80211_local *local, drv_ampdu_action() argument
H A Dmesh_sync.c51 struct ieee80211_local *local = sdata->local; mesh_sync_adjust_tbtt() local
85 struct ieee80211_local *local = sdata->local; mesh_sync_offset_rx_bcn_presp() local
H A Dwep.c28 int ieee80211_wep_init(struct ieee80211_local *local) ieee80211_wep_init() argument
49 void ieee80211_wep_free(struct ieee80211_local *local) ieee80211_wep_free() argument
73 static void ieee80211_wep_get_iv(struct ieee80211_local *local, ieee80211_wep_get_iv() argument
90 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, ieee80211_wep_add_iv() argument
118 static void ieee80211_wep_remove_iv(struct ieee80211_local *local, ieee80211_wep_remove_iv() argument
161 int ieee80211_wep_encrypt(struct ieee80211_local *local, ieee80211_wep_encrypt() argument
225 static int ieee80211_wep_decrypt(struct ieee80211_local *local, ieee80211_wep_decrypt() argument
H A Dagg-rx.c62 struct ieee80211_local *local = sta->local; ___ieee80211_stop_rx_ba_session() local
189 struct ieee80211_local *local = sdata->local; ieee80211_send_addba_resp() local
238 struct ieee80211_local *local = sta->sdata->local; __ieee80211_start_rx_ba_session() local
364 void ieee80211_process_addba_request(struct ieee80211_local *local, ieee80211_process_addba_request() argument
392 struct ieee80211_local *local = sdata->local; ieee80211_start_rx_ba_session_offl() local
413 struct ieee80211_local *local = sdata->local; ieee80211_stop_rx_ba_session_offl() local
H A Dagg-tx.c67 struct ieee80211_local *local = sdata->local; ieee80211_send_addba_request() local
117 struct ieee80211_local *local = sdata->local; ieee80211_send_bar() local
237 struct ieee80211_local *local = sdata->local; __acquires() local
296 struct ieee80211_local *local = sta->local; ___ieee80211_stop_tx_ba_session() local
446 struct ieee80211_local *local = sta->local; ieee80211_tx_ba_session_handle_start() local
551 struct ieee80211_local *local = sdata->local; ieee80211_start_tx_ba_session() local
683 static void ieee80211_agg_tx_operational(struct ieee80211_local *local, ieee80211_agg_tx_operational() argument
723 struct ieee80211_local *local = sdata->local; ieee80211_start_tx_ba_cb() local
766 struct ieee80211_local *local = sdata->local; ieee80211_start_tx_ba_cb_irqsafe() local
801 struct ieee80211_local *local = sdata->local; ieee80211_stop_tx_ba_session() local
842 struct ieee80211_local *local = sdata->local; ieee80211_stop_tx_ba_cb() local
897 struct ieee80211_local *local = sdata->local; ieee80211_stop_tx_ba_cb_irqsafe() local
915 void ieee80211_process_addba_resp(struct ieee80211_local *local, ieee80211_process_addba_resp() argument
H A Ddebugfs.c77 struct ieee80211_local *local = file->private_data; reset_write() local
137 struct ieee80211_local *local = file->private_data; hwflags_read() local
166 struct ieee80211_local *local = file->private_data; queues_read() local
186 static ssize_t format_devstat_counter(struct ieee80211_local *local, format_devstat_counter() argument
238 void debugfs_hw_add(struct ieee80211_local *local) debugfs_hw_add() argument
H A Ddebugfs_sta.c337 struct ieee80211_local *local = sta->local; ieee80211_sta_debugfs_add() local
387 struct ieee80211_local *local = sta->local; ieee80211_sta_debugfs_remove() local
H A Dht.c362 struct ieee80211_local *local = sdata->local; ieee80211_send_delba() local
428 struct ieee80211_local *local = sdata->local; ieee80211_send_smps_action() local
H A Dkey.h55 struct ieee80211_local *local; member in struct:ieee80211_key
H A Dled.c15 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) ieee80211_led_assoc() argument
25 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) ieee80211_led_radio() argument
35 void ieee80211_alloc_led_names(struct ieee80211_local *local) ieee80211_alloc_led_names() argument
47 void ieee80211_free_led_names(struct ieee80211_local *local) ieee80211_free_led_names() argument
57 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_tx_led_activate() local
66 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_tx_led_deactivate() local
75 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_rx_led_activate() local
84 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_rx_led_deactivate() local
93 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_assoc_led_activate() local
102 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_assoc_led_deactivate() local
111 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_radio_led_activate() local
120 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_radio_led_deactivate() local
129 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_tpt_led_activate() local
138 struct ieee80211_local *local = container_of(led_cdev->trigger, ieee80211_tpt_led_deactivate() local
145 void ieee80211_led_init(struct ieee80211_local *local) ieee80211_led_init() argument
190 void ieee80211_led_exit(struct ieee80211_local *local) ieee80211_led_exit() argument
209 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_get_radio_led_name() local
217 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_get_assoc_led_name() local
225 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_get_tx_led_name() local
233 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_get_rx_led_name() local
239 static unsigned long tpt_trig_traffic(struct ieee80211_local *local, tpt_trig_traffic() argument
253 struct ieee80211_local *local = (void *)data; tpt_trig_timer() local
291 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_create_tpt_led_trigger() local
318 static void ieee80211_start_tpt_led_trig(struct ieee80211_local *local) ieee80211_start_tpt_led_trig() argument
333 static void ieee80211_stop_tpt_led_trig(struct ieee80211_local *local) ieee80211_stop_tpt_led_trig() argument
350 void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, ieee80211_mod_tpt_led_trig() argument
H A Dmesh_ps.c22 struct ieee80211_local *local = sdata->local; mps_qos_null_get() local
451 struct ieee80211_local *local = sta->sdata->local; mps_frame_deliver() local
H A Dvht.c383 struct ieee80211_local *local = sdata->local; __ieee80211_vht_handle_opmode() local
432 struct ieee80211_local *local = sdata->local; ieee80211_vht_handle_opmode() local
H A Dkey.c56 static void assert_key_lock(struct ieee80211_local *local) assert_key_lock() argument
613 struct ieee80211_local *local = sdata->local; ieee80211_key_link() local
722 struct ieee80211_local *local = hw_to_local(hw); ieee80211_iter_keys() local
771 struct ieee80211_local *local = sdata->local; ieee80211_free_keys() local
816 void ieee80211_free_sta_keys(struct ieee80211_local *local, ieee80211_free_sta_keys() argument
1111 struct ieee80211_local *local = sdata->local; ieee80211_gtk_rekey_add() local
H A Dmain.c36 void ieee80211_configure_filter(struct ieee80211_local *local) ieee80211_configure_filter() argument
85 struct ieee80211_local *local = ieee80211_reconfig_filter() local
91 static u32 ieee80211_hw_conf_chan(struct ieee80211_local *local) ieee80211_hw_conf_chan() argument
161 int ieee80211_hw_config(struct ieee80211_local *local, u32 changed) ieee80211_hw_config() argument
198 struct ieee80211_local *local = sdata->local; ieee80211_bss_info_change_notify() local
218 struct ieee80211_local *local = (struct ieee80211_local *) data; ieee80211_tasklet_handler() local
245 struct ieee80211_local *local = ieee80211_restart_work() local
265 struct ieee80211_local *local = hw_to_local(hw); ieee80211_restart_hw() local
293 struct ieee80211_local *local = ieee80211_ifa_changed() local
354 struct ieee80211_local *local = ieee80211_ifa6_changed() local
483 struct ieee80211_local *local; ieee80211_alloc_hw_nm() local
661 static int ieee80211_init_cipher_suites(struct ieee80211_local *local) ieee80211_init_cipher_suites() argument
793 struct ieee80211_local *local = hw_to_local(hw); ieee80211_register_hw() local
1128 struct ieee80211_local *local = hw_to_local(hw); ieee80211_unregister_hw() local
1183 struct ieee80211_local *local = hw_to_local(hw); ieee80211_free_hw() local
H A Dstatus.c27 struct ieee80211_local *local = hw_to_local(hw); ieee80211_tx_status_irqsafe() local
46 static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, ieee80211_handle_filtered_frame() argument
182 struct ieee80211_local *local = sta->local; ieee80211_frame_acked() local
273 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, ieee80211_add_tx_radiotap_header() argument
397 static void ieee80211_tdls_td_tx_handle(struct ieee80211_local *local, ieee80211_tdls_td_tx_handle() argument
433 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) ieee80211_sdata_from_skb() argument
452 static void ieee80211_report_ack_skb(struct ieee80211_local *local, ieee80211_report_ack_skb() argument
500 static void ieee80211_report_used_skb(struct ieee80211_local *local, ieee80211_report_used_skb() argument
622 struct ieee80211_local *local = hw_to_local(hw); ieee80211_tx_status_noskb() local
674 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, ieee80211_tx_monitor() argument
734 struct ieee80211_local *local = hw_to_local(hw); ieee80211_tx_status() local
953 struct ieee80211_local *local = hw_to_local(hw); ieee80211_free_txskb() local
H A Dchan.c12 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, ieee80211_chanctx_num_assigned() argument
26 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, ieee80211_chanctx_num_reserved() argument
40 int ieee80211_chanctx_refcount(struct ieee80211_local *local, ieee80211_chanctx_refcount() argument
47 static int ieee80211_num_chanctx(struct ieee80211_local *local) ieee80211_num_chanctx() argument
60 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local) ieee80211_can_create_new_chanctx() argument
81 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, ieee80211_chanctx_reserved_chandef() argument
104 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, ieee80211_chanctx_non_reserved_chandef() argument
130 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, ieee80211_chanctx_combined_chandef() argument
148 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, ieee80211_chanctx_can_reserve_chandef() argument
165 ieee80211_find_reservation_chanctx(struct ieee80211_local *local, ieee80211_find_reservation_chanctx() argument
245 ieee80211_get_chanctx_max_required_bw(struct ieee80211_local *local, ieee80211_get_chanctx_max_required_bw() argument
309 void ieee80211_recalc_chanctx_min_def(struct ieee80211_local *local, ieee80211_recalc_chanctx_min_def() argument
342 static void ieee80211_change_chanctx(struct ieee80211_local *local, ieee80211_change_chanctx() argument
362 ieee80211_find_chanctx(struct ieee80211_local *local, ieee80211_find_chanctx() argument
399 bool ieee80211_is_radar_required(struct ieee80211_local *local) ieee80211_is_radar_required() argument
418 ieee80211_chanctx_radar_required(struct ieee80211_local *local, ieee80211_chanctx_radar_required() argument
446 ieee80211_alloc_chanctx(struct ieee80211_local *local, ieee80211_alloc_chanctx() argument
470 static int ieee80211_add_chanctx(struct ieee80211_local *local, ieee80211_add_chanctx() argument
502 ieee80211_new_chanctx(struct ieee80211_local *local, ieee80211_new_chanctx() argument
526 static void ieee80211_del_chanctx(struct ieee80211_local *local, ieee80211_del_chanctx() argument
553 static void ieee80211_free_chanctx(struct ieee80211_local *local, ieee80211_free_chanctx() argument
565 void ieee80211_recalc_chanctx_chantype(struct ieee80211_local *local, ieee80211_recalc_chanctx_chantype() argument
615 static void ieee80211_recalc_radar_chanctx(struct ieee80211_local *local, ieee80211_recalc_radar_chanctx() argument
642 struct ieee80211_local *local = sdata->local; ieee80211_assign_vif_chanctx() local
695 void ieee80211_recalc_smps_chanctx(struct ieee80211_local *local, ieee80211_recalc_smps_chanctx() argument
819 struct ieee80211_local *local = sdata->local; ieee80211_vif_copy_chanctx_to_vlans() local
868 struct ieee80211_local *local = sdata->local; ieee80211_vif_reserve_chanctx() local
1005 struct ieee80211_local *local = sdata->local; ieee80211_vif_use_reserved_reassign() local
1085 struct ieee80211_local *local = sdata->local; ieee80211_vif_use_reserved_assign() local
1154 static int ieee80211_chsw_switch_hwconf(struct ieee80211_local *local, ieee80211_chsw_switch_hwconf() argument
1173 static int ieee80211_chsw_switch_vifs(struct ieee80211_local *local, ieee80211_chsw_switch_vifs() argument
1221 static int ieee80211_chsw_switch_ctxs(struct ieee80211_local *local) ieee80211_chsw_switch_ctxs() argument
1260 static int ieee80211_vif_use_reserved_switch(struct ieee80211_local *local) ieee80211_vif_use_reserved_switch() argument
1516 struct ieee80211_local *local = sdata->local; __ieee80211_vif_release_channel() local
1555 struct ieee80211_local *local = sdata->local; ieee80211_vif_use_channel() local
1613 struct ieee80211_local *local = sdata->local; ieee80211_vif_use_reserved_context() local
1679 struct ieee80211_local *local = sdata->local; ieee80211_vif_change_bandwidth() local
1760 struct ieee80211_local *local = sdata->local; ieee80211_vif_vlan_copy_chanctx() local
1784 struct ieee80211_local *local = hw_to_local(hw); ieee80211_iter_chan_contexts_atomic() local
H A Ddebugfs_netdev.c247 struct ieee80211_local *local = sdata->local; ieee80211_set_smps() local
316 struct ieee80211_local *local = sdata->local; ieee80211_if_parse_tkip_mic_test() local
493 struct ieee80211_local *local = sdata->local; ieee80211_if_fmt_tsf() local
504 struct ieee80211_local *local = sdata->local; ieee80211_if_parse_tsf() local
H A Dmesh.c45 struct ieee80211_local *local = sdata->local; ieee80211_mesh_housekeeping_timer() local
415 struct ieee80211_local *local = sdata->local; mesh_add_ht_cap_ie() local
439 struct ieee80211_local *local = sdata->local; mesh_add_ht_oper_ie() local
478 struct ieee80211_local *local = sdata->local; mesh_add_vht_cap_ie() local
502 struct ieee80211_local *local = sdata->local; mesh_add_vht_oper_ie() local
847 struct ieee80211_local *local = sdata->local; ieee80211_start_mesh() local
887 struct ieee80211_local *local = sdata->local; ieee80211_stop_mesh() local
1019 struct ieee80211_local *local = sdata->local; ieee80211_mesh_rx_probe_req() local
1079 struct ieee80211_local *local = sdata->local; ieee80211_mesh_rx_bcn_presp() local
1187 struct ieee80211_local *local = sdata->local; mesh_fwd_csa_frame() local
H A Dmesh_pathtbl.c530 struct ieee80211_local *local = sdata->local; mesh_path_add() local
664 struct ieee80211_local *local = sdata->local; mpp_path_add() local
H A Dmesh_plink.c95 struct ieee80211_local *local = sdata->local; mesh_set_short_slot_time() local
153 struct ieee80211_local *local = sdata->local; mesh_set_ht_prot_mode() local
210 struct ieee80211_local *local = sdata->local; mesh_plink_frame_tx() local
385 struct ieee80211_local *local = sdata->local; mesh_sta_info_init() local
683 struct ieee80211_local *local = sdata->local; llid_in_use() local
H A Drate.c34 struct ieee80211_local *local = sta->sdata->local; rate_control_rate_init() local
64 void rate_control_rate_update(struct ieee80211_local *local, rate_control_rate_update() argument
897 int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local, ieee80211_init_rate_ctrl_alg() argument
929 void rate_control_deinitialize(struct ieee80211_local *local) rate_control_deinitialize() argument
202 rate_control_alloc(const char *name, struct ieee80211_local *local) rate_control_alloc() argument
H A Dscan.c32 void ieee80211_rx_bss_put(struct ieee80211_local *local, ieee80211_rx_bss_put() argument
59 ieee80211_bss_info_update(struct ieee80211_local *local, ieee80211_bss_info_update() argument
168 void ieee80211_scan_rx(struct ieee80211_local *local, struct sk_buff *skb) ieee80211_scan_rx() argument
251 static bool ieee80211_prep_hw_scan(struct ieee80211_local *local) ieee80211_prep_hw_scan() argument
312 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_scan_completed() local
393 struct ieee80211_local *local = hw_to_local(hw); ieee80211_scan_completed() local
404 static int ieee80211_start_sw_scan(struct ieee80211_local *local, ieee80211_start_sw_scan() argument
446 static bool ieee80211_can_scan(struct ieee80211_local *local, ieee80211_can_scan() argument
462 void ieee80211_run_deferred_scan(struct ieee80211_local *local) ieee80211_run_deferred_scan() argument
479 static void ieee80211_scan_state_send_probe(struct ieee80211_local *local, ieee80211_scan_state_send_probe() argument
517 struct ieee80211_local *local = sdata->local; __ieee80211_start_scan() local
663 static void ieee80211_scan_state_decision(struct ieee80211_local *local, ieee80211_scan_state_decision() argument
730 static void ieee80211_scan_state_set_channel(struct ieee80211_local *local, ieee80211_scan_state_set_channel() argument
802 static void ieee80211_scan_state_suspend(struct ieee80211_local *local, ieee80211_scan_state_suspend() argument
817 static void ieee80211_scan_state_resume(struct ieee80211_local *local, ieee80211_scan_state_resume() argument
837 struct ieee80211_local *local = ieee80211_scan_work() local
950 struct ieee80211_local *local = sdata->local; ieee80211_request_ibss_scan() local
1017 void ieee80211_scan_cancel(struct ieee80211_local *local) ieee80211_scan_cancel() argument
1080 struct ieee80211_local *local = sdata->local; __ieee80211_request_sched_scan_start() local
1138 struct ieee80211_local *local = sdata->local; ieee80211_request_sched_scan_start() local
1154 int ieee80211_request_sched_scan_stop(struct ieee80211_local *local) ieee80211_request_sched_scan_stop() argument
1184 struct ieee80211_local *local = hw_to_local(hw); ieee80211_sched_scan_results() local
1192 void ieee80211_sched_scan_end(struct ieee80211_local *local) ieee80211_sched_scan_end() argument
1213 struct ieee80211_local *local = ieee80211_sched_scan_stopped_work() local
1222 struct ieee80211_local *local = hw_to_local(hw); ieee80211_sched_scan_stopped() local
H A Ddriver-ops.h25 static inline void drv_tx(struct ieee80211_local *local, drv_tx() argument
35 struct ieee80211_local *local = sdata->local; drv_get_et_strings() local
47 struct ieee80211_local *local = sdata->local; drv_get_et_stats() local
58 struct ieee80211_local *local = sdata->local; drv_get_et_sset_count() local
73 static inline int drv_suspend(struct ieee80211_local *local, drv_suspend() argument
86 static inline int drv_resume(struct ieee80211_local *local) drv_resume() argument
98 static inline void drv_set_wakeup(struct ieee80211_local *local, drv_set_wakeup() argument
122 static inline int drv_config(struct ieee80211_local *local, u32 changed) drv_config() argument
134 static inline void drv_bss_info_changed(struct ieee80211_local *local, drv_bss_info_changed() argument
162 static inline u64 drv_prepare_multicast(struct ieee80211_local *local, drv_prepare_multicast() argument
177 static inline void drv_configure_filter(struct ieee80211_local *local, drv_configure_filter() argument
191 static inline void drv_config_iface_filter(struct ieee80211_local *local, drv_config_iface_filter() argument
207 static inline int drv_set_tim(struct ieee80211_local *local, drv_set_tim() argument
218 static inline int drv_set_key(struct ieee80211_local *local, drv_set_key() argument
238 static inline void drv_update_tkip_key(struct ieee80211_local *local, drv_update_tkip_key() argument
260 static inline int drv_hw_scan(struct ieee80211_local *local, drv_hw_scan() argument
277 static inline void drv_cancel_hw_scan(struct ieee80211_local *local, drv_cancel_hw_scan() argument
291 drv_sched_scan_start(struct ieee80211_local *local, drv_sched_scan_start() argument
310 static inline int drv_sched_scan_stop(struct ieee80211_local *local, drv_sched_scan_stop() argument
327 static inline void drv_sw_scan_start(struct ieee80211_local *local, drv_sw_scan_start() argument
339 static inline void drv_sw_scan_complete(struct ieee80211_local *local, drv_sw_scan_complete() argument
350 static inline int drv_get_stats(struct ieee80211_local *local, drv_get_stats() argument
364 static inline void drv_get_key_seq(struct ieee80211_local *local, drv_get_key_seq() argument
373 static inline int drv_set_frag_threshold(struct ieee80211_local *local, drv_set_frag_threshold() argument
387 static inline int drv_set_rts_threshold(struct ieee80211_local *local, drv_set_rts_threshold() argument
401 static inline int drv_set_coverage_class(struct ieee80211_local *local, drv_set_coverage_class() argument
417 static inline void drv_sta_notify(struct ieee80211_local *local, drv_sta_notify() argument
432 static inline int drv_sta_add(struct ieee80211_local *local, drv_sta_add() argument
453 static inline void drv_sta_remove(struct ieee80211_local *local, drv_sta_remove() argument
471 static inline void drv_sta_add_debugfs(struct ieee80211_local *local, drv_sta_add_debugfs() argument
487 static inline void drv_sta_remove_debugfs(struct ieee80211_local *local, drv_sta_remove_debugfs() argument
503 static inline void drv_sta_pre_rcu_remove(struct ieee80211_local *local, drv_sta_pre_rcu_remove() argument
531 static inline void drv_sta_rate_tbl_update(struct ieee80211_local *local, drv_sta_rate_tbl_update() argument
546 static inline void drv_sta_statistics(struct ieee80211_local *local, drv_sta_statistics() argument
573 static inline int drv_tx_last_beacon(struct ieee80211_local *local) drv_tx_last_beacon() argument
592 static inline int drv_get_survey(struct ieee80211_local *local, int idx, drv_get_survey() argument
607 static inline void drv_rfkill_poll(struct ieee80211_local *local) drv_rfkill_poll() argument
615 static inline void drv_flush(struct ieee80211_local *local, drv_flush() argument
632 static inline void drv_channel_switch(struct ieee80211_local *local, drv_channel_switch() argument
644 static inline int drv_set_antenna(struct ieee80211_local *local, drv_set_antenna() argument
655 static inline int drv_get_antenna(struct ieee80211_local *local, drv_get_antenna() argument
666 static inline int drv_remain_on_channel(struct ieee80211_local *local, drv_remain_on_channel() argument
684 static inline int drv_cancel_remain_on_channel(struct ieee80211_local *local) drv_cancel_remain_on_channel() argument
697 static inline int drv_set_ringparam(struct ieee80211_local *local, drv_set_ringparam() argument
712 static inline void drv_get_ringparam(struct ieee80211_local *local, drv_get_ringparam() argument
723 static inline bool drv_tx_frames_pending(struct ieee80211_local *local) drv_tx_frames_pending() argument
737 static inline int drv_set_bitrate_mask(struct ieee80211_local *local, drv_set_bitrate_mask() argument
757 static inline void drv_set_rekey_data(struct ieee80211_local *local, drv_set_rekey_data() argument
770 static inline void drv_event_callback(struct ieee80211_local *local, drv_event_callback() argument
781 drv_release_buffered_frames(struct ieee80211_local *local, drv_release_buffered_frames() argument
796 drv_allow_buffered_frames(struct ieee80211_local *local, drv_allow_buffered_frames() argument
810 static inline void drv_mgd_prepare_tx(struct ieee80211_local *local, drv_mgd_prepare_tx() argument
826 drv_mgd_protect_tdls_discover(struct ieee80211_local *local, drv_mgd_protect_tdls_discover() argument
841 static inline int drv_add_chanctx(struct ieee80211_local *local, drv_add_chanctx() argument
858 static inline void drv_remove_chanctx(struct ieee80211_local *local, drv_remove_chanctx() argument
873 static inline void drv_change_chanctx(struct ieee80211_local *local, drv_change_chanctx() argument
887 static inline int drv_assign_vif_chanctx(struct ieee80211_local *local, drv_assign_vif_chanctx() argument
908 static inline void drv_unassign_vif_chanctx(struct ieee80211_local *local, drv_unassign_vif_chanctx() argument
931 static inline int drv_start_ap(struct ieee80211_local *local, drv_start_ap() argument
948 static inline void drv_stop_ap(struct ieee80211_local *local, drv_stop_ap() argument
961 drv_reconfig_complete(struct ieee80211_local *local, drv_reconfig_complete() argument
973 drv_set_default_unicast_key(struct ieee80211_local *local, drv_set_default_unicast_key() argument
990 static inline void drv_ipv6_addr_change(struct ieee80211_local *local, drv_ipv6_addr_change() argument
1005 struct ieee80211_local *local = sdata->local; drv_channel_switch_beacon() local
1018 struct ieee80211_local *local = sdata->local; drv_pre_channel_switch() local
1035 struct ieee80211_local *local = sdata->local; drv_post_channel_switch() local
1048 static inline int drv_join_ibss(struct ieee80211_local *local, drv_join_ibss() argument
1064 static inline void drv_leave_ibss(struct ieee80211_local *local, drv_leave_ibss() argument
1077 static inline u32 drv_get_expected_throughput(struct ieee80211_local *local, drv_get_expected_throughput() argument
1090 static inline int drv_get_txpower(struct ieee80211_local *local, drv_get_txpower() argument
1105 drv_tdls_channel_switch(struct ieee80211_local *local, drv_tdls_channel_switch() argument
1129 drv_tdls_cancel_channel_switch(struct ieee80211_local *local, drv_tdls_cancel_channel_switch() argument
1146 drv_tdls_recv_channel_switch(struct ieee80211_local *local, drv_tdls_recv_channel_switch() argument
1157 static inline void drv_wake_tx_queue(struct ieee80211_local *local, drv_wake_tx_queue() argument
H A Dibss.c48 struct ieee80211_local *local = sdata->local; ieee80211_ibss_build_presp() local
226 struct ieee80211_local *local = sdata->local; __ieee80211_sta_join_ibss() local
609 struct ieee80211_local *local = sdata->local; __acquires() local
663 struct ieee80211_local *local = sdata->local; ieee80211_sta_active_ibss() local
689 struct ieee80211_local *local = sdata->local; ieee80211_ibss_disconnect() local
994 struct ieee80211_local *local = sdata->local; ieee80211_update_sta_info() local
1108 struct ieee80211_local *local = sdata->local; ieee80211_rx_bss_info() local
1203 struct ieee80211_local *local = sdata->local; ieee80211_ibss_rx_no_sta() local
1255 struct ieee80211_local *local = sdata->local; ieee80211_ibss_sta_expire() local
1425 struct ieee80211_local *local = sdata->local; ieee80211_sta_find_ibss() local
1520 struct ieee80211_local *local = sdata->local; ieee80211_rx_mgmt_probe_req() local
1732 void ieee80211_ibss_notify_scan_completed(struct ieee80211_local *local) ieee80211_ibss_notify_scan_completed() argument
1754 struct ieee80211_local *local = sdata->local; ieee80211_ibss_join() local
H A Diface.c84 static u32 __ieee80211_idle_off(struct ieee80211_local *local) __ieee80211_idle_off() argument
93 static u32 __ieee80211_idle_on(struct ieee80211_local *local) __ieee80211_idle_on() argument
104 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, __ieee80211_recalc_idle() argument
139 u32 ieee80211_idle_off(struct ieee80211_local *local) ieee80211_idle_off() argument
144 void ieee80211_recalc_idle(struct ieee80211_local *local) ieee80211_recalc_idle() argument
163 struct ieee80211_local *local = sdata->local; ieee80211_verify_mac() local
254 struct ieee80211_local *local = sdata->local; ieee80211_check_concurrent_iface() local
359 struct ieee80211_local *local = sdata->local; ieee80211_adjust_monitor_flags() local
378 struct ieee80211_local *local = sdata->local; ieee80211_set_default_queues() local
392 int ieee80211_add_virtual_monitor(struct ieee80211_local *local) ieee80211_add_virtual_monitor() argument
454 void ieee80211_del_virtual_monitor(struct ieee80211_local *local) ieee80211_del_virtual_monitor() argument
495 struct ieee80211_local *local = sdata->local; ieee80211_do_open() local
781 struct ieee80211_local *local = sdata->local; ieee80211_do_stop() local
1057 struct ieee80211_local *local = sdata->local; ieee80211_set_multicast_list() local
1158 struct ieee80211_local *local = sdata->local; ieee80211_monitor_select_queue() local
1204 struct ieee80211_local *local = sdata->local; ieee80211_iface_work() local
1454 struct ieee80211_local *local = sdata->local; ieee80211_runtime_change_iftype() local
1558 static void ieee80211_assign_perm_addr(struct ieee80211_local *local, ieee80211_assign_perm_addr() argument
1691 int ieee80211_if_add(struct ieee80211_local *local, const char *name, ieee80211_if_add() argument
1880 void ieee80211_remove_interfaces(struct ieee80211_local *local) ieee80211_remove_interfaces() argument
H A Dmesh_hwmp.c109 struct ieee80211_local *local = sdata->local; mesh_path_sel_frame_tx() local
240 struct ieee80211_local *local = sdata->local; mesh_path_error_tx() local
298 void ieee80211s_update_metric(struct ieee80211_local *local, ieee80211s_update_metric() argument
317 static u32 airtime_link_metric_get(struct ieee80211_local *local, airtime_link_metric_get() argument
369 struct ieee80211_local *local = sdata->local; hwmp_route_info_get() local
774 struct ieee80211_local *local = sdata->local; hwmp_rann_frame_process() local
H A Dsta_info.c78 static int sta_info_hash_del(struct ieee80211_local *local, sta_info_hash_del() argument
90 struct ieee80211_local *local = sdata->local; __cleanup_single_sta() local
151 struct ieee80211_local *local = sdata->local; cleanup_single_sta() local
161 struct ieee80211_local *local = sdata->local; sta_info_get() local
189 struct ieee80211_local *local = sdata->local; sta_info_get_bss() local
214 struct ieee80211_local *local = sdata->local; sta_info_get_by_idx() local
242 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta) sta_info_free() argument
259 static int sta_info_hash_add(struct ieee80211_local *local, sta_info_hash_add() argument
285 static int sta_prepare_rate_control(struct ieee80211_local *local, sta_prepare_rate_control() argument
303 struct ieee80211_local *local = sdata->local; sta_info_alloc() local
441 static int sta_info_insert_drv_state(struct ieee80211_local *local, sta_info_insert_drv_state() argument
485 struct ieee80211_local *local = sta->local; __acquires() local
560 struct ieee80211_local *local = sta->local; __acquires() local
639 struct ieee80211_local *local = sta->local; __sta_info_recalc_tim() local
744 static bool sta_info_cleanup_expire_buffered_ac(struct ieee80211_local *local, sta_info_cleanup_expire_buffered_ac() argument
822 static bool sta_info_cleanup_expire_buffered(struct ieee80211_local *local, sta_info_cleanup_expire_buffered() argument
842 struct ieee80211_local *local; __sta_info_destroy_part1() local
891 struct ieee80211_local *local = sta->local; __sta_info_destroy_part2() local
987 struct ieee80211_local *local = (struct ieee80211_local *) data; sta_info_cleanup() local
1012 int sta_info_init(struct ieee80211_local *local) sta_info_init() argument
1029 void sta_info_stop(struct ieee80211_local *local) sta_info_stop() argument
1038 struct ieee80211_local *local = sdata->local; __sta_info_flush() local
1071 struct ieee80211_local *local = sdata->local; ieee80211_sta_expire() local
1099 struct ieee80211_local *local = hw_to_local(hw); ieee80211_find_sta_by_ifaddr() local
1146 struct ieee80211_local *local = sdata->local; ieee80211_sta_ps_deliver_wakeup() local
1249 struct ieee80211_local *local = sdata->local; ieee80211_send_null_response() local
1343 struct ieee80211_local *local = sdata->local; ieee80211_sta_ps_deliver_response() local
1666 struct ieee80211_local *local = sta->local; ieee80211_sta_eosp() local
1862 struct ieee80211_local *local = sdata->local; sta_set_sinfo() local
H A Dtdls.c25 struct ieee80211_local *local; ieee80211_tdls_peer_del_work() local
43 struct ieee80211_local *local = sdata->local; ieee80211_tdls_add_ext_capab() local
359 struct ieee80211_local *local = sdata->local; ieee80211_tdls_add_setup_start_ies() local
541 struct ieee80211_local *local = sdata->local; ieee80211_tdls_add_setup_cfm_ies() local
865 struct ieee80211_local *local = sdata->local; ieee80211_tdls_build_mgmt_packet_data() local
1072 struct ieee80211_local *local = sdata->local; ieee80211_tdls_mgmt_setup() local
1145 struct ieee80211_local *local = sdata->local; ieee80211_tdls_mgmt_teardown() local
1247 struct ieee80211_local *local = sdata->local; iee80211_tdls_recalc_chanctx() local
1318 struct ieee80211_local *local = sdata->local; ieee80211_tdls_oper() local
1536 struct ieee80211_local *local = sdata->local; ieee80211_tdls_channel_switch() local
1583 struct ieee80211_local *local = sdata->local; ieee80211_tdls_cancel_channel_switch() local
1655 struct ieee80211_local *local = sdata->local; ieee80211_process_tdls_channel_switch_resp() local
1740 struct ieee80211_local *local = sdata->local; ieee80211_process_tdls_channel_switch_req() local
1943 struct ieee80211_local *local = ieee80211_tdls_chsw_work() local
H A Dcfg.c31 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_add_iface() local
75 struct ieee80211_local *local = sdata->local; ieee80211_change_iface() local
150 struct ieee80211_local *local = sdata->local; ieee80211_add_key() local
262 struct ieee80211_local *local = sdata->local; ieee80211_del_key() local
475 struct ieee80211_local *local = sdata->local; ieee80211_dump_station() local
496 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); ieee80211_dump_survey() local
505 struct ieee80211_local *local = sdata->local; ieee80211_get_station() local
525 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_monitor_channel() local
671 struct ieee80211_local *local = sdata->local; ieee80211_start_ap() local
809 struct ieee80211_local *local = sdata->local; ieee80211_stop_ap() local
922 static int sta_apply_auth_flags(struct ieee80211_local *local, sta_apply_auth_flags() argument
982 static void sta_apply_mesh_params(struct ieee80211_local *local, sta_apply_mesh_params() argument
1041 static int sta_apply_parameters(struct ieee80211_local *local, sta_apply_parameters() argument
1193 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_add_station() local
1282 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_change_station() local
1903 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_txq_params() local
2012 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_sched_scan_stop() local
2079 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_wiphy_params() local
2133 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_tx_power() local
2195 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_get_tx_power() local
2221 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_rfkill_poll() local
2231 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_testmode_cmd() local
2253 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_testmode_dump() local
2402 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); ieee80211_set_power_mgmt() local
2465 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); ieee80211_set_bitrate_mask() local
2511 static bool ieee80211_coalesce_started_roc(struct ieee80211_local *local, ieee80211_coalesce_started_roc() argument
2534 static u64 ieee80211_mgmt_tx_cookie(struct ieee80211_local *local) ieee80211_mgmt_tx_cookie() argument
2547 static int ieee80211_start_roc_work(struct ieee80211_local *local, ieee80211_start_roc_work() argument
2701 struct ieee80211_local *local = sdata->local; ieee80211_remain_on_channel() local
2713 static int ieee80211_cancel_roc(struct ieee80211_local *local, ieee80211_cancel_roc() argument
2794 struct ieee80211_local *local = sdata->local; ieee80211_cancel_remain_on_channel() local
2805 struct ieee80211_local *local = sdata->local; ieee80211_start_radar_detection() local
2937 struct ieee80211_local *local = sdata->local; __ieee80211_csa_finalize() local
3005 struct ieee80211_local *local = sdata->local; ieee80211_csa_finalize_work() local
3164 struct ieee80211_local *local = sdata->local; __ieee80211_channel_switch() local
3259 struct ieee80211_local *local = sdata->local; ieee80211_channel_switch() local
3269 static struct sk_buff *ieee80211_make_ack_skb(struct ieee80211_local *local, ieee80211_make_ack_skb() argument
3304 struct ieee80211_local *local = sdata->local; ieee80211_mgmt_tx() local
3491 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_mgmt_tx_cancel_wait() local
3500 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_mgmt_frame_register() local
3535 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_antenna() local
3545 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_get_antenna() local
3554 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_set_rekey_data() local
3569 struct ieee80211_local *local = sdata->local; ieee80211_probe_client() local
3663 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_cfg_get_channel() local
3764 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_del_tx_ts() local
H A Drx.c96 static struct sk_buff *remove_monitor_info(struct ieee80211_local *local, remove_monitor_info() argument
140 ieee80211_rx_radiotap_hdrlen(struct ieee80211_local *local, ieee80211_rx_radiotap_hdrlen() argument
209 ieee80211_add_rx_radiotap_header(struct ieee80211_local *local, ieee80211_add_rx_radiotap_header() argument
475 ieee80211_rx_monitor(struct ieee80211_local *local, struct sk_buff *origskb, ieee80211_rx_monitor() argument
1031 struct ieee80211_local *local = rx->local; ieee80211_rx_reorder_ampdu() local
1190 struct ieee80211_local *local; ieee80211_rx_h_check_more_data() local
1223 struct ieee80211_local *local = sdata->local; sta_ps_start() local
2250 struct ieee80211_local *local = rx->local; ieee80211_rx_h_mesh_fwding() local
2384 struct ieee80211_local *local = rx->local; ieee80211_rx_h_data() local
2537 struct ieee80211_local *local = sdata->local; ieee80211_process_sa_query_req() local
2619 struct ieee80211_local *local = rx->local; ieee80211_rx_h_action() local
2948 struct ieee80211_local *local = rx->local; ieee80211_rx_h_action_return() local
3065 struct ieee80211_local *local = rx->local; ieee80211_rx_cooked_monitor() local
3420 struct ieee80211_local *local = rx->local; ieee80211_prepare_and_rx_handle() local
3453 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_rx_handle_packet() local
3572 struct ieee80211_local *local = hw_to_local(hw); ieee80211_rx_napi() local
3683 struct ieee80211_local *local = hw_to_local(hw); ieee80211_rx_irqsafe() local
H A Dsta_info.h394 struct ieee80211_local *local; member in struct:sta_info
H A Dtx.c56 struct ieee80211_local *local = tx->local; ieee80211_duration() local
210 struct ieee80211_local *local = tx->local; ieee80211_tx_h_dynamic_ps() local
348 static void purge_old_ps_buffers(struct ieee80211_local *local) purge_old_ps_buffers() argument
481 struct ieee80211_local *local = tx->local; ieee80211_tx_h_unicast_ps_buf() local
855 struct ieee80211_local *local = tx->local; ieee80211_fragment() local
1147 struct ieee80211_local *local = sdata->local; ieee80211_tx_prepare() local
1231 static void ieee80211_drv_tx(struct ieee80211_local *local, ieee80211_drv_tx() argument
1281 struct ieee80211_local *local = hw_to_local(hw); ieee80211_tx_dequeue() local
1321 static bool ieee80211_tx_frags(struct ieee80211_local *local, ieee80211_tx_frags() argument
1395 static bool __ieee80211_tx(struct ieee80211_local *local, __ieee80211_tx() argument
1559 struct ieee80211_local *local = sdata->local; ieee80211_tx() local
1601 struct ieee80211_local *local = sdata->local; ieee80211_skb_resize() local
1632 struct ieee80211_local *local = sdata->local; ieee80211_xmit() local
1754 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); ieee80211_monitor_start_xmit() local
2005 struct ieee80211_local *local = sdata->local; ieee80211_build_hdr() local
2424 struct ieee80211_local *local = sta->local; ieee80211_check_fast_xmit() local
2651 void ieee80211_check_fast_xmit_all(struct ieee80211_local *local) ieee80211_check_fast_xmit_all() argument
2663 struct ieee80211_local *local = sdata->local; ieee80211_check_fast_xmit_iface() local
2697 struct ieee80211_local *local = sdata->local; ieee80211_xmit_fast() local
2984 void ieee80211_clear_tx_pending(struct ieee80211_local *local) ieee80211_clear_tx_pending() argument
3000 static bool ieee80211_tx_pending_skb(struct ieee80211_local *local, ieee80211_tx_pending_skb() argument
3040 struct ieee80211_local *local = (struct ieee80211_local *)data; ieee80211_tx_pending() local
3155 struct ieee80211_local *local = sdata->local; ieee80211_beacon_add_tim() local
3321 struct ieee80211_local *local = hw_to_local(hw); __ieee80211_beacon_get() local
3589 struct ieee80211_local *local; ieee80211_pspoll_get() local
3627 struct ieee80211_local *local; ieee80211_nullfunc_get() local
3662 struct ieee80211_local *local = hw_to_local(hw); ieee80211_probereq_get() local
3731 struct ieee80211_local *local = hw_to_local(hw); ieee80211_get_buffered_bc() local
3805 struct ieee80211_local *local = sdata->local; ieee80211_reserve_tid() local
/linux-4.4.14/arch/x86/um/vdso/
H A Dvdso.lds.S28 local: *; label
/linux-4.4.14/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S82 local: *; label
/linux-4.4.14/arch/mips/vdso/
H A Dvdso.lds.S103 local: *; label
/linux-4.4.14/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S159 local: *; label
/linux-4.4.14/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S156 local: *; label
/linux-4.4.14/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S136 local: *; label
/linux-4.4.14/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S136 local: *; label
/linux-4.4.14/arch/arm64/kernel/vdso/
H A Dvdso.lds.S91 local: *; label
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h31 u32 local; member in struct:sg_dma_descriptor
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_interval.h12 int local:1 /* local or remote request? */; member in struct:drbd_interval
H A Ddrbd_nl.c1184 unsigned int now, new, local, peer; drbd_reconsider_max_bio_size() local
/linux-4.4.14/net/rxrpc/
H A Dar-error.c32 struct rxrpc_local *local = sk->sk_user_data; rxrpc_UDP_error_report() local
H A Dar-peer.c195 struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *local, rxrpc_find_peer() argument
H A Dar-transport.c34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, rxrpc_alloc_transport() argument
78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, rxrpc_get_transport() argument
153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, rxrpc_find_transport() argument
H A Dar-local.c39 struct rxrpc_local *local; rxrpc_alloc_local() local
68 static int rxrpc_create_local(struct rxrpc_local *local) rxrpc_create_local() argument
140 struct rxrpc_local *local; rxrpc_lookup_local() local
229 void rxrpc_put_local(struct rxrpc_local *local) rxrpc_put_local() argument
251 struct rxrpc_local *local = rxrpc_destroy_local() local
325 static void rxrpc_send_version_request(struct rxrpc_local *local, rxrpc_send_version_request() argument
375 struct rxrpc_local *local = container_of(work, struct rxrpc_local, event_processor); rxrpc_process_local_events() local
H A Dar-security.c166 struct rxrpc_local *local = conn->trans->local; rxrpc_init_server_conn_security() local
H A Dar-connevent.c315 void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) rxrpc_reject_packet() argument
339 struct rxrpc_local *local; rxrpc_reject_packets() local
H A Dar-input.c600 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, rxrpc_post_packet_to_local() argument
610 static struct rxrpc_connection *rxrpc_conn_from_local(struct rxrpc_local *local, rxrpc_conn_from_local() argument
645 struct rxrpc_local *local; rxrpc_data_ready() local
H A Dar-accept.c29 static int rxrpc_busy(struct rxrpc_local *local, struct sockaddr_rxrpc *srx, rxrpc_busy() argument
73 static int rxrpc_accept_incoming_call(struct rxrpc_local *local, rxrpc_accept_incoming_call() argument
209 struct rxrpc_local *local = rxrpc_accept_incoming_calls() local
H A Daf_rxrpc.c126 struct rxrpc_local *local; rxrpc_bind() local
379 struct rxrpc_local *local; rxrpc_connect() local
/linux-4.4.14/arch/ia64/kernel/
H A Dgate.lds.S102 local: *; label
/linux-4.4.14/net/mac802154/
H A Dtx.c35 struct ieee802154_local *local = ieee802154_xmit_worker() local
69 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) ieee802154_tx() argument
H A Dutil.c24 struct ieee802154_local *local = hw_to_local(hw); ieee802154_wake_queue() local
40 struct ieee802154_local *local = hw_to_local(hw); ieee802154_stop_queue() local
56 struct ieee802154_local *local = ieee802154_xmit_ifs_timer() local
68 struct ieee802154_local *local = hw_to_local(hw); ieee802154_xmit_complete() local
97 void ieee802154_stop_device(struct ieee802154_local *local) ieee802154_stop_device() argument
H A Dmac_cmd.c69 struct ieee802154_local *local = sdata->local; mac802154_set_mac_params() local
H A Dmain.c33 struct ieee802154_local *local = (struct ieee802154_local *)data; ieee802154_tasklet_handler() local
58 struct ieee802154_local *local; ieee802154_alloc_hw() local
128 struct ieee802154_local *local = hw_to_local(hw); ieee802154_free_hw() local
152 struct ieee802154_local *local = hw_to_local(hw); ieee802154_register_hw() local
217 struct ieee802154_local *local = hw_to_local(hw); ieee802154_unregister_hw() local
H A Dmib.c32 struct ieee802154_local *local = sdata->local; mac802154_dev_set_page_channel() local
H A Drx.c194 __ieee802154_rx_handle_packet(struct ieee802154_local *local, __ieee802154_rx_handle_packet() argument
225 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) ieee802154_monitors_rx() argument
253 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) ieee802154_rx() argument
300 struct ieee802154_local *local = hw_to_local(hw); ieee802154_rx_irqsafe() local
H A Ddriver-ops.h13 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) drv_xmit_async() argument
19 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) drv_xmit_sync() argument
29 static inline int drv_start(struct ieee802154_local *local) drv_start() argument
43 static inline void drv_stop(struct ieee802154_local *local) drv_stop() argument
61 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) drv_set_channel() argument
73 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm) drv_set_tx_power() argument
90 static inline int drv_set_cca_mode(struct ieee802154_local *local, drv_set_cca_mode() argument
108 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) drv_set_lbt_mode() argument
126 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm) drv_set_cca_ed_level() argument
143 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) drv_set_pan_id() argument
165 drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr) drv_set_extended_addr() argument
187 drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr) drv_set_short_addr() argument
209 drv_set_pan_coord(struct ieee802154_local *local, bool is_coord) drv_set_pan_coord() argument
231 drv_set_csma_params(struct ieee802154_local *local, u8 min_be, u8 max_be, drv_set_csma_params() argument
252 drv_set_max_frame_retries(struct ieee802154_local *local, s8 max_frame_retries) drv_set_max_frame_retries() argument
270 drv_set_promiscuous_mode(struct ieee802154_local *local, bool on) drv_set_promiscuous_mode() argument
H A Dieee802154_i.h87 struct ieee802154_local *local; member in struct:ieee802154_sub_if_data
H A Dcfg.c28 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_add_iface_deprecated() local
50 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_suspend() local
68 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_resume() local
95 struct ieee802154_local *local = wpan_phy_priv(phy); ieee802154_add_iface() local
114 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_channel() local
136 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_cca_mode() local
154 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_cca_ed_level() local
172 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_tx_power() local
H A Diface.c155 struct ieee802154_local *local = sdata->local; ieee802154_setup_hw() local
206 struct ieee802154_local *local = sdata->local; mac802154_slave_open() local
234 ieee802154_check_mac_settings(struct ieee802154_local *local, ieee802154_check_mac_settings() argument
276 struct ieee802154_local *local = sdata->local; ieee802154_check_concurrent_iface() local
323 struct ieee802154_local *local = sdata->local; mac802154_slave_close() local
623 ieee802154_if_add(struct ieee802154_local *local, const char *name, ieee802154_if_add() argument
705 void ieee802154_remove_interfaces(struct ieee802154_local *local) ieee802154_remove_interfaces() argument
/linux-4.4.14/drivers/isdn/hisax/
H A Delsa_cs.c77 local_info_t *local; elsa_cs_probe() local
170 local_info_t *local = link->priv; elsa_cs_release() local
H A Dsedlbauer_cs.c78 local_info_t *local; sedlbauer_probe() local
156 local_info_t *local = link->priv; sedlbauer_release() local
H A Dteles_cs.c58 local_info_t *local; teles_probe() local
152 local_info_t *local = link->priv; teles_cs_release() local
/linux-4.4.14/drivers/net/wireless/
H A Dairo_cs.c65 struct local_info *local; airo_probe() local
146 struct local_info *local = link->priv; airo_suspend() local
155 struct local_info *local = link->priv; airo_resume() local
H A Datmel_cs.c75 struct local_info *local; atmel_probe() local
177 struct local_info *local = link->priv; atmel_suspend() local
186 struct local_info *local = link->priv; atmel_resume() local
H A Dray_cs.c282 ray_dev_t *local; ray_probe() local
336 ray_dev_t *local; ray_detach() local
361 ray_dev_t *local = netdev_priv(dev); ray_config() local
474 ray_dev_t *local = netdev_priv(dev); ray_init() local
534 ray_dev_t *local = netdev_priv(dev); dl_startup_params() local
580 static void init_startup_params(ray_dev_t *local) init_startup_params() argument
644 ray_dev_t *local = (ray_dev_t *) data; verify_dl_startup() local
686 ray_dev_t *local = (ray_dev_t *) data; start_net() local
713 ray_dev_t *local = (ray_dev_t *) data; join_net() local
743 ray_dev_t *local = netdev_priv(dev); ray_release() local
785 ray_dev_t *local = netdev_priv(dev); ray_dev_init() local
820 ray_dev_t *local = netdev_priv(dev); ray_dev_config() local
836 ray_dev_t *local = netdev_priv(dev); ray_dev_start_xmit() local
880 ray_dev_t *local = netdev_priv(dev); ray_hw_xmit() local
951 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx, translate_frame() argument
985 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx, ray_build_header() argument
1042 ray_dev_t *local = netdev_priv(dev); ray_set_freq() local
1065 ray_dev_t *local = netdev_priv(dev); ray_get_freq() local
1079 ray_dev_t *local = netdev_priv(dev); ray_set_essid() local
1108 ray_dev_t *local = netdev_priv(dev); ray_get_essid() local
1130 ray_dev_t *local = netdev_priv(dev); ray_get_wap() local
1145 ray_dev_t *local = netdev_priv(dev); ray_set_rate() local
1172 ray_dev_t *local = netdev_priv(dev); ray_get_rate() local
1190 ray_dev_t *local = netdev_priv(dev); ray_set_rts() local
1217 ray_dev_t *local = netdev_priv(dev); ray_get_rts() local
1234 ray_dev_t *local = netdev_priv(dev); ray_set_frag() local
1261 ray_dev_t *local = netdev_priv(dev); ray_get_frag() local
1278 ray_dev_t *local = netdev_priv(dev); ray_set_mode() local
1307 ray_dev_t *local = netdev_priv(dev); ray_get_mode() local
1400 ray_dev_t *local = netdev_priv(dev); ray_get_wireless_stats() local
1488 ray_dev_t *local = netdev_priv(dev); ray_open() local
1525 ray_dev_t *local = netdev_priv(dev); ray_dev_close() local
1551 static int interrupt_ecf(ray_dev_t *local, int ccs) interrupt_ecf() argument
1579 static int get_free_tx_ccs(ray_dev_t *local) get_free_tx_ccs() argument
1611 static int get_free_ccs(ray_dev_t *local) get_free_ccs() argument
1642 ray_dev_t *local = (ray_dev_t *) data; authenticate_timeout() local
1689 ray_dev_t *local = netdev_priv(dev); ray_get_stats() local
1719 ray_dev_t *local = netdev_priv(dev); ray_update_parm() local
1754 ray_dev_t *local = netdev_priv(dev); ray_update_multi_list() local
1802 ray_dev_t *local = netdev_priv(dev); set_multicast_list() local
1840 ray_dev_t *local; ray_interrupt() local
2050 static void ray_rx(struct net_device *dev, ray_dev_t *local, ray_rx() argument
2116 ray_dev_t *local = netdev_priv(dev); rx_data() local
2281 static void untranslate(ray_dev_t *local, struct sk_buff *skb, int len) untranslate() argument
2373 static int copy_from_rx_buff(ray_dev_t *local, UCHAR *dest, int pkt_addr, copy_from_rx_buff() argument
2390 static void release_frag_chain(ray_dev_t *local, struct rcs __iomem *prcs) release_frag_chain() argument
2410 static void authenticate(ray_dev_t *local) authenticate() argument
2432 static void rx_authenticate(ray_dev_t *local, struct rcs __iomem *prcs, rx_authenticate() argument
2480 static void associate(ray_dev_t *local) associate() argument
2519 static void rx_deauthenticate(ray_dev_t *local, struct rcs __iomem *prcs, rx_deauthenticate() argument
2533 static void clear_interrupt(ray_dev_t *local) clear_interrupt() argument
2572 ray_dev_t *local; ray_cs_proc_show() local
2684 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type) build_auth_frame() argument
/linux-4.4.14/drivers/usb/host/
H A Dsl811_cs.c178 local_info_t *local; sl811_cs_probe() local
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_map.h44 scif_free_coherent(void *va, dma_addr_t local, scif_free_coherent() argument
79 scif_unmap_single(dma_addr_t local, struct scif_dev *scifdev, scif_unmap_single() argument
58 scif_map_single(dma_addr_t *dma_handle, void *local, struct scif_dev *scifdev, size_t size) scif_map_single() argument
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_entity.c123 vsp1_entity_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) vsp1_entity_link_setup() argument
H A Dvsp1_video.c158 vsp1_video_remote_subdev(struct media_pad *local, u32 *pad) vsp1_video_remote_subdev() argument
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dess.c125 int local ; ess_raf_received_pack() local
H A Dpmf.c281 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) smt_pmf_received_pack() argument
311 smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, int set, int local) smt_build_pmf_response() argument
550 smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, int index, int local) smt_add_para() argument
1075 smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, int local, int set) smt_set_para() argument
H A Dsmt.c473 int local ; smt_received_pack() local
833 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) smt_send_frame() argument
856 smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, int local) smt_send_rdf() argument
933 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) smt_send_nif() argument
1025 smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_config() argument
1058 smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_operation() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dtlb_hash64.c144 int i, local = 0; __flush_tlb_pending() local
H A Dhash_native_64.c290 int ret = 0, local = 0; native_hpte_updatepp() local
635 static void native_flush_hash_range(unsigned long number, int local) native_flush_hash_range() argument
151 tlbie(unsigned long vpn, int psize, int apsize, int ssize, int local) tlbie() argument
397 native_hpte_invalidate(unsigned long slot, unsigned long vpn, int bpsize, int apsize, int ssize, int local) native_hpte_invalidate() argument
432 native_hugepage_invalidate(unsigned long vsid, unsigned long addr, unsigned char *hpte_slot_array, int psize, int ssize, int local) native_hugepage_invalidate() argument
H A Dhash_utils_64.c1296 int local = flags & HPTE_LOCAL_UPDATE; flush_hash_page() local
1340 int local = flags & HPTE_LOCAL_UPDATE; flush_hash_hugepage() local
1404 void flush_hash_range(unsigned long number, int local) flush_hash_range() argument
/linux-4.4.14/arch/arm/include/asm/xen/
H A Dpage-coherent.h42 bool local = (page_pfn <= dev_pfn) && xen_dma_map_page() local
/linux-4.4.14/net/openvswitch/
H A Dvport-netdev.c82 struct vport *local; get_dpdev() local
H A Ddatapath.c183 struct vport *local; get_dpifindex() local
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-opal.c134 u8 local[2]; i2c_opal_smbus_xfer() local
H A Di2c-powermac.c51 u8 local[2]; i2c_powermac_smbus_xfer() local
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c64 local_info_t *local; hostap_data_start_xmit() local
272 local_info_t *local; hostap_mgmt_start_xmit() local
318 local_info_t *local; hostap_tx_encrypt() local
385 local_info_t *local; hostap_master_start_xmit() local
H A Dhostap_info.c13 static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf, prism2_info_commtallies16() argument
53 static void prism2_info_commtallies32(local_info_t *local, unsigned char *buf, prism2_info_commtallies32() argument
93 static void prism2_info_commtallies(local_info_t *local, unsigned char *buf, prism2_info_commtallies() argument
128 static void prism2_info_linkstatus(local_info_t *local, unsigned char *buf, prism2_info_linkstatus() argument
167 static void prism2_host_roaming(local_info_t *local) prism2_host_roaming() argument
235 static void hostap_report_scan_complete(local_info_t *local) hostap_report_scan_complete() argument
252 static void prism2_info_scanresults(local_info_t *local, unsigned char *buf, prism2_info_scanresults() argument
303 static void prism2_info_hostscanresults(local_info_t *local, prism2_info_hostscanresults() argument
366 void hostap_info_process(local_info_t *local, struct sk_buff *skb) hostap_info_process() argument
414 static void handle_info_queue_linkstatus(local_info_t *local) handle_info_queue_linkstatus() argument
461 static void handle_info_queue_scanresults(local_info_t *local) handle_info_queue_scanresults() argument
484 local_info_t *local = container_of(work, local_info_t, info_queue); handle_info_queue() local
497 void hostap_info_init(local_info_t *local) hostap_info_init() argument
H A Dhostap_cs.c49 local_info_t *local; hfa384x_outb_debug() local
63 local_info_t *local; hfa384x_inb_debug() local
79 local_info_t *local; hfa384x_outw_debug() local
93 local_info_t *local; hfa384x_inw_debug() local
110 local_info_t *local; hfa384x_outsw_debug() local
125 local_info_t *local; hfa384x_insw_debug() local
204 static int prism2_pccard_card_present(local_info_t *local) prism2_pccard_card_present() argument
222 static void sandisk_set_iobase(local_info_t *local) sandisk_set_iobase() argument
244 static void sandisk_write_hcr(local_info_t *local, int hcr) sandisk_write_hcr() argument
263 local_info_t *local = iface->local; sandisk_enable_wireless() local
323 static void prism2_pccard_cor_sreset(local_info_t *local) prism2_pccard_cor_sreset() argument
368 static void prism2_pccard_genesis_reset(local_info_t *local, int hcr) prism2_pccard_genesis_reset() argument
475 local_info_t *local; prism2_config() local
H A Dhostap_download.c7 local_info_t *local; prism2_enable_aux_port() local
180 local_info_t *local; member in struct:prism2_download_aux_dump
290 static int prism2_download_volatile(local_info_t *local, prism2_download_volatile() argument
387 static int prism2_enable_genesis(local_info_t *local, int hcr) prism2_enable_genesis() argument
418 static int prism2_get_ram_size(local_info_t *local) prism2_get_ram_size() argument
437 static int prism2_download_genesis(local_info_t *local, prism2_download_genesis() argument
591 static int prism2_download_nonvolatile(local_info_t *local, prism2_download_nonvolatile() argument
719 static int prism2_download(local_info_t *local, prism2_download() argument
H A Dhostap_pci.c59 local_info_t *local; hfa384x_outb_debug() local
76 local_info_t *local; hfa384x_inb_debug() local
95 local_info_t *local; hfa384x_outw_debug() local
112 local_info_t *local; hfa384x_inw_debug() local
222 static void prism2_pci_cor_sreset(local_info_t *local) prism2_pci_cor_sreset() argument
267 static void prism2_pci_genesis_reset(local_info_t *local, int hcr) prism2_pci_genesis_reset() argument
294 local_info_t *local = NULL; prism2_pci_probe() local
H A Dhostap_proc.c17 local_info_t *local = m->private; prism2_debug_proc_show() local
62 local_info_t *local = m->private; prism2_stats_proc_show() local
124 local_info_t *local = m->private; prism2_wds_proc_start() local
131 local_info_t *local = m->private; prism2_wds_proc_next() local
137 local_info_t *local = m->private; prism2_wds_proc_stop() local
168 local_info_t *local = m->private; prism2_bss_list_proc_show() local
195 local_info_t *local = m->private; prism2_bss_list_proc_start() local
202 local_info_t *local = m->private; prism2_bss_list_proc_next() local
208 local_info_t *local = m->private; prism2_bss_list_proc_stop() local
239 local_info_t *local = m->private; prism2_crypt_proc_show() local
270 local_info_t *local = PDE_DATA(file_inode(file)); prism2_pda_proc_read() local
306 local_info_t *local = (local_info_t *) data; prism2_io_debug_proc_read() local
344 local_info_t *local = m->private; prism2_scan_results_proc_show() local
394 local_info_t *local = m->private; prism2_scan_results_proc_start() local
405 local_info_t *local = m->private; prism2_scan_results_proc_next() local
415 local_info_t *local = m->private; prism2_scan_results_proc_stop() local
447 void hostap_init_proc(local_info_t *local) hostap_init_proc() argument
492 void hostap_remove_proc(local_info_t *local) hostap_remove_proc() argument
H A Dhostap_80211_rx.c66 local_info_t *local; prism2_rx_80211() local
222 prism2_frag_cache_find(local_info_t *local, unsigned int seq, prism2_frag_cache_find() argument
252 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) prism2_frag_cache_get() argument
303 static int prism2_frag_cache_invalidate(local_info_t *local, prism2_frag_cache_invalidate() argument
327 static struct hostap_bss_info *__hostap_get_bss(local_info_t *local, u8 *bssid, __hostap_get_bss() argument
348 static struct hostap_bss_info *__hostap_add_bss(local_info_t *local, u8 *bssid, __hostap_add_bss() argument
374 static void __hostap_expire_bss(local_info_t *local) __hostap_expire_bss() argument
393 static void hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, hostap_rx_sta_beacon() argument
472 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, hostap_rx_frame_mgmt() argument
533 static struct net_device *prism2_rx_get_wds(local_info_t *local, prism2_rx_get_wds() argument
554 hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr *hdr, u16 fc, hostap_rx_frame_wds() argument
609 static int hostap_is_eapol_frame(local_info_t *local, struct sk_buff *skb) hostap_is_eapol_frame() argument
650 hostap_rx_frame_decrypt(local_info_t *local, struct sk_buff *skb, hostap_rx_frame_decrypt() argument
688 hostap_rx_frame_decrypt_msdu(local_info_t *local, struct sk_buff *skb, hostap_rx_frame_decrypt_msdu() argument
721 local_info_t *local; hostap_80211_rx() local
H A Dhostap_plx.c111 local_info_t *local; hfa384x_outb_debug() local
126 local_info_t *local; hfa384x_inb_debug() local
143 local_info_t *local; hfa384x_outw_debug() local
158 local_info_t *local; hfa384x_inw_debug() local
176 local_info_t *local; hfa384x_outsw_debug() local
192 local_info_t *local; hfa384x_insw_debug() local
266 static void prism2_plx_cor_sreset(local_info_t *local) prism2_plx_cor_sreset() argument
296 static void prism2_plx_genesis_reset(local_info_t *local, int hcr) prism2_plx_genesis_reset() argument
440 local_info_t *local = NULL; prism2_plx_probe() local
H A Dhostap_main.c49 struct net_device * hostap_add_interface(struct local_info *local, hostap_add_interface() argument
142 int prism2_wds_add(local_info_t *local, u8 *remote_addr, prism2_wds_add() argument
203 int prism2_wds_del(local_info_t *local, u8 *remote_addr, prism2_wds_del() argument
238 u16 hostap_tx_callback_register(local_info_t *local, hostap_tx_callback_register() argument
262 int hostap_tx_callback_unregister(local_info_t *local, u16 idx) hostap_tx_callback_unregister() argument
314 u16 hostap_get_porttype(local_info_t *local) hostap_get_porttype() argument
330 int hostap_set_encryption(local_info_t *local) hostap_set_encryption() argument
422 int hostap_set_antsel(local_info_t *local) hostap_set_antsel() argument
479 int hostap_set_roaming(local_info_t *local) hostap_set_roaming() argument
500 int hostap_set_auth_algs(local_info_t *local) hostap_set_auth_algs() argument
605 local_info_t *local; prism2_close() local
658 local_info_t *local; prism2_open() local
706 local_info_t *local; prism2_set_mac_address() local
733 local_info_t *local = hostap_set_multicast_list_queue() local
781 local_info_t *local; prism2_tx_timeout() local
847 void hostap_setup_dev(struct net_device *dev, local_info_t *local, hostap_setup_dev() argument
888 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) hostap_enable_hostapd() argument
907 static int hostap_disable_hostapd(local_info_t *local, int rtnl_locked) hostap_disable_hostapd() argument
920 static int hostap_enable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_enable_hostapd_sta() argument
939 static int hostap_disable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_disable_hostapd_sta() argument
952 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd() argument
977 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd_sta() argument
1006 local_info_t *local; prism2_update_comms_qual() local
1041 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, prism2_sta_send_mgmt() argument
1077 int prism2_sta_deauth(local_info_t *local, u16 reason) prism2_sta_deauth() argument
H A Dhostap_ap.h81 local_info_t *local; member in struct:sta_info
166 local_info_t *local; member in struct:ap_data
H A Dhostap_ap.c157 static void hostap_set_tim(local_info_t *local, int aid, int set) hostap_set_tim() argument
190 local_info_t *local; ap_handle_timer() local
839 void hostap_init_data(local_info_t *local) hostap_init_data() argument
889 void hostap_init_ap_proc(local_info_t *local) hostap_init_ap_proc() argument
974 local_info_t *local; prism2_send_mgmt() local
1345 static void handle_authen(local_info_t *local, struct sk_buff *skb, handle_authen() argument
1558 static void handle_assoc(local_info_t *local, struct sk_buff *skb, handle_assoc() argument
1767 static void handle_deauth(local_info_t *local, struct sk_buff *skb, handle_deauth() argument
1809 static void handle_disassoc(local_info_t *local, struct sk_buff *skb, handle_disassoc() argument
1851 static void ap_handle_data_nullfunc(local_info_t *local, ap_handle_data_nullfunc() argument
1868 static void ap_handle_dropped_data(local_info_t *local, ap_handle_dropped_data() argument
1901 static void pspoll_send_buffered(local_info_t *local, struct sta_info *sta, pspoll_send_buffered() argument
1926 static void handle_pspoll(local_info_t *local, handle_pspoll() argument
2017 local_info_t *local = ap->local; handle_wds_oper_queue() local
2044 static void handle_beacon(local_info_t *local, struct sk_buff *skb, handle_beacon() argument
2199 static void handle_ap_item(local_info_t *local, struct sk_buff *skb, handle_ap_item() argument
2324 local_info_t *local; hostap_rx() local
2351 static void schedule_packet_send(local_info_t *local, struct sta_info *sta) schedule_packet_send() argument
2387 int prism2_ap_get_sta_qual(local_info_t *local, struct sockaddr addr[], prism2_ap_get_sta_qual() argument
2433 local_info_t *local; prism2_ap_translate_scan() local
2704 local_info_t *local; ap_update_sta_tx_rate() local
2744 ap_tx_ret hostap_handle_sta_tx(local_info_t *local, struct hostap_tx_data *tx) hostap_handle_sta_tx() argument
2885 void hostap_handle_sta_tx_exc(local_info_t *local, struct sk_buff *skb) hostap_handle_sta_tx_exc() argument
2937 static void hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, hostap_update_sta_ps2() argument
2959 int hostap_update_sta_ps(local_info_t *local, struct ieee80211_hdr *hdr) hostap_update_sta_ps() argument
2985 ap_rx_ret hostap_handle_sta_rx(local_info_t *local, struct net_device *dev, hostap_handle_sta_rx() argument
3124 int hostap_handle_sta_crypto(local_info_t *local, hostap_handle_sta_crypto() argument
3257 void hostap_update_rates(local_info_t *local) hostap_update_rates() argument
3299 void hostap_add_wds_links(local_info_t *local) hostap_add_wds_links() argument
3315 void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type) hostap_wds_link_oper() argument
1205 ap_tx_rate_ok(int rateidx, struct sta_info *sta, local_info_t *local) ap_tx_rate_ok() argument
H A Dhostap_hw.c181 static inline void __hostap_cmd_queue_free(local_info_t *local, __hostap_cmd_queue_free() argument
206 static inline void hostap_cmd_queue_free(local_info_t *local, hostap_cmd_queue_free() argument
222 static void prism2_clear_cmd_queue(local_info_t *local) prism2_clear_cmd_queue() argument
258 local_info_t *local; hfa384x_cmd_issue() local
325 local_info_t *local; hfa384x_cmd() local
501 local_info_t *local; hfa384x_cmd_callback() local
659 local_info_t *local; prism2_cmd_ev() local
805 local_info_t *local; hfa384x_get_rid() local
878 local_info_t *local; hfa384x_set_rid() local
1003 local_info_t *local; prism2_reset_port() local
1048 local_info_t *local; prism2_get_version_info() local
1072 local_info_t *local; prism2_setup_rids() local
1294 local_info_t *local; prism2_hw_init() local
1350 local_info_t *local; prism2_hw_init2() local
1448 local_info_t *local; prism2_hw_enable() local
1487 local_info_t *local; prism2_hw_config() local
1519 local_info_t *local; prism2_hw_shutdown() local
1554 local_info_t *local; prism2_hw_reset() local
1631 static void prism2_schedule_reset(local_info_t *local) prism2_schedule_reset() argument
1641 local_info_t *local = container_of(work, local_info_t, reset_queue); handle_reset_queue() local
1660 static int prism2_get_txfid_idx(local_info_t *local) prism2_get_txfid_idx() argument
1692 local_info_t *local; prism2_transmit_cb() local
1759 local_info_t *local; prism2_transmit() local
1808 local_info_t *local; prism2_tx_80211() local
1931 static void prism2_rx(local_info_t *local) prism2_rx() argument
2034 static void hostap_rx_skb(local_info_t *local, struct sk_buff *skb) hostap_rx_skb() argument
2094 local_info_t *local = (local_info_t *) data; hostap_rx_tasklet() local
2106 local_info_t *local; prism2_alloc_ev() local
2169 static void hostap_tx_callback(local_info_t *local, hostap_tx_callback() argument
2219 static int hostap_tx_compl_read(local_info_t *local, int error, hostap_tx_compl_read() argument
2268 static void prism2_tx_ev(local_info_t *local) prism2_tx_ev() argument
2299 local_info_t *local = (local_info_t *) data; hostap_sta_tx_exc_tasklet() local
2321 static void prism2_txexc(local_info_t *local) prism2_txexc() argument
2402 local_info_t *local = (local_info_t *) data; hostap_info_tasklet() local
2413 static void prism2_info(local_info_t *local) prism2_info() argument
2481 local_info_t *local = (local_info_t *) data; hostap_bap_tasklet() local
2540 local_info_t *local; prism2_ev_tick() local
2570 static void prism2_check_magic(local_info_t *local) prism2_check_magic() argument
2613 local_info_t *local; prism2_interrupt() local
2736 static void prism2_check_sta_fw_version(local_info_t *local) prism2_check_sta_fw_version() argument
2795 local_info_t *local = (local_info_t *) data; hostap_passive_scan() local
2858 local_info_t *local = handle_comms_qual_update() local
2871 local_info_t *local = (local_info_t *) data; hostap_tick_timer() local
2899 local_info_t *local = m->private; prism2_registers_proc_show() local
2977 local_info_t *local; prism2_set_tim() local
3015 local_info_t *local = container_of(work, local_info_t, set_tim_queue); handle_set_tim_queue() local
3048 static void prism2_clear_set_tim_queue(local_info_t *local) prism2_clear_set_tim_queue() argument
3090 struct local_info *local; prism2_init_local_data() local
3268 struct local_info *local; hostap_hw_ready() local
3299 struct local_info *local; prism2_free_local_data() local
3394 struct local_info *local; prism2_suspend() local
H A Dhostap_ioctl.c19 local_info_t *local; hostap_get_wireless_stats() local
79 local_info_t *local; prism2_get_datarates() local
129 local_info_t *local; prism2_ioctl_siwencode() local
231 local_info_t *local; prism2_ioctl_giwencode() local
291 local_info_t *local; hostap_set_rate() local
337 local_info_t *local; prism2_ioctl_siwrate() local
398 local_info_t *local; prism2_ioctl_giwrate() local
456 local_info_t *local; prism2_ioctl_siwsens() local
477 local_info_t *local; prism2_ioctl_giwsens() local
501 local_info_t *local; prism2_ioctl_giwaplist() local
542 local_info_t *local; prism2_ioctl_siwrts() local
569 local_info_t *local; prism2_ioctl_giwrts() local
592 local_info_t *local; prism2_ioctl_siwfrag() local
619 local_info_t *local; prism2_ioctl_giwfrag() local
641 local_info_t *local; hostap_join_ap() local
725 local_info_t *local; prism2_ioctl_giwap() local
761 local_info_t *local; prism2_ioctl_siwnickn() local
782 local_info_t *local; prism2_ioctl_giwnickn() local
809 local_info_t *local; prism2_ioctl_siwfreq() local
846 local_info_t *local; prism2_ioctl_giwfreq() local
867 static void hostap_monitor_set_type(local_info_t *local) hostap_monitor_set_type() argument
890 local_info_t *local; prism2_ioctl_siwessid() local
926 local_info_t *local; prism2_ioctl_giwessid() local
962 local_info_t *local; prism2_ioctl_giwrange() local
1078 static int hostap_monitor_mode_enable(local_info_t *local) hostap_monitor_mode_enable() argument
1114 static int hostap_monitor_mode_disable(local_info_t *local) hostap_monitor_mode_disable() argument
1137 local_info_t *local; prism2_ioctl_siwmode() local
1213 local_info_t *local; prism2_ioctl_giwmode() local
1355 local_info_t *local; prism2_ioctl_siwretry() local
1416 local_info_t *local; prism2_ioctl_giwretry() local
1510 local_info_t *local; prism2_ioctl_siwtxpow() local
1592 local_info_t *local; prism2_ioctl_giwtxpow() local
1637 local_info_t *local; prism2_request_hostscan() local
1666 local_info_t *local; prism2_request_scan() local
1726 local_info_t *local; prism2_ioctl_siwscan() local
1774 static char * __prism2_translate_scan(local_info_t *local, __prism2_translate_scan() argument
1952 static inline int prism2_translate_scan(local_info_t *local, prism2_translate_scan() argument
2074 local_info_t *local; prism2_ioctl_giwscan() local
2303 local_info_t *local; prism2_ioctl_priv_inquire() local
2320 local_info_t *local; prism2_ioctl_priv_prism2_param() local
2671 local_info_t *local; prism2_ioctl_priv_get_prism2_param() local
2858 local_info_t *local; prism2_ioctl_priv_readmif() local
2879 local_info_t *local; prism2_ioctl_priv_writemif() local
2897 local_info_t *local; prism2_ioctl_priv_monitor() local
2943 local_info_t *local; prism2_ioctl_priv_reset() local
3003 static int ap_mac_cmd_ioctl(local_info_t *local, int *cmd) ap_mac_cmd_ioctl() argument
3035 static int prism2_ioctl_priv_download(local_info_t *local, struct iw_point *p) prism2_ioctl_priv_download() argument
3072 local_info_t *local = iface->local; prism2_set_genericelement() local
3100 local_info_t *local = iface->local; prism2_ioctl_siwauth() local
3166 local_info_t *local = iface->local; prism2_ioctl_giwauth() local
3205 local_info_t *local = iface->local; prism2_ioctl_siwencodeext() local
3379 local_info_t *local = iface->local; prism2_ioctl_giwencodeext() local
3443 static int prism2_ioctl_set_encryption(local_info_t *local, prism2_ioctl_set_encryption() argument
3578 static int prism2_ioctl_get_encryption(local_info_t *local, prism2_ioctl_get_encryption() argument
3635 static int prism2_ioctl_get_rid(local_info_t *local, prism2_ioctl_get_rid() argument
3656 static int prism2_ioctl_set_rid(local_info_t *local, prism2_ioctl_set_rid() argument
3671 static int prism2_ioctl_set_assoc_ap_addr(local_info_t *local, prism2_ioctl_set_assoc_ap_addr() argument
3695 local_info_t *local = iface->local; prism2_ioctl_giwgenie() local
3713 static int prism2_ioctl_set_generic_element(local_info_t *local, prism2_ioctl_set_generic_element() argument
3734 local_info_t *local = iface->local; prism2_ioctl_siwmlme() local
3755 static int prism2_ioctl_mlme(local_info_t *local, prism2_ioctl_mlme() argument
3776 static int prism2_ioctl_scan_req(local_info_t *local, prism2_ioctl_scan_req() argument
3796 static int prism2_ioctl_priv_hostapd(local_info_t *local, struct iw_point *p) prism2_ioctl_priv_hostapd() argument
3865 local_info_t *local; prism2_get_drvinfo() local
3968 local_info_t *local; hostap_ioctl() local
/linux-4.4.14/include/uapi/linux/
H A Datmsvc.h33 struct sockaddr_atmsvc local; /* local SVC address */ member in struct:atmsvc_msg
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c430 bool local; kvmppc_rm_h_ipi() local
H A Dbook3s_xics.c612 bool local; kvmppc_h_ipi() local
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dhtab.c165 ps3_hpte_invalidate(unsigned long slot, unsigned long vpn, int psize, int apsize, int ssize, int local) ps3_hpte_invalidate() argument
/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss_ipipe.c442 ipipe_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) ipipe_link_setup() argument
H A Diss_ipipeif.c658 ipipeif_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) ipipeif_link_setup() argument
H A Diss_resizer.c712 resizer_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) resizer_link_setup() argument
H A Diss_csi2.c1166 csi2_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) csi2_link_setup() argument
/linux-4.4.14/drivers/scsi/isci/
H A Dport.h141 struct sci_port_end_point_properties local; member in struct:sci_port_properties
/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c72 struct media_entity *local = entity->entity; xvip_graph_build_one() local
H A Dxilinx-dma.c47 xvip_dma_remote_subdev(struct media_pad *local, u32 *pad) xvip_dma_remote_subdev() argument
/linux-4.4.14/net/tipc/
H A Dudp_media.c353 struct udp_media_addr local = {0}; tipc_udp_enable() local
283 parse_options(struct nlattr *attrs[], struct udp_bearer *ub, struct udp_media_addr *local, struct udp_media_addr *remote) parse_options() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr.c210 int error, err2, committed, local; xfs_attr_set() local
164 xfs_attr_calc_size( struct xfs_da_args *args, int *local) xfs_attr_calc_size() argument
H A Dxfs_attr_leaf.c2517 xfs_attr_leaf_newentsize( struct xfs_da_args *args, int *local) xfs_attr_leaf_newentsize() argument
/linux-4.4.14/include/asm-generic/
H A Dtlb.h107 struct mmu_gather_batch local; member in struct:mmu_gather
/linux-4.4.14/include/linux/
H A Dmroute.h61 __be32 local,remote; /* Addresses(remote for tunnels)*/ member in struct:vif_device
H A Dvlynq.h72 struct vlynq_regs *local; member in struct:vlynq_device
H A Datmdev.h113 struct sockaddr_atmsvc local; member in struct:atm_vcc
154 struct list_head local; /* local ATM addresses */ member in struct:atm_dev
/linux-4.4.14/arch/ia64/hp/sim/
H A Dsimeth.c182 struct simeth_local *local; simeth_probe1() local
272 struct simeth_local *local; simeth_device_event() local
370 struct simeth_local *local = netdev_priv(dev); simeth_tx() local
428 struct simeth_local *local; simeth_rx() local
497 struct simeth_local *local = netdev_priv(dev); simeth_get_stats() local
/linux-4.4.14/arch/ia64/include/asm/
H A Dtlb.h65 struct page *local[IA64_GATHER_BUNDLE]; member in struct:mmu_gather
/linux-4.4.14/arch/arm/include/asm/
H A Dtlb.h79 struct page *local[MMU_GATHER_BUNDLE]; member in struct:mmu_gather
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_pvt.c348 int local; sst_assign_pvt_id() local
/linux-4.4.14/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c203 int len, local, global, i; trigger_tests() local
289 static void launch_instruction_breakpoints(char *buf, int local, int global) launch_instruction_breakpoints() argument
330 int len, local, global, i; launch_tests() local
51 toggle_breakpoint(int n, int type, int len, int local, int global, int set) toggle_breakpoint() argument
304 launch_watchpoints(char *buf, int mode, int len, int local, int global) launch_watchpoints() argument
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-isp.c103 fimc_is_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) fimc_is_link_setup() argument
H A Dfimc-capture.c1387 fimc_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) fimc_link_setup() argument
H A Dfimc-lite.c982 fimc_lite_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) fimc_lite_link_setup() argument
/linux-4.4.14/drivers/net/ipvlan/
H A Dipvlan_core.c257 ipvlan_rcv_frame(struct ipvl_addr *addr, struct sk_buff **pskb, bool local) ipvlan_rcv_frame() argument
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dvfdi.h248 struct vfdi_endpoint local; member in struct:vfdi_status
/linux-4.4.14/net/decnet/
H A Ddn_fib.c689 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force) dn_fib_sync_down() argument
/linux-4.4.14/kernel/time/
H A Dtick-broadcast.c263 bool local = false; tick_do_broadcast() local
/linux-4.4.14/include/net/
H A Dcipso_ipv4.h100 u32 *local; member in struct:cipso_v4_std_map_tbl::__anon13393
106 u32 *local; member in struct:cipso_v4_std_map_tbl::__anon13394
H A Dbonding.h514 static inline __be32 bond_confirm_addr(struct net_device *dev, __be32 dst, __be32 local) bond_confirm_addr() argument
/linux-4.4.14/arch/mips/pci/
H A Dpci-ar71xx.c72 static inline u32 ar71xx_pci_get_ble(int where, int size, int local) ar71xx_pci_get_ble() argument
/linux-4.4.14/Documentation/accounting/
H A Dgetdelays.c91 struct sockaddr_nl local; create_nl_socket() local
/linux-4.4.14/net/nfc/
H A Dllcp_commands.c200 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, nfc_llcp_parse_gb_tlv() argument
344 struct nfc_llcp_local *local; nfc_llcp_send_disconnect() local
368 struct nfc_llcp_local *local; nfc_llcp_send_symm() local
398 struct nfc_llcp_local *local; nfc_llcp_send_connect() local
464 struct nfc_llcp_local *local; nfc_llcp_send_cc() local
512 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, nfc_llcp_allocate_snl() argument
541 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, nfc_llcp_send_snl_sdres() argument
565 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, nfc_llcp_send_snl_sdreq() argument
600 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) nfc_llcp_send_dm() argument
638 struct nfc_llcp_local *local; nfc_llcp_send_i_frame() local
720 struct nfc_llcp_local *local; nfc_llcp_send_ui_frame() local
780 struct nfc_llcp_local *local; nfc_llcp_send_rr() local
H A Dllcp_sock.c74 struct nfc_llcp_local *local; llcp_sock_bind() local
148 struct nfc_llcp_local *local; llcp_raw_sock_bind() local
300 struct nfc_llcp_local *local; nfc_llcp_getsockopt() local
585 struct nfc_llcp_local *local; llcp_sock_release() local
653 struct nfc_llcp_local *local; llcp_sock_connect() local
H A Dllcp.h118 struct nfc_llcp_local *local; member in struct:nfc_llcp_sock
H A Dllcp_core.c57 struct nfc_llcp_local *local = sock->local; nfc_llcp_socket_purge() local
78 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, nfc_llcp_socket_release() argument
158 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) nfc_llcp_local_get() argument
165 static void local_cleanup(struct nfc_llcp_local *local) local_cleanup() argument
181 struct nfc_llcp_local *local; local_release() local
190 int nfc_llcp_local_put(struct nfc_llcp_local *local) nfc_llcp_local_put() argument
198 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, nfc_llcp_sock_get() argument
239 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, nfc_llcp_timeout_work() local
247 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; nfc_llcp_symm_timer() local
260 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, nfc_llcp_sdreq_timeout_work() local
290 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; nfc_llcp_sdreq_timer() local
297 struct nfc_llcp_local *local; nfc_llcp_find_local() local
339 struct nfc_llcp_sock *nfc_llcp_sock_from_sn(struct nfc_llcp_local *local, nfc_llcp_sock_from_sn() argument
387 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, nfc_llcp_get_sdp_ssap() argument
441 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) nfc_llcp_get_local_ssap() argument
460 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) nfc_llcp_put_ssap() argument
511 static u8 nfc_llcp_reserve_sdp_ssap(struct nfc_llcp_local *local) nfc_llcp_reserve_sdp_ssap() argument
533 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) nfc_llcp_build_gb() argument
596 struct nfc_llcp_local *local; nfc_llcp_general_bytes() local
613 struct nfc_llcp_local *local; nfc_llcp_set_remote_gb() local
670 void nfc_llcp_send_to_raw_sock(struct nfc_llcp_local *local, nfc_llcp_send_to_raw_sock() argument
712 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, nfc_llcp_tx_work() local
775 static struct nfc_llcp_sock *nfc_llcp_connecting_sock_get(struct nfc_llcp_local *local, nfc_llcp_connecting_sock_get() argument
800 static struct nfc_llcp_sock *nfc_llcp_sock_get_sn(struct nfc_llcp_local *local, nfc_llcp_sock_get_sn() argument
838 static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, nfc_llcp_recv_ui() argument
874 static void nfc_llcp_recv_connect(struct nfc_llcp_local *local, nfc_llcp_recv_connect() argument
999 struct nfc_llcp_local *local = sock->local; nfc_llcp_queue_i_frames() local
1024 static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, nfc_llcp_recv_hdlc() argument
1111 static void nfc_llcp_recv_disc(struct nfc_llcp_local *local, nfc_llcp_recv_disc() argument
1155 static void nfc_llcp_recv_cc(struct nfc_llcp_local *local, struct sk_buff *skb) nfc_llcp_recv_cc() argument
1188 static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, struct sk_buff *skb) nfc_llcp_recv_dm() argument
1225 static void nfc_llcp_recv_snl(struct nfc_llcp_local *local, nfc_llcp_recv_snl() argument
1360 static void nfc_llcp_recv_agf(struct nfc_llcp_local *local, struct sk_buff *skb) nfc_llcp_recv_agf() argument
1404 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb) nfc_llcp_rx_skb() argument
1469 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, nfc_llcp_rx_work() local
1490 static void __nfc_llcp_recv(struct nfc_llcp_local *local, struct sk_buff *skb) __nfc_llcp_recv() argument
1499 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; nfc_llcp_recv() local
1512 struct nfc_llcp_local *local; nfc_llcp_data_received() local
1527 struct nfc_llcp_local *local; nfc_llcp_mac_is_down() local
1543 struct nfc_llcp_local *local; nfc_llcp_mac_is_up() local
1567 struct nfc_llcp_local *local; nfc_llcp_register_device() local
1617 struct nfc_llcp_local *local = nfc_llcp_find_local(dev); nfc_llcp_unregister_device() local
H A Dnetlink.c980 struct nfc_llcp_local *local; nfc_genl_llc_get_params() local
1028 struct nfc_llcp_local *local; nfc_genl_llc_set_params() local
1095 struct nfc_llcp_local *local; nfc_genl_llc_sdreq() local
951 nfc_genl_send_params(struct sk_buff *msg, struct nfc_llcp_local *local, u32 portid, u32 seq) nfc_genl_send_params() argument
/linux-4.4.14/sound/isa/gus/
H A Dgus_main.c237 int l, idx, local; snd_gus_detect_memory() local
H A Dinterwave.c332 unsigned int local; snd_interwave_bank_sizes() local
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvisorchannel.c239 visorchannel_read(struct visorchannel *channel, ulong offset, void *local, ulong nbytes) visorchannel_read() argument
252 visorchannel_write(struct visorchannel *channel, ulong offset, void *local, ulong nbytes) visorchannel_write() argument
H A Dvisorchipset.c359 parser_init_byte_stream(u64 addr, u32 bytes, bool local, bool *retry) parser_init_byte_stream() argument
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Drpc.c356 srpc_post_passive_rdma(int portal, int local, __u64 matchbits, void *buf, srpc_post_passive_rdma() argument
457 srpc_post_passive_rqtbuf(int service, int local, void *buf, int len, srpc_post_passive_rqtbuf() argument
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipeif.c882 ipipeif_link_setup(struct media_entity *entity, const struct media_pad *local, ipipeif_link_setup() argument
H A Ddm365_resizer.c1647 resizer_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) resizer_link_setup() argument
H A Ddm365_ipipe.c1706 ipipe_link_setup(struct media_entity *entity, const struct media_pad *local, ipipe_link_setup() argument
H A Ddm365_isif.c1705 isif_link_setup(struct media_entity *entity, const struct media_pad *local, isif_link_setup() argument
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispccp2.c953 ccp2_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) ccp2_link_setup() argument
H A Dispcsi2.c1140 csi2_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) csi2_link_setup() argument
H A Dispresizer.c1620 resizer_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) resizer_link_setup() argument
H A Dispccdc.c2509 ccdc_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) ccdc_link_setup() argument
H A Disppreview.c2141 preview_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) preview_link_setup() argument
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-dev.c249 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, v4l2_prio_change() argument
265 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local) v4l2_prio_open() argument
271 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local) v4l2_prio_close() argument
290 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local) v4l2_prio_check() argument
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c609 rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, struct ieee80211_sta *sta, bool local) rt2x00queue_write_tx_frame() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c416 cxgb4_getpgtccfg(struct net_device *dev, int tc, u8 *prio_type, u8 *pgid, u8 *bw_per, u8 *up_tc_map, int local) cxgb4_getpgtccfg() argument
542 cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per, int local) cxgb4_getpgbwgcfg() argument
918 cxgb4_ieee_read_ets(struct net_device *dev, struct ieee_ets *ets, int local) cxgb4_ieee_read_ets() argument
/linux-4.4.14/net/sctp/
H A Dinput.c847 __sctp_lookup_association( struct net *net, const union sctp_addr *local, const union sctp_addr *peer, struct sctp_transport **pt) __sctp_lookup_association() argument
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dlpar.c519 static void pSeries_lpar_flush_hash_range(unsigned long number, int local) pSeries_lpar_flush_hash_range() argument
380 pSeries_lpar_hpte_invalidate(unsigned long slot, unsigned long vpn, int psize, int apsize, int ssize, int local) pSeries_lpar_hpte_invalidate() argument
448 pSeries_lpar_hugepage_invalidate(unsigned long vsid, unsigned long addr, unsigned char *hpte_slot_array, int psize, int ssize, int local) pSeries_lpar_hugepage_invalidate() argument
/linux-4.4.14/net/ipv4/
H A Dip_tunnel.c284 __be32 local = parms->iph.saddr; ip_tunnel_find() local
151 ip_tunnel_lookup(struct ip_tunnel_net *itn, int link, __be16 flags, __be32 remote, __be32 local, __be32 key) ip_tunnel_lookup() argument
H A Dfib_semantics.c1334 int fib_sync_down_addr(struct net *net, __be32 local) fib_sync_down_addr() argument
H A Ddevinet.c159 struct fib_table *local; __ip_dev_find() local
1245 confirm_addr_indev(struct in_device *in_dev, __be32 dst, __be32 local, int scope) confirm_addr_indev() argument
1290 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, __be32 local, int scope) inet_confirm_addr() argument
H A Dipmr.c1956 int local = skb_rtable(skb)->rt_flags & RTCF_LOCAL; ip_mr_input() local
1806 ip_mr_forward(struct net *net, struct mr_table *mrt, struct sk_buff *skb, struct mfc_cache *cache, int local) ip_mr_forward() argument
/linux-4.4.14/net/ipv6/
H A Dip6_vti.c143 const struct in6_addr *local = &p->laddr; vti6_tnl_bucket() local
260 const struct in6_addr *local = &p->laddr; vti6_locate() local
92 vti6_tnl_lookup(struct net *net, const struct in6_addr *remote, const struct in6_addr *local) vti6_tnl_lookup() argument
H A Dip6_gre.c240 const struct in6_addr *local = &p->laddr; __ip6gre_bucket() local
288 const struct in6_addr *local = &parms->laddr; ip6gre_tunnel_find() local
114 ip6gre_tunnel_lookup(struct net_device *dev, const struct in6_addr *remote, const struct in6_addr *local, __be32 key, __be16 gre_proto) ip6gre_tunnel_lookup() argument
H A Dsit.c130 __be32 local = parms->iph.saddr; __ipip6_bucket() local
225 __be32 local = parms->iph.saddr; ipip6_tunnel_locate() local
93 ipip6_tunnel_lookup(struct net *net, struct net_device *dev, __be32 remote, __be32 local) ipip6_tunnel_lookup() argument
H A Dip6_tunnel.c231 ip6_tnl_lookup(struct net *net, const struct in6_addr *remote, const struct in6_addr *local) ip6_tnl_lookup() argument
282 const struct in6_addr *local = &p->laddr; ip6_tnl_bucket() local
425 const struct in6_addr *local = &p->laddr; ip6_tnl_locate() local
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_xmit.c268 int local, noref = 1; __ip_vs_get_out_rt() local
416 int local, noref = 1; __ip_vs_get_out_rt_v6() local
697 int local, rc, was_input; ip_vs_nat_xmit() local
788 int local, rc; ip_vs_nat_xmit_v6() local
989 int ret, local; ip_vs_tunnel_xmit() local
1083 int ret, local; ip_vs_tunnel_xmit_v6() local
1171 int local; ip_vs_dr_xmit() local
1210 int local; ip_vs_dr_xmit_v6() local
1257 int local; ip_vs_icmp_xmit() local
1350 int local; ip_vs_icmp_xmit_v6() local
556 ip_vs_nat_send_or_cont(int pf, struct sk_buff *skb, struct ip_vs_conn *cp, int local) ip_vs_nat_send_or_cont() argument
587 ip_vs_send_or_cont(int pf, struct sk_buff *skb, struct ip_vs_conn *cp, int local) ip_vs_send_or_cont() argument
/linux-4.4.14/drivers/rapidio/
H A Drio.c454 int rio_map_inb_region(struct rio_mport *mport, dma_addr_t local, rio_map_inb_region() argument
494 rio_mport_get_physefb(struct rio_mport *port, int local, rio_mport_get_physefb() argument
1029 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, rio_mport_get_efb() argument
1080 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, rio_mport_get_feature() argument
605 rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, u8 hopcount, u8 port_num) rio_enable_rx_tx_port() argument
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h283 u16 local, remote; member in struct:fm10k_mbx_info
/linux-4.4.14/net/dccp/
H A Dfeat.c356 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, dccp_feat_activate() argument
454 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) dccp_feat_entry_new() argument
484 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_push_change() argument
512 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_push_confirm() argument
533 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) dccp_push_empty_confirm() argument
1101 const bool local = (opt == DCCPO_CHANGE_R); dccp_feat_change_recv() local
1212 const bool local = (opt == DCCPO_CONFIRM_R); dccp_feat_confirm_recv() local
1309 const bool local = (opt == DCCPO_CONFIRM_R); dccp_feat_handle_nn_established() local
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmdomain.c1118 char *local = NULL; dlm_query_region_handler() local
1174 struct o2nm_node *local; dlm_match_nodes() local
974 dlm_match_regions(struct dlm_ctxt *dlm, struct dlm_query_region *qr, char *local, int locallen) dlm_match_regions() argument
H A Ddlmrecovery.c2186 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) dlm_lvb_needs_invalidation() argument
2202 int blank_lvb = 0, local = 0; dlm_revalidate_lvb() local
/linux-4.4.14/sound/oss/
H A Dpss.c847 static int pss_coproc_ioctl(void *dev_info, unsigned int cmd, void __user *arg, int local) pss_coproc_ioctl() argument
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_net.c1679 __be32 local; isdn_net_ciscohdlck_slarp_in() local
H A Disdn_tty.c684 isdn_tty_modem_hup(modem_info *info, int local) isdn_tty_modem_hup() argument
/linux-4.4.14/drivers/infiniband/core/
H A Dmad.c748 struct ib_mad_local_private *local; handle_outgoing_dr_smp() local
2682 struct ib_mad_local_private *local; local_completions() local
/linux-4.4.14/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c478 struct local_info *local; xirc2ps_probe() local
539 struct local_info *local = netdev_priv(dev); set_card_type() local
693 struct local_info *local = netdev_priv(dev); xirc2ps_config() local
934 struct local_info *local = netdev_priv(dev); xirc2ps_release() local
1197 struct local_info *local = xirc2ps_tx_timeout_task() local
1365 struct local_info *local = netdev_priv(dev); do_config() local
1424 struct local_info *local = netdev_priv(dev); do_ioctl() local
1456 struct local_info *local = netdev_priv(dev); hardreset() local
1473 struct local_info *local = netdev_priv(dev); do_reset() local
1634 struct local_info *local = netdev_priv(dev); init_mii() local
/linux-4.4.14/drivers/net/
H A Dmacvlan.c198 macvlan_broadcast_one(struct sk_buff *skb, const struct macvlan_dev *vlan, const struct ethhdr *eth, bool local) macvlan_broadcast_one() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1029 __le32 local; netxen_get_flash_block() local
/linux-4.4.14/drivers/net/ethernet/alteon/
H A Dacenic.c2953 u32 local; eeprom_start() local
2983 u32 local; eeprom_prep() local
3020 u32 local; eeprom_check_ack() local
3047 u32 local; eeprom_stop() local
3085 u32 local; read_eeprom_byte() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Db44.c383 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) b44_set_flow_ctrl() argument
H A Dcnic_if.h253 } local; member in struct:cnic_sockaddr
/linux-4.4.14/drivers/char/agp/
H A Dintel-gtt.c347 int local = 0; intel_gtt_stolen_size() local
/linux-4.4.14/fs/nfs/
H A Dpnfs.c63 struct pnfs_layoutdriver_type *local; find_pnfs_driver_locked() local
77 struct pnfs_layoutdriver_type *local; find_pnfs_driver() local
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport.c199 vmci_transport_packet_get_addresses(struct vmci_transport_packet *pkt, struct sockaddr_vm *local, struct sockaddr_vm *remote) vmci_transport_packet_get_addresses() argument
/linux-4.4.14/fs/dlm/
H A Dconfig.c227 int local; member in struct:dlm_comm
/linux-4.4.14/fs/ocfs2/
H A Djournal.c1067 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) ocfs2_journal_load() argument
H A Dsuper.c2430 int local; ocfs2_check_volume() local
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.c709 qlt_create_sess( struct scsi_qla_host *vha, fc_port_t *fcport, bool local) qlt_create_sess() argument
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1112 obd_preprw(const struct lu_env *env, int cmd, struct obd_export *exp, struct obdo *oa, int objcount, struct obd_ioobj *obj, struct niobuf_remote *remote, int *pages, struct niobuf_local *local, struct obd_trans_info *oti) obd_preprw() argument
1129 obd_commitrw(const struct lu_env *env, int cmd, struct obd_export *exp, struct obdo *oa, int objcount, struct obd_ioobj *obj, struct niobuf_remote *rnb, int pages, struct niobuf_local *local, struct obd_trans_info *oti, int rc) obd_commitrw() argument

Completed in 5981 milliseconds

12