Searched refs:local (Results 26 - 50 of 406) sorted by relevance

1234567891011>>

/linux-master/net/mac80211/
H A Diface.c70 ieee80211_hw_config(sdata->local, 0);
86 static u32 __ieee80211_idle_off(struct ieee80211_local *local) argument
88 if (!(local->hw.conf.flags & IEEE80211_CONF_IDLE))
91 local->hw.conf.flags &= ~IEEE80211_CONF_IDLE;
95 static u32 __ieee80211_idle_on(struct ieee80211_local *local) argument
97 if (local->hw.conf.flags & IEEE80211_CONF_IDLE)
100 ieee80211_flush_queues(local, NULL, false);
102 local->hw.conf.flags |= IEEE80211_CONF_IDLE;
106 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, argument
112 lockdep_assert_wiphy(local
141 ieee80211_idle_off(struct ieee80211_local *local) argument
146 ieee80211_recalc_idle(struct ieee80211_local *local) argument
156 struct ieee80211_local *local = sdata->local; local
205 struct ieee80211_local *local = sdata->local; local
255 struct ieee80211_local *local = sdata->local; local
298 struct ieee80211_local *local = sdata->local; local
331 struct ieee80211_local *local = sdata->local; local
463 struct ieee80211_local *local = sdata->local; local
773 struct ieee80211_local *local = sdata->local; local
828 struct ieee80211_local *local = sdata->local; local
849 struct ieee80211_local *local = sdata->local; local
887 struct ieee80211_local *local; local
967 struct ieee80211_local *local = sdata->local; local
1007 struct ieee80211_local *local = sdata->local; local
1033 struct ieee80211_local *local = sdata->local; local
1050 ieee80211_recalc_offload(struct ieee80211_local *local) argument
1070 struct ieee80211_local *local = sdata->local; local
1089 struct ieee80211_local *local = sdata->local; local
1103 ieee80211_sdata_init(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata) argument
1119 ieee80211_add_virtual_monitor(struct ieee80211_local *local) argument
1186 ieee80211_del_virtual_monitor(struct ieee80211_local *local) argument
1226 struct ieee80211_local *local = sdata->local; local
1476 ieee80211_iface_process_skb(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) argument
1640 struct ieee80211_local *local = sdata->local; local
1808 struct ieee80211_local *local = sdata->local; local
1924 ieee80211_assign_perm_addr(struct ieee80211_local *local, u8 *perm_addr, enum nl80211_iftype type) argument
2053 ieee80211_if_add(struct ieee80211_local *local, const char *name, unsigned char name_assign_type, struct wireless_dev **new_wdev, enum nl80211_iftype type, struct vif_params *params) argument
2257 ieee80211_remove_interfaces(struct ieee80211_local *local) argument
[all...]
H A Dwbrf.c13 void ieee80211_check_wbrf_support(struct ieee80211_local *local) argument
15 struct wiphy *wiphy = local->hw.wiphy;
25 local->wbrf_supported = acpi_amd_wbrf_supported_producer(dev);
65 void ieee80211_add_wbrf(struct ieee80211_local *local, struct cfg80211_chan_def *chandef) argument
70 if (!local->wbrf_supported)
73 dev = local->hw.wiphy->dev.parent;
80 void ieee80211_remove_wbrf(struct ieee80211_local *local, struct cfg80211_chan_def *chandef) argument
85 if (!local->wbrf_supported)
88 dev = local->hw.wiphy->dev.parent;
H A Dsta_info.c91 static int sta_info_hash_del(struct ieee80211_local *local, argument
94 return rhltable_remove(&local->sta_hash, &sta->hash_node,
98 static int link_sta_info_hash_add(struct ieee80211_local *local, argument
101 lockdep_assert_wiphy(local->hw.wiphy);
103 return rhltable_insert(&local->link_sta_hash,
107 static int link_sta_info_hash_del(struct ieee80211_local *local, argument
110 lockdep_assert_wiphy(local->hw.wiphy);
112 return rhltable_remove(&local->link_sta_hash,
118 struct ieee80211_local *local = sta->sdata->local; local
138 struct ieee80211_local *local = sdata->local; local
191 struct ieee80211_local *local = sdata->local; local
197 sta_info_hash_lookup(struct ieee80211_local *local, const u8 *addr) argument
207 struct ieee80211_local *local = sdata->local; local
232 struct ieee80211_local *local = sdata->local; local
251 link_sta_info_hash_lookup(struct ieee80211_local *local, const u8 *addr) argument
261 struct ieee80211_local *local = sdata->local; local
288 struct ieee80211_local *local = hw_to_local(hw); local
319 sta_info_get_by_addrs(struct ieee80211_local *local, const u8 *sta_addr, const u8 *vif_addr) argument
336 struct ieee80211_local *local = sdata->local; local
402 sta_info_free(struct ieee80211_local *local, struct sta_info *sta) argument
449 sta_info_hash_add(struct ieee80211_local *local, struct sta_info *sta) argument
475 sta_prepare_rate_control(struct ieee80211_local *local, struct sta_info *sta, gfp_t gfp) argument
490 sta_info_alloc_link(struct ieee80211_local *local, struct link_sta_info *link_info, gfp_t gfp) argument
537 struct ieee80211_local *local = sdata->local; local
756 sta_info_insert_drv_state(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct sta_info *sta) argument
796 struct ieee80211_local *local = sdata->local; local
821 struct ieee80211_local *local = sta->local; local
936 struct ieee80211_local *local = sta->local; local
1008 struct ieee80211_local *local = sta->local; local
1113 sta_info_cleanup_expire_buffered_ac(struct ieee80211_local *local, struct sta_info *sta, int ac) argument
1191 sta_info_cleanup_expire_buffered(struct ieee80211_local *local, struct sta_info *sta) argument
1211 struct ieee80211_local *local; local
1283 struct ieee80211_local *local = sta->local; local
1411 struct ieee80211_local *local = sta->local; local
1520 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); local
1540 sta_info_init(struct ieee80211_local *local) argument
1561 sta_info_stop(struct ieee80211_local *local) argument
1572 struct ieee80211_local *local = sdata->local; local
1619 struct ieee80211_local *local = sdata->local; local
1647 struct ieee80211_local *local = hw_to_local(hw); local
1691 struct ieee80211_local *local = sdata->local; local
1776 struct ieee80211_local *local = sdata->local; local
1908 struct ieee80211_local *local = sdata->local; local
1963 struct ieee80211_local *local = sdata->local; local
2233 struct ieee80211_local *local = sta->local; local
2280 struct ieee80211_local *local = sta->sdata->local; local
2353 ieee80211_sta_update_pending_airtime(struct ieee80211_local *local, struct sta_info *sta, u8 ac, u16 tx_airtime, bool tx_completed) argument
2414 sta_stats_decode_rate(struct ieee80211_local *local, u32 rate, struct rate_info *rinfo) argument
2502 struct ieee80211_local *local = sta->local; local
2570 struct ieee80211_local *local = sdata->local; local
2841 struct ieee80211_local *local = sdata->local; local
[all...]
H A Dutil.c42 struct ieee80211_local *local; local
44 local = wiphy_priv(wiphy);
45 return &local->hw;
205 struct ieee80211_local *local = hw_to_local(hw); local
213 sband = local->hw.wiphy->bands[frame_txctl->band];
248 struct ieee80211_local *local = hw_to_local(hw); local
256 sband = local->hw.wiphy->bands[frame_txctl->band];
284 static void wake_tx_push_queue(struct ieee80211_local *local, argument
294 skb = ieee80211_tx_dequeue(&local->hw, queue);
298 drv_tx(local,
306 struct ieee80211_local *local = hw_to_local(hw); local
325 struct ieee80211_local *local = sdata->local; local
389 _ieee80211_wake_txqs(struct ieee80211_local *local, unsigned long *flags) argument
424 struct ieee80211_local *local = from_tasklet(local, t, local
438 struct ieee80211_local *local = hw_to_local(hw); local
483 struct ieee80211_local *local = hw_to_local(hw); local
503 struct ieee80211_local *local = hw_to_local(hw); local
522 struct ieee80211_local *local = hw_to_local(hw); local
538 ieee80211_add_pending_skb(struct ieee80211_local *local, struct sk_buff *skb) argument
560 ieee80211_add_pending_skbs(struct ieee80211_local *local, struct sk_buff_head *skbs) argument
598 struct ieee80211_local *local = hw_to_local(hw); local
620 struct ieee80211_local *local = hw_to_local(hw); local
640 struct ieee80211_local *local = hw_to_local(hw); local
661 ieee80211_get_vif_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata) argument
683 __ieee80211_flush_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, unsigned int queues, bool drop) argument
721 ieee80211_flush_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, bool drop) argument
727 ieee80211_stop_vif_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum queue_stop_reason reason) argument
736 ieee80211_wake_vif_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum queue_stop_reason reason) argument
745 __iterate_interfaces(struct ieee80211_local *local, u32 iter_flags, void (*iterator)(void *data, u8 *mac, struct ieee80211_vif *vif), void *data) argument
791 struct ieee80211_local *local = hw_to_local(hw); local
805 struct ieee80211_local *local = hw_to_local(hw); local
820 struct ieee80211_local *local = hw_to_local(hw); local
829 __iterate_stations(struct ieee80211_local *local, void (*iterator)(void *data, struct ieee80211_sta *sta), void *data) argument
849 struct ieee80211_local *local = hw_to_local(hw); local
886 ieee80211_can_queue_work(struct ieee80211_local *local) argument
898 struct ieee80211_local *local = hw_to_local(hw); local
911 struct ieee80211_local *local = hw_to_local(hw); local
965 struct ieee80211_local *local = sdata->local; local
1079 struct ieee80211_local *local = sdata->local; local
1142 struct ieee80211_local *local = sdata->local; local
1200 struct ieee80211_local *local = sdata->local; local
1477 struct ieee80211_local *local = sdata->local; local
1568 ieee80211_stop_device(struct ieee80211_local *local) argument
1580 ieee80211_flush_completed_scan(struct ieee80211_local *local, bool aborted) argument
1603 ieee80211_handle_reconfig_failure(struct ieee80211_local *local) argument
1642 ieee80211_assign_chanctx(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link) argument
1661 struct ieee80211_local *local = sdata->local; local
1721 ieee80211_reconfig_ap_links(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, u64 changed) argument
1750 ieee80211_reconfig(struct ieee80211_local *local) argument
2218 struct ieee80211_local *local; local
2261 struct ieee80211_local *local = sdata->local; local
2286 struct ieee80211_local *local = sdata->local; local
3069 ieee80211_chandef_he_6ghz_oper(struct ieee80211_local *local, const struct ieee80211_he_operation *he_oper, const struct ieee80211_eht_operation *eht_oper, struct cfg80211_chan_def *chandef) argument
3284 ieee80211_calculate_rx_timestamp(struct ieee80211_local *local, struct ieee80211_rx_status *status, unsigned int mpdu_len, unsigned int mpdu_offset) argument
3436 ieee80211_dfs_cac_cancel(struct ieee80211_local *local) argument
3465 struct ieee80211_local *local = local
3492 struct ieee80211_local *local = hw_to_local(hw); local
3618 struct ieee80211_local *local = sdata->local; local
3847 ieee80211_recalc_dtim(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata) argument
3888 ieee80211_chanctx_radar_detect(struct ieee80211_local *local, struct ieee80211_chanctx *ctx) argument
3926 struct ieee80211_local *local = sdata->local; local
4017 ieee80211_max_num_channels(struct ieee80211_local *local) argument
[all...]
H A Dtrace.h20 #define LOCAL_ASSIGN strscpy(__entry->wiphy_name, wiphy_name(local->hw.wiphy), MAXNAME)
150 TP_PROTO(struct ieee80211_local *local),
151 TP_ARGS(local),
162 TP_PROTO(struct ieee80211_local *local,
164 TP_ARGS(local, sdata),
185 TP_PROTO(struct ieee80211_local *local, u32 value),
186 TP_ARGS(local, value),
205 TP_PROTO(struct ieee80211_local *local,
207 TP_ARGS(local, sdata),
226 TP_PROTO(struct ieee80211_local *local),
[all...]
H A Dwep.h16 void ieee80211_wep_init(struct ieee80211_local *local);
19 int ieee80211_wep_encrypt(struct ieee80211_local *local,
H A Docb.c44 struct ieee80211_local *local = sdata->local; local
53 if (local->num_sta >= IEEE80211_OCB_MAX_STA_ENTRIES) {
75 sband = local->hw.wiphy->bands[band];
81 wiphy_work_queue(local->hw.wiphy, &sdata->work);
124 lockdep_assert_wiphy(sdata->local->hw.wiphy);
150 struct ieee80211_local *local = sdata->local; local
155 wiphy_work_queue(local->hw.wiphy, &sdata->work);
172 struct ieee80211_local *local local
205 struct ieee80211_local *local = sdata->local; local
[all...]
H A Ds1g.c38 struct ieee80211_local *local = sdata->local; local
42 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len);
46 skb_reserve(skb, local->hw.extra_tx_headroom);
68 struct ieee80211_local *local = sdata->local; local
73 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
78 skb_reserve(skb, local->hw.extra_tx_headroom);
119 drv_add_twt_setup(sdata->local, sdata, &sta->sta, twt);
130 drv_twt_teardown_request(sdata->local, sdat
154 struct ieee80211_local *local = sdata->local; local
179 struct ieee80211_local *local = sdata->local; local
[all...]
H A Dwep.c26 void ieee80211_wep_init(struct ieee80211_local *local) argument
29 get_random_bytes(&local->wep_iv, IEEE80211_WEP_IV_LEN);
48 static void ieee80211_wep_get_iv(struct ieee80211_local *local, argument
51 local->wep_iv++;
52 if (ieee80211_wep_weak_iv(local->wep_iv, keylen))
53 local->wep_iv += 0x0100;
58 *iv++ = (local->wep_iv >> 16) & 0xff;
59 *iv++ = (local->wep_iv >> 8) & 0xff;
60 *iv++ = local->wep_iv & 0xff;
65 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, argument
93 ieee80211_wep_remove_iv(struct ieee80211_local *local, struct sk_buff *skb, struct ieee80211_key *key) argument
132 ieee80211_wep_encrypt(struct ieee80211_local *local, struct sk_buff *skb, const u8 *key, int keylen, int keyidx) argument
192 ieee80211_wep_decrypt(struct ieee80211_local *local, struct sk_buff *skb, struct ieee80211_key *key) argument
[all...]
/linux-master/net/nfc/
H A Dllcp_commands.c192 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, argument
200 if (local == NULL)
211 local->remote_version = llcp_tlv_version(tlv);
214 local->remote_miu = llcp_tlv_miux(tlv) + 128;
217 local->remote_wks = llcp_tlv_wks(tlv);
220 local->remote_lto = llcp_tlv_lto(tlv) * 10;
223 local->remote_opt = llcp_tlv_opt(tlv);
235 local->remote_version, local->remote_miu,
236 local
338 struct nfc_llcp_local *local; local
360 struct nfc_llcp_local *local; local
394 struct nfc_llcp_local *local; local
470 struct nfc_llcp_local *local; local
526 nfc_llcp_allocate_snl(struct nfc_llcp_local *local, size_t tlv_length) argument
555 nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, struct hlist_head *tlv_list, size_t tlvs_len) argument
579 nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, struct hlist_head *tlv_list, size_t tlvs_len) argument
613 nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) argument
651 struct nfc_llcp_local *local; local
733 struct nfc_llcp_local *local; local
796 struct nfc_llcp_local *local; local
[all...]
/linux-master/net/mac802154/
H A Dtrace.h18 wpan_phy_name(local->hw.phy), MAXNAME)
37 TP_PROTO(struct ieee802154_local *local),
38 TP_ARGS(local),
49 TP_PROTO(struct ieee802154_local *local),
50 TP_ARGS(local)
54 TP_PROTO(struct ieee802154_local *local, int ret),
55 TP_ARGS(local, ret),
69 TP_PROTO(struct ieee802154_local *local),
70 TP_ARGS(local)
74 TP_PROTO(struct ieee802154_local *local),
[all...]
H A Dieee802154_i.h117 struct ieee802154_local *local; member in struct:ieee802154_sub_if_data
186 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb);
188 int ieee802154_sync_and_hold_queue(struct ieee802154_local *local);
189 int ieee802154_mlme_op_pre(struct ieee802154_local *local);
190 int ieee802154_mlme_tx(struct ieee802154_local *local,
193 int ieee802154_mlme_tx_locked(struct ieee802154_local *local,
196 void ieee802154_mlme_op_post(struct ieee802154_local *local);
197 int ieee802154_mlme_tx_one(struct ieee802154_local *local,
200 int ieee802154_mlme_tx_one_locked(struct ieee802154_local *local,
211 * @local
289 mac802154_is_scanning(struct ieee802154_local *local) argument
300 mac802154_is_beaconing(struct ieee802154_local *local) argument
313 mac802154_is_associating(struct ieee802154_local *local) argument
[all...]
H A Diface.c146 struct ieee802154_local *local = sdata->local; local
152 if (local->hw.flags & IEEE802154_HW_AFILT) {
153 local->addr_filt.pan_id = wpan_dev->pan_id;
154 local->addr_filt.ieee_addr = wpan_dev->extended_addr;
155 local->addr_filt.short_addr = wpan_dev->short_addr;
158 if (local->hw.flags & IEEE802154_HW_LBT) {
159 ret = drv_set_lbt_mode(local, wpan_dev->lbt);
164 if (local->hw.flags & IEEE802154_HW_CSMA_PARAMS) {
165 ret = drv_set_csma_params(local, wpan_de
184 struct ieee802154_local *local = sdata->local; local
213 ieee802154_check_mac_settings(struct ieee802154_local *local, struct ieee802154_sub_if_data *sdata, struct ieee802154_sub_if_data *nsdata) argument
256 struct ieee802154_local *local = sdata->local; local
301 struct ieee802154_local *local = sdata->local; local
607 ieee802154_if_add(struct ieee802154_local *local, const char *name, unsigned char name_assign_type, enum nl802154_iftype type, __le64 extended_addr) argument
694 ieee802154_remove_interfaces(struct ieee802154_local *local) argument
[all...]
H A Drx.c34 struct ieee802154_local *local = local
38 mac_pkt = list_first_entry_or_null(&local->rx_beacon_list,
43 mac802154_process_beacon(local, mac_pkt->skb, mac_pkt->page, mac_pkt->channel);
50 static bool mac802154_should_answer_beacon_req(struct ieee802154_local *local) argument
56 beacon_req = rcu_dereference(local->beacon_req);
65 if (!mac802154_is_beaconing(local))
73 struct ieee802154_local *local = local
79 mac_pkt = list_first_entry_or_null(&local->rx_mac_cmd_list,
91 if (!mac802154_should_answer_beacon_req(local))
94 queue_delayed_work(local
335 __ieee802154_rx_handle_packet(struct ieee802154_local *local, struct sk_buff *skb) argument
372 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) argument
400 ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) argument
442 struct ieee802154_local *local = hw_to_local(hw); local
[all...]
H A Dcfg.c22 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
26 dev = ieee802154_if_add(local, name, name_assign_type, type,
44 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
46 if (!local->open_count)
49 ieee802154_sync_and_hold_queue(local);
53 ieee802154_stop_device(local);
56 local->suspended = true;
62 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
66 if (!local->open_count)
70 ret = drv_start(local, loca
89 struct ieee802154_local *local = wpan_phy_priv(phy); local
108 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
135 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
153 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
171 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
283 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
308 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
322 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
389 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); local
[all...]
/linux-master/arch/x86/um/vdso/
H A Dvdso.lds.S8 * the DSO. We can define local symbols here called VDSO* to make their
29 local: *; label
/linux-master/arch/x86/entry/vdso/
H A Dvdso.lds.S33 local: *; label
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dvdso32.lds.S39 local: *; label
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_debugfs.c57 struct drm_info_list *local; local
61 local = drmm_kmalloc(&guc_to_xe(guc)->drm, DEBUGFS_SIZE, GFP_KERNEL);
62 if (!local)
65 memcpy(local, debugfs_list, DEBUGFS_SIZE);
69 local[i].data = guc;
71 drm_debugfs_create_files(local,
H A Dxe_huc_debugfs.c53 struct drm_info_list *local; local
57 local = drmm_kmalloc(&huc_to_xe(huc)->drm, DEBUGFS_SIZE, GFP_KERNEL);
58 if (!local)
61 memcpy(local, debugfs_list, DEBUGFS_SIZE);
65 local[i].data = huc;
67 drm_debugfs_create_files(local,
/linux-master/net/smc/
H A Dsmc_cdc.h196 union smc_host_cursor *local,
200 smc_curs_copy(save, local, conn);
210 struct smc_host_cdc_msg *local = &conn->local_tx_ctrl; local
212 peer->common.type = local->common.type;
213 peer->len = local->len;
214 peer->seqno = htons(local->seqno);
215 peer->token = htonl(local->token);
216 smc_host_cursor_to_cdc(&peer->prod, &local->prod, save, conn);
217 smc_host_cursor_to_cdc(&peer->cons, &local->cons, save, conn);
218 peer->prod_flags = local
195 smc_host_cursor_to_cdc(union smc_cdc_cursor *peer, union smc_host_cursor *local, union smc_host_cursor *save, struct smc_connection *conn) argument
222 smc_cdc_cursor_to_host(union smc_host_cursor *local, union smc_cdc_cursor *peer, struct smc_connection *conn) argument
241 smcr_cdc_msg_to_host(struct smc_host_cdc_msg *local, struct smc_cdc_msg *peer, struct smc_connection *conn) argument
255 smcd_cdc_msg_to_host(struct smc_host_cdc_msg *local, struct smcd_cdc_msg *peer, struct smc_connection *conn) argument
272 smc_cdc_msg_to_host(struct smc_host_cdc_msg *local, struct smc_cdc_msg *peer, struct smc_connection *conn) argument
[all...]
/linux-master/net/rxrpc/
H A Dio_thread.c17 * handle data received on the local endpoint
29 struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk); local
31 if (unlikely(!local)) {
40 rx_queue = &local->rx_queue;
43 !skb_queue_empty(&local->rx_delay_queue)) {
45 rx_queue = &local->rx_delay_queue;
50 rxrpc_wake_up_io_thread(local);
55 * Handle an error received on the local endpoint.
59 struct rxrpc_local *local; local
63 local
104 rxrpc_input_version(struct rxrpc_local *local, struct sk_buff *skb) argument
175 rxrpc_input_packet(struct rxrpc_local *local, struct sk_buff **_skb) argument
428 struct rxrpc_local *local = data; local
[all...]
H A Dpeer_object.c30 static unsigned long rxrpc_peer_hash_key(struct rxrpc_local *local, argument
39 hash_key = (unsigned long)local / __alignof__(*local);
79 struct rxrpc_local *local,
86 ((unsigned long)peer->local - (unsigned long)local) ?:
117 struct rxrpc_local *local,
122 struct rxrpc_net *rxnet = local->rxnet;
125 if (rxrpc_peer_cmp_key(peer, local, srx, hash_key) == 0 &&
136 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local, argument
78 rxrpc_peer_cmp_key(const struct rxrpc_peer *peer, struct rxrpc_local *local, const struct sockaddr_rxrpc *srx, unsigned long hash_key) argument
116 __rxrpc_lookup_peer_rcu( struct rxrpc_local *local, const struct sockaddr_rxrpc *srx, unsigned long hash_key) argument
152 rxrpc_assess_MTU_size(struct rxrpc_local *local, struct rxrpc_peer *peer) argument
210 rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp, enum rxrpc_peer_trace why) argument
241 rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *peer, unsigned long hash_key) argument
277 rxrpc_create_peer(struct rxrpc_local *local, struct sockaddr_rxrpc *srx, unsigned long hash_key, gfp_t gfp) argument
308 rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer) argument
325 rxrpc_lookup_peer(struct rxrpc_local *local, struct sockaddr_rxrpc *srx, gfp_t gfp) argument
[all...]
H A Dconn_client.c45 static void rxrpc_put_client_connection_id(struct rxrpc_local *local, argument
48 idr_remove(&local->conn_ids, conn->proto.cid >> RXRPC_CIDSHIFT);
54 static void rxrpc_destroy_client_conn_ids(struct rxrpc_local *local) argument
59 if (!idr_is_empty(&local->conn_ids)) {
60 idr_for_each_entry(&local->conn_ids, conn, id) {
67 idr_destroy(&local->conn_ids);
81 bundle->local = call->local;
95 write_lock(&bundle->local->rxnet->conn_lock);
96 list_add_tail(&bundle->proc_link, &bundle->local
143 rxrpc_purge_client_connections(struct rxrpc_local *local) argument
155 struct rxrpc_local *local = bundle->local; local
253 struct rxrpc_local *local = call->local; local
508 rxrpc_connect_client_calls(struct rxrpc_local *local) argument
556 rxrpc_set_client_reap_timer(struct rxrpc_local *local) argument
574 struct rxrpc_local *local = bundle->local; local
697 struct rxrpc_local *local; local
722 struct rxrpc_local *local = conn->local; local
740 rxrpc_discard_expired_client_conns(struct rxrpc_local *local) argument
807 rxrpc_clean_up_local_conns(struct rxrpc_local *local) argument
[all...]
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c477 struct local_info *local; local
485 local = netdev_priv(dev);
486 local->dev = dev;
487 local->p_dev = link;
497 INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task);
506 struct local_info *local = netdev_priv(dev); local
510 cancel_work_sync(&local->tx_timeout_task);
543 struct local_info *local = netdev_priv(dev); local
561 local->mohawk = 0;
562 local
695 struct local_info *local = netdev_priv(dev); local
932 struct local_info *local = netdev_priv(dev); local
1195 struct local_info *local = local
1361 struct local_info *local = netdev_priv(dev); local
1420 struct local_info *local = netdev_priv(dev); local
1452 struct local_info *local = netdev_priv(dev); local
1469 struct local_info *local = netdev_priv(dev); local
1630 struct local_info *local = netdev_priv(dev); local
[all...]

Completed in 307 milliseconds

1234567891011>>