/linux-4.4.14/net/mac80211/ |
D | driver-ops.h | 25 static inline void drv_tx(struct ieee80211_local *local, in drv_tx() 35 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local 47 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local 58 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local 73 static inline int drv_suspend(struct ieee80211_local *local, in drv_suspend() 86 static inline int drv_resume(struct ieee80211_local *local) in drv_resume() 98 static inline void drv_set_wakeup(struct ieee80211_local *local, in drv_set_wakeup() 122 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config() 134 static inline void drv_bss_info_changed(struct ieee80211_local *local, in drv_bss_info_changed() 162 static inline u64 drv_prepare_multicast(struct ieee80211_local *local, in drv_prepare_multicast() [all …]
|
D | led.c | 15 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() 25 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio() 35 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() 47 void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names() 57 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_activate() local 66 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_deactivate() local 75 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_activate() local 84 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_deactivate() local 93 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_activate() local 102 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_deactivate() local [all …]
|
D | led.h | 16 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx() 27 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx() 50 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc() 54 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio() 58 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() 61 static inline void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names() 64 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init() 67 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit() 70 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig() 78 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_tx() [all …]
|
D | chan.c | 12 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned() 26 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved() 40 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() 47 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx() 60 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local) in ieee80211_can_create_new_chanctx() 81 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_reserved_chandef() 104 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_non_reserved_chandef() 130 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, in ieee80211_chanctx_combined_chandef() 148 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, in ieee80211_chanctx_can_reserve_chandef() 165 ieee80211_find_reservation_chanctx(struct ieee80211_local *local, in ieee80211_find_reservation_chanctx() [all …]
|
D | offchannel.c | 29 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local 66 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local 105 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) in ieee80211_offchannel_stop_vifs() 153 void ieee80211_offchannel_return(struct ieee80211_local *local) in ieee80211_offchannel_return() 212 struct ieee80211_local *local = in ieee80211_hw_roc_start() local 247 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel() local 257 void ieee80211_start_next_roc(struct ieee80211_local *local) in ieee80211_start_next_roc() 337 struct ieee80211_local *local = sdata->local; in ieee80211_sw_roc_work() local 423 struct ieee80211_local *local = in ieee80211_hw_roc_done() local 451 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_remain_on_channel_expired() local [all …]
|
D | driver-ops.c | 13 int drv_start(struct ieee80211_local *local) in drv_start() 35 void drv_stop(struct ieee80211_local *local) in drv_stop() 55 int drv_add_interface(struct ieee80211_local *local, in drv_add_interface() 78 int drv_change_interface(struct ieee80211_local *local, in drv_change_interface() 95 void drv_remove_interface(struct ieee80211_local *local, in drv_remove_interface() 110 int drv_sta_state(struct ieee80211_local *local, in drv_sta_state() 141 void drv_sta_rc_update(struct ieee80211_local *local, in drv_sta_rc_update() 161 int drv_conf_tx(struct ieee80211_local *local, in drv_conf_tx() 186 u64 drv_get_tsf(struct ieee80211_local *local, in drv_get_tsf() 203 void drv_set_tsf(struct ieee80211_local *local, in drv_set_tsf() [all …]
|
D | scan.c | 32 void ieee80211_rx_bss_put(struct ieee80211_local *local, in ieee80211_rx_bss_put() 59 ieee80211_bss_info_update(struct ieee80211_local *local, in ieee80211_bss_info_update() 168 void ieee80211_scan_rx(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_scan_rx() 251 static bool ieee80211_prep_hw_scan(struct ieee80211_local *local) in ieee80211_prep_hw_scan() 312 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_scan_completed() local 393 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_scan_completed() local 404 static int ieee80211_start_sw_scan(struct ieee80211_local *local, in ieee80211_start_sw_scan() 446 static bool ieee80211_can_scan(struct ieee80211_local *local, in ieee80211_can_scan() 462 void ieee80211_run_deferred_scan(struct ieee80211_local *local) in ieee80211_run_deferred_scan() 479 static void ieee80211_scan_state_send_probe(struct ieee80211_local *local, in ieee80211_scan_state_send_probe() [all …]
|
D | main.c | 36 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter() 85 struct ieee80211_local *local = in ieee80211_reconfig_filter() local 91 static u32 ieee80211_hw_conf_chan(struct ieee80211_local *local) in ieee80211_hw_conf_chan() 161 int ieee80211_hw_config(struct ieee80211_local *local, u32 changed) in ieee80211_hw_config() 198 struct ieee80211_local *local = sdata->local; in ieee80211_bss_info_change_notify() local 218 struct ieee80211_local *local = (struct ieee80211_local *) data; in ieee80211_tasklet_handler() local 245 struct ieee80211_local *local = in ieee80211_restart_work() local 265 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_restart_hw() local 293 struct ieee80211_local *local = in ieee80211_ifa_changed() local 354 struct ieee80211_local *local = in ieee80211_ifa6_changed() local [all …]
|
D | sta_info.c | 78 static int sta_info_hash_del(struct ieee80211_local *local, in sta_info_hash_del() 90 struct ieee80211_local *local = sdata->local; in __cleanup_single_sta() local 151 struct ieee80211_local *local = sdata->local; in cleanup_single_sta() local 161 struct ieee80211_local *local = sdata->local; in sta_info_get() local 189 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local 214 struct ieee80211_local *local = sdata->local; in sta_info_get_by_idx() local 242 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta) in sta_info_free() 259 static int sta_info_hash_add(struct ieee80211_local *local, in sta_info_hash_add() 285 static int sta_prepare_rate_control(struct ieee80211_local *local, in sta_prepare_rate_control() 303 struct ieee80211_local *local = sdata->local; in sta_info_alloc() local [all …]
|
D | util.c | 43 struct ieee80211_local *local; in wiphy_to_ieee80211_hw() local 161 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rts_duration() local 205 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ctstoself_duration() local 242 void ieee80211_propagate_queue_wake(struct ieee80211_local *local, int queue) in ieee80211_propagate_queue_wake() 281 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_wake_queue() local 315 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queue_by_reason() local 335 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_stop_queue() local 375 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_stop_queue_by_reason() local 391 void ieee80211_add_pending_skb(struct ieee80211_local *local, in ieee80211_add_pending_skb() 413 void ieee80211_add_pending_skbs(struct ieee80211_local *local, in ieee80211_add_pending_skbs() [all …]
|
D | iface.c | 84 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off() 93 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on() 104 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle() 139 u32 ieee80211_idle_off(struct ieee80211_local *local) in ieee80211_idle_off() 144 void ieee80211_recalc_idle(struct ieee80211_local *local) in ieee80211_recalc_idle() 163 struct ieee80211_local *local = sdata->local; in ieee80211_verify_mac() local 254 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local 359 struct ieee80211_local *local = sdata->local; in ieee80211_adjust_monitor_flags() local 378 struct ieee80211_local *local = sdata->local; in ieee80211_set_default_queues() local 392 int ieee80211_add_virtual_monitor(struct ieee80211_local *local) in ieee80211_add_virtual_monitor() [all …]
|
D | agg-tx.c | 67 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_request() local 117 struct ieee80211_local *local = sdata->local; in ieee80211_send_bar() local 237 struct ieee80211_local *local = sdata->local; in __acquires() local 296 struct ieee80211_local *local = sta->local; in ___ieee80211_stop_tx_ba_session() local 446 struct ieee80211_local *local = sta->local; in ieee80211_tx_ba_session_handle_start() local 551 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_session() local 683 static void ieee80211_agg_tx_operational(struct ieee80211_local *local, in ieee80211_agg_tx_operational() 723 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb() local 766 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb_irqsafe() local 801 struct ieee80211_local *local = sdata->local; in ieee80211_stop_tx_ba_session() local [all …]
|
D | cfg.c | 31 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_iface() local 75 struct ieee80211_local *local = sdata->local; in ieee80211_change_iface() local 150 struct ieee80211_local *local = sdata->local; in ieee80211_add_key() local 262 struct ieee80211_local *local = sdata->local; in ieee80211_del_key() local 475 struct ieee80211_local *local = sdata->local; in ieee80211_dump_station() local 496 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); in ieee80211_dump_survey() local 505 struct ieee80211_local *local = sdata->local; in ieee80211_get_station() local 525 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_set_monitor_channel() local 671 struct ieee80211_local *local = sdata->local; in ieee80211_start_ap() local 809 struct ieee80211_local *local = sdata->local; in ieee80211_stop_ap() local [all …]
|
D | status.c | 27 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_irqsafe() local 46 static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, in ieee80211_handle_filtered_frame() 182 struct ieee80211_local *local = sta->local; in ieee80211_frame_acked() local 273 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_tx_radiotap_header() 397 static void ieee80211_tdls_td_tx_handle(struct ieee80211_local *local, in ieee80211_tdls_td_tx_handle() 433 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb() 452 static void ieee80211_report_ack_skb(struct ieee80211_local *local, in ieee80211_report_ack_skb() 500 static void ieee80211_report_used_skb(struct ieee80211_local *local, in ieee80211_report_used_skb() 622 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_noskb() local 674 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor() [all …]
|
D | wep.c | 28 int ieee80211_wep_init(struct ieee80211_local *local) in ieee80211_wep_init() 49 void ieee80211_wep_free(struct ieee80211_local *local) in ieee80211_wep_free() 73 static void ieee80211_wep_get_iv(struct ieee80211_local *local, in ieee80211_wep_get_iv() 90 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, in ieee80211_wep_add_iv() 118 static void ieee80211_wep_remove_iv(struct ieee80211_local *local, in ieee80211_wep_remove_iv() 161 int ieee80211_wep_encrypt(struct ieee80211_local *local, in ieee80211_wep_encrypt() 225 static int ieee80211_wep_decrypt(struct ieee80211_local *local, in ieee80211_wep_decrypt()
|
D | tx.c | 56 struct ieee80211_local *local = tx->local; in ieee80211_duration() local 210 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_dynamic_ps() local 348 static void purge_old_ps_buffers(struct ieee80211_local *local) in purge_old_ps_buffers() 481 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_unicast_ps_buf() local 855 struct ieee80211_local *local = tx->local; in ieee80211_fragment() local 1147 struct ieee80211_local *local = sdata->local; in ieee80211_tx_prepare() local 1231 static void ieee80211_drv_tx(struct ieee80211_local *local, in ieee80211_drv_tx() 1281 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_dequeue() local 1321 static bool ieee80211_tx_frags(struct ieee80211_local *local, in ieee80211_tx_frags() 1395 static bool __ieee80211_tx(struct ieee80211_local *local, in __ieee80211_tx() [all …]
|
D | mlme.c | 342 struct ieee80211_local *local = sdata->local; in ieee80211_config_bw() local 543 struct ieee80211_local *local = sdata->local; in ieee80211_add_vht_ie() local 623 struct ieee80211_local *local = sdata->local; in ieee80211_send_assoc() local 919 void ieee80211_send_pspoll(struct ieee80211_local *local, in ieee80211_send_pspoll() 936 void ieee80211_send_nullfunc(struct ieee80211_local *local, in ieee80211_send_nullfunc() 964 static void ieee80211_send_4addr_nullfunc(struct ieee80211_local *local, in ieee80211_send_4addr_nullfunc() 999 struct ieee80211_local *local = sdata->local; in ieee80211_chswitch_work() local 1070 struct ieee80211_local *local = sdata->local; in ieee80211_chswitch_post_beacon() local 1130 struct ieee80211_local *local = sdata->local; in ieee80211_sta_process_chanswitch() local 1409 static void ieee80211_enable_ps(struct ieee80211_local *local, in ieee80211_enable_ps() [all …]
|
D | agg-rx.c | 62 struct ieee80211_local *local = sta->local; in ___ieee80211_stop_rx_ba_session() local 189 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_resp() local 238 struct ieee80211_local *local = sta->sdata->local; in __ieee80211_start_rx_ba_session() local 364 void ieee80211_process_addba_request(struct ieee80211_local *local, in ieee80211_process_addba_request() 392 struct ieee80211_local *local = sdata->local; in ieee80211_start_rx_ba_session_offl() local 413 struct ieee80211_local *local = sdata->local; in ieee80211_stop_rx_ba_session_offl() local
|
D | ocb.c | 46 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_rx_no_sta() local 158 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_housekeeping_timer() local 180 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_join() local 213 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_leave() local
|
D | debugfs.c | 77 struct ieee80211_local *local = file->private_data; in reset_write() local 137 struct ieee80211_local *local = file->private_data; in hwflags_read() local 166 struct ieee80211_local *local = file->private_data; in queues_read() local 186 static ssize_t format_devstat_counter(struct ieee80211_local *local, in format_devstat_counter() 238 void debugfs_hw_add(struct ieee80211_local *local) in debugfs_hw_add()
|
D | ibss.c | 48 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_build_presp() local 226 struct ieee80211_local *local = sdata->local; in __ieee80211_sta_join_ibss() local 609 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_add_sta() local 663 struct ieee80211_local *local = sdata->local; in ieee80211_sta_active_ibss() local 689 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_disconnect() local 994 struct ieee80211_local *local = sdata->local; in ieee80211_update_sta_info() local 1108 struct ieee80211_local *local = sdata->local; in ieee80211_rx_bss_info() local 1203 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_rx_no_sta() local 1255 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_sta_expire() local 1425 struct ieee80211_local *local = sdata->local; in ieee80211_sta_find_ibss() local [all …]
|
D | pm.c | 9 static void ieee80211_sched_scan_cancel(struct ieee80211_local *local) in ieee80211_sched_scan_cancel() 18 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_suspend() local
|
D | ethtool.c | 19 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy); in ieee80211_set_ringparam() local 30 struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy); in ieee80211_get_ringparam() local 72 struct ieee80211_local *local = sdata->local; in ieee80211_get_stats() local
|
D | rx.c | 96 static struct sk_buff *remove_monitor_info(struct ieee80211_local *local, in remove_monitor_info() 140 ieee80211_rx_radiotap_hdrlen(struct ieee80211_local *local, in ieee80211_rx_radiotap_hdrlen() 209 ieee80211_add_rx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_rx_radiotap_header() 475 ieee80211_rx_monitor(struct ieee80211_local *local, struct sk_buff *origskb, in ieee80211_rx_monitor() 1031 struct ieee80211_local *local = rx->local; in ieee80211_rx_reorder_ampdu() local 1190 struct ieee80211_local *local; in ieee80211_rx_h_check_more_data() local 1223 struct ieee80211_local *local = sdata->local; in sta_ps_start() local 2250 struct ieee80211_local *local = rx->local; in ieee80211_rx_h_mesh_fwding() local 2384 struct ieee80211_local *local = rx->local; in ieee80211_rx_h_data() local 2537 struct ieee80211_local *local = sdata->local; in ieee80211_process_sa_query_req() local [all …]
|
D | rate.h | 23 struct ieee80211_local *local; member 32 static inline void rate_control_tx_status(struct ieee80211_local *local, in rate_control_tx_status() 54 rate_control_tx_status_noskb(struct ieee80211_local *local, in rate_control_tx_status_noskb()
|
D | tdls.c | 25 struct ieee80211_local *local; in ieee80211_tdls_peer_del_work() local 43 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_add_ext_capab() local 359 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_add_setup_start_ies() local 541 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_add_setup_cfm_ies() local 865 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_build_mgmt_packet_data() local 1072 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_mgmt_setup() local 1145 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_mgmt_teardown() local 1247 struct ieee80211_local *local = sdata->local; in iee80211_tdls_recalc_chanctx() local 1318 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_oper() local 1536 struct ieee80211_local *local = sdata->local; in ieee80211_tdls_channel_switch() local [all …]
|
D | mesh.c | 45 struct ieee80211_local *local = sdata->local; in ieee80211_mesh_housekeeping_timer() local 415 struct ieee80211_local *local = sdata->local; in mesh_add_ht_cap_ie() local 439 struct ieee80211_local *local = sdata->local; in mesh_add_ht_oper_ie() local 478 struct ieee80211_local *local = sdata->local; in mesh_add_vht_cap_ie() local 502 struct ieee80211_local *local = sdata->local; in mesh_add_vht_oper_ie() local 847 struct ieee80211_local *local = sdata->local; in ieee80211_start_mesh() local 887 struct ieee80211_local *local = sdata->local; in ieee80211_stop_mesh() local 1019 struct ieee80211_local *local = sdata->local; in ieee80211_mesh_rx_probe_req() local 1079 struct ieee80211_local *local = sdata->local; in ieee80211_mesh_rx_bcn_presp() local 1187 struct ieee80211_local *local = sdata->local; in mesh_fwd_csa_frame() local
|
D | key.c | 56 static void assert_key_lock(struct ieee80211_local *local) in assert_key_lock() 613 struct ieee80211_local *local = sdata->local; in ieee80211_key_link() local 722 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_iter_keys() local 771 struct ieee80211_local *local = sdata->local; in ieee80211_free_keys() local 816 void ieee80211_free_sta_keys(struct ieee80211_local *local, in ieee80211_free_sta_keys() 1111 struct ieee80211_local *local = sdata->local; in ieee80211_gtk_rekey_add() local
|
D | wme.c | 123 struct ieee80211_local *local = sdata->local; in ieee80211_select_queue_80211() local 148 struct ieee80211_local *local = sdata->local; in ieee80211_select_queue() local
|
D | mesh_sync.c | 51 struct ieee80211_local *local = sdata->local; in mesh_sync_adjust_tbtt() local 85 struct ieee80211_local *local = sdata->local; in mesh_sync_offset_rx_bcn_presp() local
|
D | mesh_plink.c | 95 struct ieee80211_local *local = sdata->local; in mesh_set_short_slot_time() local 153 struct ieee80211_local *local = sdata->local; in mesh_set_ht_prot_mode() local 210 struct ieee80211_local *local = sdata->local; in mesh_plink_frame_tx() local 385 struct ieee80211_local *local = sdata->local; in mesh_sta_info_init() local 683 struct ieee80211_local *local = sdata->local; in llid_in_use() local
|
D | debugfs.h | 11 static inline void debugfs_hw_add(struct ieee80211_local *local) in debugfs_hw_add()
|
D | rate.c | 34 struct ieee80211_local *local = sta->sdata->local; in rate_control_rate_init() local 64 void rate_control_rate_update(struct ieee80211_local *local, in rate_control_rate_update() 203 struct ieee80211_local *local) in rate_control_alloc() 897 int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local, in ieee80211_init_rate_ctrl_alg() 929 void rate_control_deinitialize(struct ieee80211_local *local) in rate_control_deinitialize()
|
D | mesh_hwmp.c | 109 struct ieee80211_local *local = sdata->local; in mesh_path_sel_frame_tx() local 240 struct ieee80211_local *local = sdata->local; in mesh_path_error_tx() local 298 void ieee80211s_update_metric(struct ieee80211_local *local, in ieee80211s_update_metric() 317 static u32 airtime_link_metric_get(struct ieee80211_local *local, in airtime_link_metric_get() 369 struct ieee80211_local *local = sdata->local; in hwmp_route_info_get() local 774 struct ieee80211_local *local = sdata->local; in hwmp_rann_frame_process() local
|
D | vht.c | 383 struct ieee80211_local *local = sdata->local; in __ieee80211_vht_handle_opmode() local 432 struct ieee80211_local *local = sdata->local; in ieee80211_vht_handle_opmode() local
|
D | ht.c | 362 struct ieee80211_local *local = sdata->local; in ieee80211_send_delba() local 428 struct ieee80211_local *local = sdata->local; in ieee80211_send_smps_action() local
|
D | debugfs_netdev.c | 247 struct ieee80211_local *local = sdata->local; in ieee80211_set_smps() local 316 struct ieee80211_local *local = sdata->local; in ieee80211_if_parse_tkip_mic_test() local 493 struct ieee80211_local *local = sdata->local; in ieee80211_if_fmt_tsf() local 504 struct ieee80211_local *local = sdata->local; in ieee80211_if_parse_tsf() local
|
D | mesh_ps.c | 22 struct ieee80211_local *local = sdata->local; in mps_qos_null_get() local 451 struct ieee80211_local *local = sta->sdata->local; in mps_frame_deliver() local
|
D | spectmgmt.c | 190 struct ieee80211_local *local = sdata->local; in ieee80211_send_refuse_measurement_request() local
|
D | key.h | 55 struct ieee80211_local *local; member 158 #define key_mtx_dereference(local, ref) \ argument
|
D | debugfs_sta.c | 337 struct ieee80211_local *local = sta->local; in ieee80211_sta_debugfs_add() local 387 struct ieee80211_local *local = sta->local; in ieee80211_sta_debugfs_remove() local
|
D | mesh_pathtbl.c | 530 struct ieee80211_local *local = sdata->local; in mesh_path_add() local 664 struct ieee80211_local *local = sdata->local; in mpp_path_add() local
|
D | sta_info.h | 394 struct ieee80211_local *local; member 601 #define for_each_sta_info(local, tbl, _addr, _sta, _tmp) \ argument
|
D | ieee80211_i.h | 168 struct ieee80211_local *local; member 217 struct ieee80211_local *local; member 830 struct ieee80211_local *local; member 1756 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_resume() local 1889 static inline bool ieee80211_can_run_worker(struct ieee80211_local *local) in ieee80211_can_run_worker()
|
/linux-4.4.14/net/mac802154/ |
D | driver-ops.h | 13 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async() 19 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync() 29 static inline int drv_start(struct ieee802154_local *local) in drv_start() 43 static inline void drv_stop(struct ieee802154_local *local) in drv_stop() 61 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel() 73 static inline int drv_set_tx_power(struct ieee802154_local *local, s32 mbm) in drv_set_tx_power() 90 static inline int drv_set_cca_mode(struct ieee802154_local *local, in drv_set_cca_mode() 108 static inline int drv_set_lbt_mode(struct ieee802154_local *local, bool mode) in drv_set_lbt_mode() 126 drv_set_cca_ed_level(struct ieee802154_local *local, s32 mbm) in drv_set_cca_ed_level() 143 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id() [all …]
|
D | util.c | 24 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue() local 40 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue() local 56 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer() local 68 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete() local 97 void ieee802154_stop_device(struct ieee802154_local *local) in ieee802154_stop_device()
|
D | main.c | 33 struct ieee802154_local *local = (struct ieee802154_local *)data; in ieee802154_tasklet_handler() local 58 struct ieee802154_local *local; in ieee802154_alloc_hw() local 128 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_free_hw() local 152 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_register_hw() local 217 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_unregister_hw() local
|
D | rx.c | 194 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet() 225 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx() 253 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx() 300 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe() local
|
D | iface.c | 155 struct ieee802154_local *local = sdata->local; in ieee802154_setup_hw() local 206 struct ieee802154_local *local = sdata->local; in mac802154_slave_open() local 234 ieee802154_check_mac_settings(struct ieee802154_local *local, in ieee802154_check_mac_settings() 276 struct ieee802154_local *local = sdata->local; in ieee802154_check_concurrent_iface() local 323 struct ieee802154_local *local = sdata->local; in mac802154_slave_close() local 623 ieee802154_if_add(struct ieee802154_local *local, const char *name, in ieee802154_if_add() 705 void ieee802154_remove_interfaces(struct ieee802154_local *local) in ieee802154_remove_interfaces()
|
D | cfg.c | 28 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated() local 50 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_suspend() local 68 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_resume() local 95 struct ieee802154_local *local = wpan_phy_priv(phy); in ieee802154_add_iface() local 114 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_channel() local 136 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_mode() local 154 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_ed_level() local 172 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_tx_power() local
|
D | tx.c | 35 struct ieee802154_local *local = in ieee802154_xmit_worker() local 69 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx()
|
D | mac_cmd.c | 69 struct ieee802154_local *local = sdata->local; in mac802154_set_mac_params() local
|
D | ieee802154_i.h | 87 struct ieee802154_local *local; member
|
D | mib.c | 32 struct ieee802154_local *local = sdata->local; in mac802154_dev_set_page_channel() local
|
/linux-4.4.14/net/nfc/ |
D | llcp_core.c | 57 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local 78 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release() 158 struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get() 165 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup() 181 struct nfc_llcp_local *local; in local_release() local 190 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put() 198 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 239 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local 247 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; in nfc_llcp_symm_timer() local 260 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local [all …]
|
D | llcp_commands.c | 200 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv() 344 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect() local 368 struct nfc_llcp_local *local; in nfc_llcp_send_symm() local 398 struct nfc_llcp_local *local; in nfc_llcp_send_connect() local 464 struct nfc_llcp_local *local; in nfc_llcp_send_cc() local 512 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl() 541 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres() 565 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq() 600 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm() 638 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame() local [all …]
|
D | llcp_sock.c | 74 struct nfc_llcp_local *local; in llcp_sock_bind() local 148 struct nfc_llcp_local *local; in llcp_raw_sock_bind() local 300 struct nfc_llcp_local *local; in nfc_llcp_getsockopt() local 585 struct nfc_llcp_local *local; in llcp_sock_release() local 653 struct nfc_llcp_local *local; in llcp_sock_connect() local
|
D | netlink.c | 952 struct nfc_llcp_local *local, in nfc_genl_send_params() 980 struct nfc_llcp_local *local; in nfc_genl_llc_get_params() local 1028 struct nfc_llcp_local *local; in nfc_genl_llc_set_params() local 1095 struct nfc_llcp_local *local; in nfc_genl_llc_sdreq() local
|
D | llcp.h | 118 struct nfc_llcp_local *local; member
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ioctl.c | 19 local_info_t *local; in hostap_get_wireless_stats() local 79 local_info_t *local; in prism2_get_datarates() local 129 local_info_t *local; in prism2_ioctl_siwencode() local 231 local_info_t *local; in prism2_ioctl_giwencode() local 291 local_info_t *local; in hostap_set_rate() local 337 local_info_t *local; in prism2_ioctl_siwrate() local 398 local_info_t *local; in prism2_ioctl_giwrate() local 456 local_info_t *local; in prism2_ioctl_siwsens() local 477 local_info_t *local; in prism2_ioctl_giwsens() local 501 local_info_t *local; in prism2_ioctl_giwaplist() local [all …]
|
D | hostap_main.c | 49 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface() 142 int prism2_wds_add(local_info_t *local, u8 *remote_addr, in prism2_wds_add() 203 int prism2_wds_del(local_info_t *local, u8 *remote_addr, in prism2_wds_del() 238 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register() 262 int hostap_tx_callback_unregister(local_info_t *local, u16 idx) in hostap_tx_callback_unregister() 314 u16 hostap_get_porttype(local_info_t *local) in hostap_get_porttype() 330 int hostap_set_encryption(local_info_t *local) in hostap_set_encryption() 422 int hostap_set_antsel(local_info_t *local) in hostap_set_antsel() 479 int hostap_set_roaming(local_info_t *local) in hostap_set_roaming() 500 int hostap_set_auth_algs(local_info_t *local) in hostap_set_auth_algs() [all …]
|
D | hostap_info.c | 13 static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf, in prism2_info_commtallies16() 53 static void prism2_info_commtallies32(local_info_t *local, unsigned char *buf, in prism2_info_commtallies32() 93 static void prism2_info_commtallies(local_info_t *local, unsigned char *buf, in prism2_info_commtallies() 128 static void prism2_info_linkstatus(local_info_t *local, unsigned char *buf, in prism2_info_linkstatus() 167 static void prism2_host_roaming(local_info_t *local) in prism2_host_roaming() 235 static void hostap_report_scan_complete(local_info_t *local) in hostap_report_scan_complete() 252 static void prism2_info_scanresults(local_info_t *local, unsigned char *buf, in prism2_info_scanresults() 303 static void prism2_info_hostscanresults(local_info_t *local, in prism2_info_hostscanresults() 366 void hostap_info_process(local_info_t *local, struct sk_buff *skb) in hostap_info_process() 414 static void handle_info_queue_linkstatus(local_info_t *local) in handle_info_queue_linkstatus() [all …]
|
D | hostap_hw.c | 181 static inline void __hostap_cmd_queue_free(local_info_t *local, in __hostap_cmd_queue_free() 206 static inline void hostap_cmd_queue_free(local_info_t *local, in hostap_cmd_queue_free() 222 static void prism2_clear_cmd_queue(local_info_t *local) in prism2_clear_cmd_queue() 258 local_info_t *local; in hfa384x_cmd_issue() local 325 local_info_t *local; in hfa384x_cmd() local 501 local_info_t *local; in hfa384x_cmd_callback() local 659 local_info_t *local; in prism2_cmd_ev() local 805 local_info_t *local; in hfa384x_get_rid() local 878 local_info_t *local; in hfa384x_set_rid() local 1003 local_info_t *local; in prism2_reset_port() local [all …]
|
D | hostap_proc.c | 17 local_info_t *local = m->private; in prism2_debug_proc_show() local 62 local_info_t *local = m->private; in prism2_stats_proc_show() local 124 local_info_t *local = m->private; in prism2_wds_proc_start() local 131 local_info_t *local = m->private; in prism2_wds_proc_next() local 137 local_info_t *local = m->private; in prism2_wds_proc_stop() local 168 local_info_t *local = m->private; in prism2_bss_list_proc_show() local 195 local_info_t *local = m->private; in prism2_bss_list_proc_start() local 202 local_info_t *local = m->private; in prism2_bss_list_proc_next() local 208 local_info_t *local = m->private; in prism2_bss_list_proc_stop() local 239 local_info_t *local = m->private; in prism2_crypt_proc_show() local [all …]
|
D | hostap_80211_rx.c | 66 local_info_t *local; in prism2_rx_80211() local 222 prism2_frag_cache_find(local_info_t *local, unsigned int seq, in prism2_frag_cache_find() 252 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) in prism2_frag_cache_get() 303 static int prism2_frag_cache_invalidate(local_info_t *local, in prism2_frag_cache_invalidate() 327 static struct hostap_bss_info *__hostap_get_bss(local_info_t *local, u8 *bssid, in __hostap_get_bss() 348 static struct hostap_bss_info *__hostap_add_bss(local_info_t *local, u8 *bssid, in __hostap_add_bss() 374 static void __hostap_expire_bss(local_info_t *local) in __hostap_expire_bss() 393 static void hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, in hostap_rx_sta_beacon() 472 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, in hostap_rx_frame_mgmt() 533 static struct net_device *prism2_rx_get_wds(local_info_t *local, in prism2_rx_get_wds() [all …]
|
D | hostap_cs.c | 49 local_info_t *local; in hfa384x_outb_debug() local 63 local_info_t *local; in hfa384x_inb_debug() local 79 local_info_t *local; in hfa384x_outw_debug() local 93 local_info_t *local; in hfa384x_inw_debug() local 110 local_info_t *local; in hfa384x_outsw_debug() local 125 local_info_t *local; in hfa384x_insw_debug() local 204 static int prism2_pccard_card_present(local_info_t *local) in prism2_pccard_card_present() 222 static void sandisk_set_iobase(local_info_t *local) in sandisk_set_iobase() 244 static void sandisk_write_hcr(local_info_t *local, int hcr) in sandisk_write_hcr() 263 local_info_t *local = iface->local; in sandisk_enable_wireless() local [all …]
|
D | hostap_ap.c | 157 static void hostap_set_tim(local_info_t *local, int aid, int set) in hostap_set_tim() 190 local_info_t *local; in ap_handle_timer() local 839 void hostap_init_data(local_info_t *local) in hostap_init_data() 889 void hostap_init_ap_proc(local_info_t *local) in hostap_init_ap_proc() 974 local_info_t *local; in prism2_send_mgmt() local 1206 local_info_t *local) in ap_tx_rate_ok() 1345 static void handle_authen(local_info_t *local, struct sk_buff *skb, in handle_authen() 1558 static void handle_assoc(local_info_t *local, struct sk_buff *skb, in handle_assoc() 1767 static void handle_deauth(local_info_t *local, struct sk_buff *skb, in handle_deauth() 1809 static void handle_disassoc(local_info_t *local, struct sk_buff *skb, in handle_disassoc() [all …]
|
D | hostap_download.c | 7 local_info_t *local; in prism2_enable_aux_port() local 180 local_info_t *local; member 290 static int prism2_download_volatile(local_info_t *local, in prism2_download_volatile() 387 static int prism2_enable_genesis(local_info_t *local, int hcr) in prism2_enable_genesis() 418 static int prism2_get_ram_size(local_info_t *local) in prism2_get_ram_size() 437 static int prism2_download_genesis(local_info_t *local, in prism2_download_genesis() 591 static int prism2_download_nonvolatile(local_info_t *local, in prism2_download_nonvolatile() 719 static int prism2_download(local_info_t *local, in prism2_download()
|
D | hostap_plx.c | 111 local_info_t *local; in hfa384x_outb_debug() local 126 local_info_t *local; in hfa384x_inb_debug() local 143 local_info_t *local; in hfa384x_outw_debug() local 158 local_info_t *local; in hfa384x_inw_debug() local 176 local_info_t *local; in hfa384x_outsw_debug() local 192 local_info_t *local; in hfa384x_insw_debug() local 266 static void prism2_plx_cor_sreset(local_info_t *local) in prism2_plx_cor_sreset() 296 static void prism2_plx_genesis_reset(local_info_t *local, int hcr) in prism2_plx_genesis_reset() 440 local_info_t *local = NULL; in prism2_plx_probe() local
|
D | hostap_80211_tx.c | 64 local_info_t *local; in hostap_data_start_xmit() local 272 local_info_t *local; in hostap_mgmt_start_xmit() local 318 local_info_t *local; in hostap_tx_encrypt() local 385 local_info_t *local; in hostap_master_start_xmit() local
|
D | hostap_pci.c | 59 local_info_t *local; in hfa384x_outb_debug() local 76 local_info_t *local; in hfa384x_inb_debug() local 95 local_info_t *local; in hfa384x_outw_debug() local 112 local_info_t *local; in hfa384x_inw_debug() local 222 static void prism2_pci_cor_sreset(local_info_t *local) in prism2_pci_cor_sreset() 267 static void prism2_pci_genesis_reset(local_info_t *local, int hcr) in prism2_pci_genesis_reset() 294 local_info_t *local = NULL; in prism2_pci_probe() local
|
D | hostap_ap.h | 81 local_info_t *local; member 166 local_info_t *local; member
|
D | hostap_wlan.h | 894 struct local_info *local; /* pointer to shared private data */ member 981 local_info_t *local = iface->local; in prism2_io_debug_add() local 999 local_info_t *local = iface->local; in prism2_io_debug_error() local
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 282 ray_dev_t *local; in ray_probe() local 336 ray_dev_t *local; in ray_detach() local 361 ray_dev_t *local = netdev_priv(dev); in ray_config() local 474 ray_dev_t *local = netdev_priv(dev); in ray_init() local 534 ray_dev_t *local = netdev_priv(dev); in dl_startup_params() local 580 static void init_startup_params(ray_dev_t *local) in init_startup_params() 644 ray_dev_t *local = (ray_dev_t *) data; in verify_dl_startup() local 686 ray_dev_t *local = (ray_dev_t *) data; in start_net() local 713 ray_dev_t *local = (ray_dev_t *) data; in join_net() local 743 ray_dev_t *local = netdev_priv(dev); in ray_release() local [all …]
|
D | airo_cs.c | 65 struct local_info *local; in airo_probe() local 146 struct local_info *local = link->priv; in airo_suspend() local 155 struct local_info *local = link->priv; in airo_resume() local
|
D | atmel_cs.c | 75 struct local_info *local; in atmel_probe() local 177 struct local_info *local = link->priv; in atmel_suspend() local 186 struct local_info *local = link->priv; in atmel_resume() local
|
D | airo.c | 2272 struct airo_info *local = dev->ml_priv; in airo_get_stats() local 3796 static inline void set_auth_type(struct airo_info *local, int auth_type) in set_auth_type() 5797 struct airo_info *local = dev->ml_priv; in airo_set_freq() local 5838 struct airo_info *local = dev->ml_priv; in airo_get_freq() local 5870 struct airo_info *local = dev->ml_priv; in airo_set_essid() local 5915 struct airo_info *local = dev->ml_priv; in airo_get_essid() local 5943 struct airo_info *local = dev->ml_priv; in airo_set_wap() local 5978 struct airo_info *local = dev->ml_priv; in airo_get_wap() local 5999 struct airo_info *local = dev->ml_priv; in airo_set_nick() local 6022 struct airo_info *local = dev->ml_priv; in airo_get_nick() local [all …]
|
/linux-4.4.14/net/rxrpc/ |
D | ar-local.c | 39 struct rxrpc_local *local; in rxrpc_alloc_local() local 68 static int rxrpc_create_local(struct rxrpc_local *local) in rxrpc_create_local() 140 struct rxrpc_local *local; in rxrpc_lookup_local() local 229 void rxrpc_put_local(struct rxrpc_local *local) in rxrpc_put_local() 251 struct rxrpc_local *local = in rxrpc_destroy_local() local 325 static void rxrpc_send_version_request(struct rxrpc_local *local, in rxrpc_send_version_request() 375 struct rxrpc_local *local = container_of(work, struct rxrpc_local, event_processor); in rxrpc_process_local_events() local
|
D | ar-transport.c | 34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, in rxrpc_alloc_transport() 78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, in rxrpc_get_transport() 153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, in rxrpc_find_transport()
|
D | ar-accept.c | 29 static int rxrpc_busy(struct rxrpc_local *local, struct sockaddr_rxrpc *srx, in rxrpc_busy() 73 static int rxrpc_accept_incoming_call(struct rxrpc_local *local, in rxrpc_accept_incoming_call() 209 struct rxrpc_local *local = in rxrpc_accept_incoming_calls() local
|
D | ar-input.c | 600 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, in rxrpc_post_packet_to_local() 610 static struct rxrpc_connection *rxrpc_conn_from_local(struct rxrpc_local *local, in rxrpc_conn_from_local() 645 struct rxrpc_local *local; in rxrpc_data_ready() local
|
D | ar-connevent.c | 315 void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_reject_packet() 339 struct rxrpc_local *local; in rxrpc_reject_packets() local
|
D | ar-error.c | 32 struct rxrpc_local *local = sk->sk_user_data; in rxrpc_UDP_error_report() local
|
D | ar-peer.c | 195 struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *local, in rxrpc_find_peer()
|
D | af_rxrpc.c | 126 struct rxrpc_local *local; in rxrpc_bind() local 379 struct rxrpc_local *local; in rxrpc_connect() local
|
D | ar-security.c | 166 struct rxrpc_local *local = conn->trans->local; in rxrpc_init_server_conn_security() local
|
D | ar-internal.h | 56 struct rxrpc_local *local; /* local endpoint */ member 203 struct rxrpc_local *local; /* local transport endpoint */ member 404 struct rxrpc_local *local; /* Local endpoint. Used for hashing. */ member 793 static inline void __rxrpc_get_local(struct rxrpc_local *local, const char *f) in __rxrpc_get_local()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 268 int local, noref = 1; in __ip_vs_get_out_rt() local 416 int local, noref = 1; in __ip_vs_get_out_rt_v6() local 557 struct ip_vs_conn *cp, int local) in ip_vs_nat_send_or_cont() 588 struct ip_vs_conn *cp, int local) in ip_vs_send_or_cont() 697 int local, rc, was_input; in ip_vs_nat_xmit() local 788 int local, rc; in ip_vs_nat_xmit_v6() local 989 int ret, local; in ip_vs_tunnel_xmit() local 1083 int ret, local; in ip_vs_tunnel_xmit_v6() local 1171 int local; in ip_vs_dr_xmit() local 1210 int local; in ip_vs_dr_xmit_v6() local [all …]
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 52 int local, int global, int set) in toggle_breakpoint() 203 int len, local, global, i; in trigger_tests() local 289 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() 305 int local, int global) in launch_watchpoints() 330 int len, local, global, i; in launch_tests() local
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simeth.c | 182 struct simeth_local *local; in simeth_probe1() local 272 struct simeth_local *local; in simeth_device_event() local 370 struct simeth_local *local = netdev_priv(dev); in simeth_tx() local 428 struct simeth_local *local; in simeth_rx() local 497 struct simeth_local *local = netdev_priv(dev); in simeth_get_stats() local
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_map.h | 44 scif_free_coherent(void *va, dma_addr_t local, in scif_free_coherent() 59 void *local, struct scif_dev *scifdev, size_t size) in scif_map_single() 79 scif_unmap_single(dma_addr_t local, struct scif_dev *scifdev, in scif_unmap_single()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | sedlbauer_cs.c | 78 local_info_t *local; in sedlbauer_probe() local 156 local_info_t *local = link->priv; in sedlbauer_release() local
|
D | elsa_cs.c | 77 local_info_t *local; in elsa_cs_probe() local 170 local_info_t *local = link->priv; in elsa_cs_release() local
|
D | teles_cs.c | 58 local_info_t *local; in teles_probe() local 152 local_info_t *local = link->priv; in teles_cs_release() local
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 478 struct local_info *local; in xirc2ps_probe() local 539 struct local_info *local = netdev_priv(dev); in set_card_type() local 693 struct local_info *local = netdev_priv(dev); in xirc2ps_config() local 934 struct local_info *local = netdev_priv(dev); in xirc2ps_release() local 1197 struct local_info *local = in xirc2ps_tx_timeout_task() local 1365 struct local_info *local = netdev_priv(dev); in do_config() local 1424 struct local_info *local = netdev_priv(dev); in do_ioctl() local 1456 struct local_info *local = netdev_priv(dev); in hardreset() local 1473 struct local_info *local = netdev_priv(dev); in do_reset() local 1634 struct local_info *local = netdev_priv(dev); in init_mii() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_native_64.c | 152 int ssize, int local) in tlbie() 290 int ret = 0, local = 0; in native_hpte_updatepp() local 398 int bpsize, int apsize, int ssize, int local) in native_hpte_invalidate() 435 int psize, int ssize, int local) in native_hugepage_invalidate() 635 static void native_flush_hash_range(unsigned long number, int local) in native_flush_hash_range()
|
D | tlb_hash64.c | 144 int i, local = 0; in __flush_tlb_pending() local
|
D | hash_utils_64.c | 1296 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_page() local 1340 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_hugepage() local 1404 void flush_hash_range(unsigned long number, int local) in flush_hash_range()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pmf.c | 281 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) in smt_pmf_received_pack() 312 int set, int local) in smt_build_pmf_response() 551 int index, int local) in smt_add_para() 1076 int local, int set) in smt_set_para()
|
D | smt.c | 473 int local ; in smt_received_pack() local 833 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame() 857 int local) in smt_send_rdf() 934 int fc, u_long tid, int type, int local) in smt_send_nif() 1026 u_long tid, int local) in smt_send_sif_config() 1059 u_long tid, int local) in smt_send_sif_operation()
|
D | ess.c | 125 int local ; in ess_raf_received_pack() local
|
/linux-4.4.14/net/dccp/ |
D | feat.c | 356 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, in dccp_feat_activate() 454 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new() 484 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change() 512 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm() 533 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) in dccp_push_empty_confirm() 1101 const bool local = (opt == DCCPO_CHANGE_R); in dccp_feat_change_recv() local 1212 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv() local 1309 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_handle_nn_established() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 249 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, in v4l2_prio_change() 265 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local) in v4l2_prio_open() 271 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local) in v4l2_prio_close() 290 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local) in v4l2_prio_check()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.h | 31 u32 local; member
|
/linux-4.4.14/net/tipc/ |
D | udp_media.c | 284 struct udp_media_addr *local, in parse_options() 353 struct udp_media_addr local = {0}; in tipc_udp_enable() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_interval.h | 12 int local:1 /* local or remote request? */; member
|
D | drbd_nl.c | 1184 unsigned int now, new, local, peer; in drbd_reconsider_max_bio_size() local
|
/linux-4.4.14/drivers/rapidio/ |
D | rio.c | 454 int rio_map_inb_region(struct rio_mport *mport, dma_addr_t local, in rio_map_inb_region() 494 rio_mport_get_physefb(struct rio_mport *port, int local, in rio_mport_get_physefb() 606 int local, u16 destid, in rio_enable_rx_tx_port() 1029 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, in rio_mport_get_efb() 1080 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, in rio_mport_get_feature()
|
/linux-4.4.14/drivers/usb/host/ |
D | sl811_cs.c | 178 local_info_t *local; in sl811_cs_probe() local
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr.c | 166 int *local) in xfs_attr_calc_size() 210 int error, err2, committed, local; in xfs_attr_set() local
|
D | xfs_attr_leaf.c | 2519 int *local) in xfs_attr_leaf_newentsize()
|
/linux-4.4.14/net/openvswitch/ |
D | vport-netdev.c | 82 struct vport *local; in get_dpdev() local
|
D | datapath.c | 183 struct vport *local; in get_dpifindex() local
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.c | 2953 u32 local; in eeprom_start() local 2983 u32 local; in eeprom_prep() local 3020 u32 local; in eeprom_check_ack() local 3047 u32 local; in eeprom_stop() local 3085 u32 local; in read_eeprom_byte() local
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 124 const struct media_pad *local, in vsp1_entity_link_setup()
|
D | vsp1_video.c | 158 vsp1_video_remote_subdev(struct media_pad *local, u32 *pad) in vsp1_video_remote_subdev()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 382 int ssize, int local) in pSeries_lpar_hpte_invalidate() 451 int psize, int ssize, int local) in pSeries_lpar_hugepage_invalidate() 519 static void pSeries_lpar_flush_hash_range(unsigned long number, int local) in pSeries_lpar_flush_hash_range()
|
/linux-4.4.14/include/uapi/linux/ |
D | atmsvc.h | 33 struct sockaddr_atmsvc local; /* local SVC address */ member
|
D | xfrm.h | 460 xfrm_address_t local; member
|
/linux-4.4.14/arch/arm/include/asm/xen/ |
D | page-coherent.h | 42 bool local = (page_pfn <= dev_pfn) && in xen_dma_map_page() local
|
/linux-4.4.14/include/net/ |
D | cipso_ipv4.h | 100 u32 *local; member 106 u32 *local; member
|
D | bonding.h | 514 static inline __be32 bond_confirm_addr(struct net_device *dev, __be32 dst, __be32 local) in bond_confirm_addr()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-opal.c | 134 u8 local[2]; in i2c_opal_smbus_xfer() local
|
D | i2c-powermac.c | 51 u8 local[2]; in i2c_powermac_smbus_xfer() local
|
/linux-4.4.14/net/ipv6/ |
D | ip6_vti.c | 93 const struct in6_addr *local) in vti6_tnl_lookup() 143 const struct in6_addr *local = &p->laddr; in vti6_tnl_bucket() local 260 const struct in6_addr *local = &p->laddr; in vti6_locate() local
|
D | ip6_gre.c | 115 const struct in6_addr *remote, const struct in6_addr *local, in ip6gre_tunnel_lookup() 240 const struct in6_addr *local = &p->laddr; in __ip6gre_bucket() local 288 const struct in6_addr *local = &parms->laddr; in ip6gre_tunnel_find() local
|
D | sit.c | 94 struct net_device *dev, __be32 remote, __be32 local) in ipip6_tunnel_lookup() 130 __be32 local = parms->iph.saddr; in __ipip6_bucket() local 225 __be32 local = parms->iph.saddr; in ipip6_tunnel_locate() local
|
D | ip6_tunnel.c | 231 ip6_tnl_lookup(struct net *net, const struct in6_addr *remote, const struct in6_addr *local) in ip6_tnl_lookup() 282 const struct in6_addr *local = &p->laddr; in ip6_tnl_bucket() local 425 const struct in6_addr *local = &p->laddr; in ip6_tnl_locate() local
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | htab.c | 166 int psize, int apsize, int ssize, int local) in ps3_hpte_invalidate()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 418 u8 *up_tc_map, int local) in cxgb4_getpgtccfg() 543 int local) in cxgb4_getpgbwgcfg() 919 int local) in cxgb4_ieee_read_ets()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_main.c | 237 int l, idx, local; in snd_gus_detect_memory() local
|
D | interwave.c | 332 unsigned int local; in snd_interwave_bank_sizes() local
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 240 void *local, ulong nbytes) in visorchannel_read() 253 void *local, ulong nbytes) in visorchannel_write()
|
D | visorchipset.c | 359 parser_init_byte_stream(u64 addr, u32 bytes, bool local, bool *retry) in parser_init_byte_stream()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdomain.c | 976 char *local, int locallen) in dlm_match_regions() 1118 char *local = NULL; in dlm_query_region_handler() local 1174 struct o2nm_node *local; in dlm_match_nodes() local
|
D | dlmrecovery.c | 2186 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) in dlm_lvb_needs_invalidation() 2202 int blank_lvb = 0, local = 0; in dlm_revalidate_lvb() local
|
/linux-4.4.14/include/linux/ |
D | atmdev.h | 113 struct sockaddr_atmsvc local; member 154 struct list_head local; /* local ATM addresses */ member
|
D | mroute.h | 61 __be32 local,remote; /* Addresses(remote for tunnels)*/ member
|
D | vlynq.h | 72 struct vlynq_regs *local; member
|
D | isdn.h | 248 isdn_net_local *local; member
|
D | dmaengine.h | 272 struct dma_chan_percpu __percpu *local; member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 430 bool local; in kvmppc_rm_h_ipi() local
|
D | book3s_xics.c | 612 bool local; in kvmppc_h_ipi() local
|
/linux-4.4.14/include/asm-generic/ |
D | tlb.h | 107 struct mmu_gather_batch local; member
|
/linux-4.4.14/drivers/scsi/isci/ |
D | port.h | 141 struct sci_port_end_point_properties local; member
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 348 int local; in sst_assign_pvt_id() local
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 443 const struct media_pad *local, in ipipe_link_setup()
|
D | iss_resizer.c | 713 const struct media_pad *local, in resizer_link_setup()
|
D | iss_ipipeif.c | 659 const struct media_pad *local, in ipipeif_link_setup()
|
D | iss_csi2.c | 1167 const struct media_pad *local, in csi2_link_setup()
|
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 91 struct sockaddr_nl local; in create_nl_socket() local
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 72 struct media_entity *local = entity->entity; in xvip_graph_build_one() local
|
D | xilinx-dma.c | 47 xvip_dma_remote_subdev(struct media_pad *local, u32 *pad) in xvip_dma_remote_subdev()
|
/linux-4.4.14/net/ipv4/ |
D | ip_tunnel.c | 153 __be32 remote, __be32 local, in ip_tunnel_lookup() 284 __be32 local = parms->iph.saddr; in ip_tunnel_find() local
|
D | devinet.c | 159 struct fib_table *local; in __ip_dev_find() local 1246 __be32 local, int scope) in confirm_addr_indev() 1291 __be32 dst, __be32 local, int scope) in inet_confirm_addr()
|
D | ipmr.c | 1808 int local) in ip_mr_forward() 1956 int local = skb_rtable(skb)->rt_flags & RTCF_LOCAL; in ip_mr_input() local
|
D | fib_semantics.c | 1334 int fib_sync_down_addr(struct net *net, __be32 local) in fib_sync_down_addr()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 356 srpc_post_passive_rdma(int portal, int local, __u64 matchbits, void *buf, in srpc_post_passive_rdma() 457 srpc_post_passive_rqtbuf(int service, int local, void *buf, int len, in srpc_post_passive_rqtbuf()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 79 struct page *local[MMU_GATHER_BUNDLE]; member
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 65 struct page *local[IA64_GATHER_BUNDLE]; member
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp.c | 104 const struct media_pad *local, in fimc_is_link_setup()
|
D | fimc-lite.c | 983 const struct media_pad *local, in fimc_lite_link_setup()
|
D | fimc-capture.c | 1388 const struct media_pad *local, in fimc_link_setup()
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-ar71xx.c | 72 static inline u32 ar71xx_pci_get_ble(int where, int size, int local) in ar71xx_pci_get_ble()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | vfdi.h | 248 struct vfdi_endpoint local; member
|
/linux-4.4.14/kernel/time/ |
D | tick-broadcast.c | 263 bool local = false; in tick_do_broadcast() local
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 258 bool local) in ipvlan_rcv_frame()
|
/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 689 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force) in dn_fib_sync_down()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif.c | 882 ipipeif_link_setup(struct media_entity *entity, const struct media_pad *local, in ipipeif_link_setup()
|
D | dm365_resizer.c | 1648 const struct media_pad *local, in resizer_link_setup()
|
D | dm365_isif.c | 1705 isif_link_setup(struct media_entity *entity, const struct media_pad *local, in isif_link_setup()
|
D | dm365_ipipe.c | 1706 ipipe_link_setup(struct media_entity *entity, const struct media_pad *local, in ipipe_link_setup()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.h | 283 u16 local, remote; member
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 610 struct ieee80211_sta *sta, bool local) in rt2x00queue_write_tx_frame()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispcsi2.c | 1141 const struct media_pad *local, in csi2_link_setup()
|
D | ispccp2.c | 954 const struct media_pad *local, in ccp2_link_setup()
|
D | ispresizer.c | 1621 const struct media_pad *local, in resizer_link_setup()
|
D | ispccdc.c | 2510 const struct media_pad *local, in ccdc_link_setup()
|
D | isppreview.c | 2142 const struct media_pad *local, in preview_link_setup()
|
/linux-4.4.14/net/sctp/ |
D | input.c | 849 const union sctp_addr *local, in __sctp_lookup_association()
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 63 struct pnfs_layoutdriver_type *local; in find_pnfs_driver_locked() local 77 struct pnfs_layoutdriver_type *local; in find_pnfs_driver() local
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 1642 unsigned long local = p->numa_faults_locality[1]; in update_task_scan_period() local 2070 int local = !!(flags & TNF_FAULT_LOCAL); in task_numa_fault() local 6020 struct sched_group *local; /* Local group in this sd */ member 6562 struct sg_lb_stats *local, *busiest; in fix_small_imbalance() local 6628 struct sg_lb_stats *local, *busiest; in calculate_imbalance() local 6713 struct sg_lb_stats *local, *busiest; in find_busiest_group() local
|
/linux-4.4.14/sound/oss/ |
D | pss.c | 847 static int pss_coproc_ioctl(void *dev_info, unsigned int cmd, void __user *arg, int local) in pss_coproc_ioctl()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad.c | 748 struct ib_mad_local_private *local; in handle_outgoing_dr_smp() local 2682 struct ib_mad_local_private *local; in local_completions() local
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 227 int local; member
|
/linux-4.4.14/drivers/char/agp/ |
D | intel-gtt.c | 347 int local = 0; in intel_gtt_stolen_size() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1116 struct niobuf_local *local, in obd_preprw() 1133 struct niobuf_local *local, in obd_commitrw()
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 2430 int local; in ocfs2_check_volume() local
|
D | journal.c | 1067 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_net.c | 1679 __be32 local; in isdn_net_ciscohdlck_slarp_in() local
|
D | isdn_tty.c | 684 isdn_tty_modem_hup(modem_info *info, int local) in isdn_tty_modem_hup()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 1398 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr() 1427 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one() local
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 200 const struct ethhdr *eth, bool local) in macvlan_broadcast_one()
|
/linux-4.4.14/net/vmw_vsock/ |
D | vmci_transport.c | 200 struct sockaddr_vm *local, in vmci_transport_packet_get_addresses()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_if.h | 253 } local; member
|
D | b44.c | 383 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) in b44_set_flow_ctrl()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 1029 __le32 local; in netxen_get_flash_block() local
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 1291 enum nes_cm_listener_state listener_state, int local) in find_listener()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 4966 struct list_head local; in rtl8xxxu_rx_urb_work() local
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptsas.c | 3037 struct mptsas_phyinfo *phy_info, int index, int local) in mptsas_probe_one_phy()
|