/linux-5.10/net/mac80211/ |
D | driver-ops.h | 31 static inline void drv_tx(struct ieee80211_local *local, in drv_tx() argument 35 local->ops->tx(&local->hw, control, skb); in drv_tx() 38 static inline void drv_sync_rx_queues(struct ieee80211_local *local, in drv_sync_rx_queues() argument 41 if (local->ops->sync_rx_queues) { in drv_sync_rx_queues() 42 trace_drv_sync_rx_queues(local, sta->sdata, &sta->sta); in drv_sync_rx_queues() 43 local->ops->sync_rx_queues(&local->hw); in drv_sync_rx_queues() 44 trace_drv_return_void(local); in drv_sync_rx_queues() 51 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local 52 if (local->ops->get_et_strings) { in drv_get_et_strings() 53 trace_drv_get_et_strings(local, sset); in drv_get_et_strings() [all …]
|
D | led.c | 12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() argument 14 if (!atomic_read(&local->assoc_led_active)) in ieee80211_led_assoc() 17 led_trigger_event(&local->assoc_led, LED_FULL); in ieee80211_led_assoc() 19 led_trigger_event(&local->assoc_led, LED_OFF); in ieee80211_led_assoc() 22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio() argument 24 if (!atomic_read(&local->radio_led_active)) in ieee80211_led_radio() 27 led_trigger_event(&local->radio_led, LED_FULL); in ieee80211_led_radio() 29 led_trigger_event(&local->radio_led, LED_OFF); in ieee80211_led_radio() 32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() argument 34 local->rx_led.name = kasprintf(GFP_KERNEL, "%srx", in ieee80211_alloc_led_names() [all …]
|
D | scan.c | 32 void ieee80211_rx_bss_put(struct ieee80211_local *local, in ieee80211_rx_bss_put() argument 37 cfg80211_put_bss(local->hw.wiphy, in ieee80211_rx_bss_put() 59 ieee80211_update_bss_from_elems(struct ieee80211_local *local, in ieee80211_update_bss_from_elems() argument 129 local->hw.wiphy->bands[rx_status->band]; in ieee80211_update_bss_from_elems() 144 ieee80211_bss_info_update(struct ieee80211_local *local, in ieee80211_bss_info_update() argument 164 else if (ieee80211_hw_check(&local->hw, SIGNAL_DBM)) in ieee80211_bss_info_update() 166 else if (ieee80211_hw_check(&local->hw, SIGNAL_UNSPEC)) in ieee80211_bss_info_update() 167 bss_meta.signal = (rx_status->signal * 100) / local->hw.max_signal; in ieee80211_bss_info_update() 178 scan_sdata = rcu_dereference(local->scan_sdata); in ieee80211_bss_info_update() 183 ieee80211_calculate_rx_timestamp(local, rx_status, in ieee80211_bss_info_update() [all …]
|
D | main.c | 36 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter() argument 42 if (atomic_read(&local->iff_allmultis)) in ieee80211_configure_filter() 45 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 46 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() 49 if (local->fif_probe_req || local->probe_req_reg) in ieee80211_configure_filter() 52 if (local->fif_fcsfail) in ieee80211_configure_filter() 55 if (local->fif_plcpfail) in ieee80211_configure_filter() 58 if (local->fif_control) in ieee80211_configure_filter() 61 if (local->fif_other_bss) in ieee80211_configure_filter() 64 if (local->fif_pspoll) in ieee80211_configure_filter() [all …]
|
D | driver-ops.c | 10 int drv_start(struct ieee80211_local *local) in drv_start() argument 16 if (WARN_ON(local->started)) in drv_start() 19 trace_drv_start(local); in drv_start() 20 local->started = true; in drv_start() 23 ret = local->ops->start(&local->hw); in drv_start() 24 trace_drv_return_int(local, ret); in drv_start() 27 local->started = false; in drv_start() 32 void drv_stop(struct ieee80211_local *local) in drv_stop() argument 36 if (WARN_ON(!local->started)) in drv_stop() 39 trace_drv_stop(local); in drv_stop() [all …]
|
D | chan.c | 13 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned() argument 19 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_assigned() 27 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved() argument 33 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_reserved() 41 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() argument 44 return ieee80211_chanctx_num_assigned(local, ctx) + in ieee80211_chanctx_refcount() 45 ieee80211_chanctx_num_reserved(local, ctx); in ieee80211_chanctx_refcount() 48 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx() argument 53 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_num_chanctx() 55 list_for_each_entry(ctx, &local->chanctx_list, list) in ieee80211_num_chanctx() [all …]
|
D | offchannel.c | 27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local 31 /* FIXME: what to do when local->pspolling is true? */ in ieee80211_offchannel_ps_enable() 33 del_timer_sync(&local->dynamic_ps_timer); in ieee80211_offchannel_ps_enable() 37 cancel_work_sync(&local->dynamic_ps_enable_work); in ieee80211_offchannel_ps_enable() 39 if (local->hw.conf.flags & IEEE80211_CONF_PS) { in ieee80211_offchannel_ps_enable() 41 local->hw.conf.flags &= ~IEEE80211_CONF_PS; in ieee80211_offchannel_ps_enable() 42 ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_PS); in ieee80211_offchannel_ps_enable() 46 !ieee80211_hw_check(&local->hw, PS_NULLFUNC_STACK)) in ieee80211_offchannel_ps_enable() 57 ieee80211_send_nullfunc(local, sdata, true); in ieee80211_offchannel_ps_enable() 63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local [all …]
|
D | iface.c | 70 ieee80211_hw_config(sdata->local, 0); in __ieee80211_recalc_txpower() 85 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off() argument 87 if (!(local->hw.conf.flags & IEEE80211_CONF_IDLE)) in __ieee80211_idle_off() 90 local->hw.conf.flags &= ~IEEE80211_CONF_IDLE; in __ieee80211_idle_off() 94 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on() argument 96 if (local->hw.conf.flags & IEEE80211_CONF_IDLE) in __ieee80211_idle_on() 99 ieee80211_flush_queues(local, NULL, false); in __ieee80211_idle_on() 101 local->hw.conf.flags |= IEEE80211_CONF_IDLE; in __ieee80211_idle_on() 105 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle() argument 111 lockdep_assert_held(&local->mtx); in __ieee80211_recalc_idle() [all …]
|
D | trace.h | 20 #define LOCAL_ASSIGN strlcpy(__entry->wiphy_name, wiphy_name(local->hw.wiphy), MAXNAME) 127 TP_PROTO(struct ieee80211_local *local), 128 TP_ARGS(local), 139 TP_PROTO(struct ieee80211_local *local, 141 TP_ARGS(local, sdata), 162 TP_PROTO(struct ieee80211_local *local, u32 value), 163 TP_ARGS(local, value), 182 TP_PROTO(struct ieee80211_local *local, 184 TP_ARGS(local, sdata), 203 TP_PROTO(struct ieee80211_local *local), [all …]
|
D | pm.c | 10 static void ieee80211_sched_scan_cancel(struct ieee80211_local *local) in ieee80211_sched_scan_cancel() argument 12 if (ieee80211_request_sched_scan_stop(local)) in ieee80211_sched_scan_cancel() 14 cfg80211_sched_scan_stopped_rtnl(local->hw.wiphy, 0); in ieee80211_sched_scan_cancel() 19 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_suspend() local 23 if (!local->open_count) in __ieee80211_suspend() 26 ieee80211_scan_cancel(local); in __ieee80211_suspend() 28 ieee80211_dfs_cac_cancel(local); in __ieee80211_suspend() 30 ieee80211_roc_purge(local, NULL); in __ieee80211_suspend() 32 ieee80211_del_virtual_monitor(local); in __ieee80211_suspend() 36 mutex_lock(&local->sta_mtx); in __ieee80211_suspend() [all …]
|
D | led.h | 13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx() argument 18 if (!atomic_read(&local->rx_led_active)) in ieee80211_led_rx() 20 led_trigger_blink_oneshot(&local->rx_led, &led_delay, &led_delay, 0); in ieee80211_led_rx() 24 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx() argument 29 if (!atomic_read(&local->tx_led_active)) in ieee80211_led_tx() 31 led_trigger_blink_oneshot(&local->tx_led, &led_delay, &led_delay, 0); in ieee80211_led_tx() 36 void ieee80211_led_assoc(struct ieee80211_local *local, 38 void ieee80211_led_radio(struct ieee80211_local *local, 40 void ieee80211_alloc_led_names(struct ieee80211_local *local); 41 void ieee80211_free_led_names(struct ieee80211_local *local); [all …]
|
/linux-5.10/net/mac802154/ |
D | driver-ops.h | 14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async() argument 16 return local->ops->xmit_async(&local->hw, skb); in drv_xmit_async() 20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync() argument 24 return local->ops->xmit_sync(&local->hw, skb); in drv_xmit_sync() 27 static inline int drv_start(struct ieee802154_local *local) in drv_start() argument 33 trace_802154_drv_start(local); in drv_start() 34 local->started = true; in drv_start() 36 ret = local->ops->start(&local->hw); in drv_start() 37 trace_802154_drv_return_int(local, ret); in drv_start() 41 static inline void drv_stop(struct ieee802154_local *local) in drv_stop() argument [all …]
|
D | main.c | 25 struct ieee802154_local *local = (struct ieee802154_local *)data; in ieee802154_tasklet_handler() local 28 while ((skb = skb_dequeue(&local->skb_queue))) { in ieee802154_tasklet_handler() 35 ieee802154_rx(local, skb); in ieee802154_tasklet_handler() 50 struct ieee802154_local *local; in ieee802154_alloc_hw() local 75 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len; in ieee802154_alloc_hw() 85 local = wpan_phy_priv(phy); in ieee802154_alloc_hw() 86 local->phy = phy; in ieee802154_alloc_hw() 87 local->hw.phy = local->phy; in ieee802154_alloc_hw() 88 local->hw.priv = (char *)local + ALIGN(sizeof(*local), NETDEV_ALIGN); in ieee802154_alloc_hw() 89 local->ops = ops; in ieee802154_alloc_hw() [all …]
|
/linux-5.10/net/rxrpc/ |
D | local_object.c | 2 /* Local endpoint object management 26 * Compare a local to an address. Return -ve, 0 or +ve to indicate less than, 34 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key() argument 39 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key() 40 (local->srx.transport_len - srx->transport_len) ?: in rxrpc_local_cmp_key() 41 (local->srx.transport.family - srx->transport.family)); in rxrpc_local_cmp_key() 50 return ((u16 __force)local->srx.transport.sin.sin_port - in rxrpc_local_cmp_key() 52 memcmp(&local->srx.transport.sin.sin_addr, in rxrpc_local_cmp_key() 60 return ((u16 __force)local->srx.transport.sin6.sin6_port - in rxrpc_local_cmp_key() 62 memcmp(&local->srx.transport.sin6.sin6_addr, in rxrpc_local_cmp_key() [all …]
|
/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_main.c | 45 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface() argument 60 iface->local = local; in hostap_add_interface() 62 list_add(&iface->list, &local->hostap_interfaces); in hostap_add_interface() 64 mdev = local->dev; in hostap_add_interface() 71 hostap_setup_dev(dev, local, type); in hostap_add_interface() 112 if (dev == iface->local->ddev) in hostap_remove_interface() 113 iface->local->ddev = NULL; in hostap_remove_interface() 114 else if (dev == iface->local->apdev) in hostap_remove_interface() 115 iface->local->apdev = NULL; in hostap_remove_interface() 116 else if (dev == iface->local->stadev) in hostap_remove_interface() [all …]
|
D | hostap_hw.c | 24 * host and card memories. BAP0 accesses are protected with local->baplock 125 static void prism2_check_sta_fw_version(local_info_t *local); 131 static int prism2_download(local_info_t *local, 134 static int prism2_download_volatile(local_info_t *local, 136 static int prism2_download_genesis(local_info_t *local, 138 static int prism2_get_ram_size(local_info_t *local); 163 * @local: pointer to private Host AP driver data 168 * Caller must have acquired local->cmdlock before calling this function. 170 static inline void __hostap_cmd_queue_free(local_info_t *local, in __hostap_cmd_queue_free() argument 178 local->cmd_queue_len--; in __hostap_cmd_queue_free() [all …]
|
D | hostap_info.c | 14 static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf, in prism2_info_commtallies16() argument 21 "info frame\n", local->dev->name, left); in prism2_info_commtallies16() 27 local->comm_tallies.name += le16_to_cpu(tallies->name) in prism2_info_commtallies16() 54 static void prism2_info_commtallies32(local_info_t *local, unsigned char *buf, in prism2_info_commtallies32() argument 61 "info frame\n", local->dev->name, left); in prism2_info_commtallies32() 67 local->comm_tallies.name += le32_to_cpu(tallies->name) in prism2_info_commtallies32() 94 static void prism2_info_commtallies(local_info_t *local, unsigned char *buf, in prism2_info_commtallies() argument 97 if (local->tallies32) in prism2_info_commtallies() 98 prism2_info_commtallies32(local, buf, left); in prism2_info_commtallies() 100 prism2_info_commtallies16(local, buf, left); in prism2_info_commtallies() [all …]
|
D | hostap_ioctl.c | 20 local_info_t *local; in hostap_get_wireless_stats() local 24 local = iface->local; in hostap_get_wireless_stats() 30 wstats = &local->wstats; in hostap_get_wireless_stats() 34 local->comm_tallies.rx_discards_wep_undecryptable; in hostap_get_wireless_stats() 36 local->comm_tallies.rx_fcs_errors + in hostap_get_wireless_stats() 37 local->comm_tallies.rx_discards_no_buffer + in hostap_get_wireless_stats() 38 local->comm_tallies.tx_discards_wrong_sa; in hostap_get_wireless_stats() 41 local->comm_tallies.tx_retry_limit_exceeded; in hostap_get_wireless_stats() 43 local->comm_tallies.rx_message_in_bad_msg_fragments; in hostap_get_wireless_stats() 45 if (local->iw_mode != IW_MODE_MASTER && in hostap_get_wireless_stats() [all …]
|
D | hostap_proc.c | 17 local_info_t *local = m->private; in prism2_debug_proc_show() local 21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show() 24 local->txfid[i], local->intransmitfid[i]); in prism2_debug_proc_show() 25 seq_printf(m, "FW TX rate control: %d\n", local->fw_tx_rate_control); in prism2_debug_proc_show() 26 seq_printf(m, "beacon_int=%d\n", local->beacon_int); in prism2_debug_proc_show() 27 seq_printf(m, "dtim_period=%d\n", local->dtim_period); in prism2_debug_proc_show() 28 seq_printf(m, "wds_max_connections=%d\n", local->wds_max_connections); in prism2_debug_proc_show() 29 seq_printf(m, "dev_enabled=%d\n", local->dev_enabled); in prism2_debug_proc_show() 30 seq_printf(m, "sw_tick_stuck=%d\n", local->sw_tick_stuck); in prism2_debug_proc_show() 32 if (local->crypt_info.crypt[i] && in prism2_debug_proc_show() [all …]
|
/linux-5.10/net/nfc/ |
D | llcp_core.c | 21 static void nfc_llcp_rx_skb(struct nfc_llcp_local *local, struct sk_buff *skb); 45 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local 53 if (local == NULL) in nfc_llcp_socket_purge() 56 /* Search for local pending SKBs that are related to this socket */ in nfc_llcp_socket_purge() 57 skb_queue_walk_safe(&local->tx_queue, s, tmp) { in nfc_llcp_socket_purge() 61 skb_unlink(s, &local->tx_queue); in nfc_llcp_socket_purge() 66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release() argument 73 skb_queue_purge(&local->tx_queue); in nfc_llcp_socket_release() 75 write_lock(&local->sockets.lock); in nfc_llcp_socket_release() 77 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release() [all …]
|
/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 83 local cmd=$1; shift 119 local i 122 local j=$((i+1)) 170 local err=$1 171 local msg=$2 181 local err=$1 182 local msg=$2 192 local should_fail=$1; shift 193 local err=$1; shift 194 local what=$1; shift [all …]
|
D | devlink_lib.sh | 49 local resource 50 local path="" 65 local name=$1 66 local resource_name=.[][\"$DEVLINK_DEV\"] 81 local size=$(devlink_resource_get "$@" | jq '.["size_new"]') 92 local new_size=$1 93 local path 108 local still_pending 128 local port=$1; shift 129 local pool=$1; shift [all …]
|
D | mirror_lib.sh | 5 local from_dev=$1; shift 6 local direction=$1; shift 7 local to_dev=$1; shift 8 local filter=$1; shift 17 local from_dev=$1; shift 18 local direction=$1; shift 25 local vrf_name=$1; shift 26 local sip=$1; shift 27 local dip=$1; shift 28 local dev=$1; shift [all …]
|
/linux-5.10/tools/testing/selftests/net/ |
D | vrf_strict_mode_test.sh | 16 local rc=$1 17 local expected=$2 18 local msg="$3" 54 local nsname=$1 55 local nsarg="" 66 local nsname=$1 67 local nsarg="$(ip_expand_args ${nsname})" 74 local nsname=$1 75 local tableid=$2 76 local nsarg="$(ip_expand_args ${nsname})" [all …]
|
/linux-5.10/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 64 local expected="$1" 65 local actual="$2" 66 local error="$3" 85 local name="$1" 86 local cgroup_limit="$2" 87 local reservation_limit="$3" 107 local cgroup="$1" 108 local path="/dev/cgroup/memory/$cgroup/hugetlb.${MB}MB.$reservation_usage_file" 118 local cgroup="$1" 119 local size="$2" [all …]
|