/Linux-v4.19/crypto/ |
D | testmgr.h | 85 const char *assoc; member 12186 .assoc = "\x3d\xaf\xba\x42\x9d\x9e\xb4\x30" 12214 .assoc = "\x56\x2e\x17\x99\x6d\x09\x3d\x28" 12247 .assoc = "\xc7\x82\xdc\x4c\x09\x8c\x66\xcb" 12279 .assoc = "\x8c\xe8\x2e\xef\xbe\xa0\xda\x3c" 12320 .assoc = "\x00\x00\x43\x21\x00\x00\x00\x01" 12367 .assoc = "\x00\x01\x02\x03\x04\x05\x06\x07" 12410 .assoc = "\x00\x01\x02\x03\x04\x05\x06\x07" 12548 .assoc = "\x3d\xaf\xba\x42\x9d\x9e\xb4\x30" 12578 .assoc = "\x56\x2e\x17\x99\x6d\x09\x3d\x28" [all …]
|
/Linux-v4.19/net/sctp/ |
D | proc.c | 128 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs() argument 134 primary = &assoc->peer.primary_addr; in sctp_seq_dump_remote_addrs() 135 list_for_each_entry_rcu(transport, &assoc->peer.transport_addr_list, in sctp_seq_dump_remote_addrs() 249 struct sctp_association *assoc; in sctp_assocs_seq_show() local 263 assoc = transport->asoc; in sctp_assocs_seq_show() 264 epb = &assoc->base; in sctp_assocs_seq_show() 270 assoc, sk, sctp_sk(sk)->type, sk->sk_state, in sctp_assocs_seq_show() 271 assoc->state, 0, in sctp_assocs_seq_show() 272 assoc->assoc_id, in sctp_assocs_seq_show() 273 assoc->sndbuf_used, in sctp_assocs_seq_show() [all …]
|
D | diag.c | 268 struct sctp_association *assoc = tsp->asoc; in sctp_tsp_dump_one() local 283 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL); in sctp_tsp_dump_one() 288 if (sk != assoc->base.sk) { in sctp_tsp_dump_one() 290 sk = assoc->base.sk; in sctp_tsp_dump_one() 293 err = inet_sctp_diag_fill(sk, assoc, rep, req, in sctp_tsp_dump_one() 321 struct sctp_association *assoc; in sctp_sock_dump() local 325 list_for_each_entry(assoc, &ep->asocs, asocs) { in sctp_sock_dump() 329 if (r->id.idiag_sport != htons(assoc->base.bind_addr.port) && in sctp_sock_dump() 332 if (r->id.idiag_dport != htons(assoc->peer.port) && in sctp_sock_dump() 348 if (inet_sctp_diag_fill(sk, assoc, skb, r, in sctp_sock_dump() [all …]
|
D | objcnt.c | 49 SCTP_DBG_OBJCNT(assoc); 63 SCTP_DBG_OBJCNT_ENTRY(assoc),
|
D | associola.c | 318 SCTP_DBG_OBJCNT_INC(assoc); in sctp_association_new() 438 SCTP_DBG_OBJCNT_DEC(assoc); in sctp_association_destroy() 1087 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate() argument 1090 struct sock *oldsk = assoc->base.sk; in sctp_assoc_migrate() 1095 list_del_init(&assoc->asocs); in sctp_assoc_migrate() 1102 sctp_endpoint_put(assoc->ep); in sctp_assoc_migrate() 1103 sock_put(assoc->base.sk); in sctp_assoc_migrate() 1106 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1107 sctp_endpoint_hold(assoc->ep); in sctp_assoc_migrate() 1110 assoc->base.sk = newsk; in sctp_assoc_migrate() [all …]
|
/Linux-v4.19/drivers/nvme/target/ |
D | fc.c | 49 struct nvmet_fc_tgt_assoc *assoc; member 138 struct nvmet_fc_tgt_assoc *assoc; member 186 nvmet_fc_makeconnid(struct nvmet_fc_tgt_assoc *assoc, u16 qid) in nvmet_fc_makeconnid() argument 188 return (assoc->association_id | qid); in nvmet_fc_makeconnid() 230 static void nvmet_fc_tgt_a_put(struct nvmet_fc_tgt_assoc *assoc); 231 static int nvmet_fc_tgt_a_get(struct nvmet_fc_tgt_assoc *assoc); 238 static void nvmet_fc_delete_target_assoc(struct nvmet_fc_tgt_assoc *assoc); 619 nvmet_fc_alloc_target_queue(struct nvmet_fc_tgt_assoc *assoc, in nvmet_fc_alloc_target_queue() argument 635 if (!nvmet_fc_tgt_a_get(assoc)) in nvmet_fc_alloc_target_queue() 639 assoc->tgtport->fc_target_port.port_num, in nvmet_fc_alloc_target_queue() [all …]
|
/Linux-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 318 uint64_t assoc = cvmx_l2c_get_num_assoc(); in cvmx_l2c_lock_line() local 327 for (way = 0; way < assoc; way++) { in cvmx_l2c_lock_line() 337 if (way >= assoc) { in cvmx_l2c_lock_line() 433 uint64_t assoc, set; in cvmx_l2c_flush() local 446 for (assoc = 0; assoc < n_assoc; assoc++) { in cvmx_l2c_flush() 448 (assoc << assoc_shift) | (set << set_shift)); in cvmx_l2c_flush() 454 for (assoc = 0; assoc < n_assoc; assoc++) in cvmx_l2c_flush() 455 cvmx_l2c_flush_line(assoc, set); in cvmx_l2c_flush() 464 int assoc; in cvmx_l2c_unlock_line() local 477 for (assoc = 0; assoc < CVMX_L2_ASSOC; assoc++) { in cvmx_l2c_unlock_line() [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/cache_shape/ |
D | cache_shape.c | 42 uint16_t assoc; in print_geo() local 46 assoc = val >> 16; in print_geo() 47 if (assoc) in print_geo() 48 printf("%u-way", assoc); in print_geo()
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 282 avf->assoc = bss_conf->assoc; in ath5k_bss_info_changed() 283 if (bss_conf->assoc) in ath5k_bss_info_changed() 284 ah->assoc = bss_conf->assoc; in ath5k_bss_info_changed() 286 ah->assoc = ath5k_any_vif_assoc(ah); in ath5k_bss_info_changed() 289 ath5k_set_beacon_filter(hw, ah->assoc); in ath5k_bss_info_changed() 290 ath5k_hw_set_ledstate(ah, ah->assoc ? in ath5k_bss_info_changed() 292 if (bss_conf->assoc) { in ath5k_bss_info_changed() 435 if (ah->assoc) in ath5k_configure_filter() 543 if (!ah->assoc) in ath5k_sw_scan_start() 552 ath5k_hw_set_ledstate(ah, ah->assoc ? in ath5k_sw_scan_complete()
|
/Linux-v4.19/net/bluetooth/ |
D | amp.c | 38 kfree(ctrl->assoc); in amp_ctrl_destroy() 228 struct amp_assoc *assoc = &hdev->loc_assoc; in read_local_amp_assoc_complete() local 242 memcpy(assoc->data + assoc->offset, rp->frag, frag_len); in read_local_amp_assoc_complete() 243 assoc->offset += frag_len; in read_local_amp_assoc_complete() 251 memcpy(assoc->data + assoc->offset, rp->frag, rem_len); in read_local_amp_assoc_complete() 252 assoc->len = assoc->offset + rem_len; in read_local_amp_assoc_complete() 253 assoc->offset = 0; in read_local_amp_assoc_complete() 374 memcpy(cp->frag, ctrl->assoc, frag_len); in amp_write_rem_assoc_frag()
|
D | a2mp.c | 433 u8 *assoc; in a2mp_getampassoc_rsp() local 435 assoc = kmemdup(rsp->amp_assoc, assoc_len, GFP_KERNEL); in a2mp_getampassoc_rsp() 436 if (!assoc) { in a2mp_getampassoc_rsp() 441 ctrl->assoc = assoc; in a2mp_getampassoc_rsp() 507 u8 *assoc; in a2mp_createphyslink_req() local 509 assoc = kmemdup(req->amp_assoc, assoc_len, GFP_KERNEL); in a2mp_createphyslink_req() 510 if (!assoc) { in a2mp_createphyslink_req() 515 ctrl->assoc = assoc; in a2mp_createphyslink_req()
|
/Linux-v4.19/arch/mips/mm/ |
D | sc-mips.c | 154 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local 169 assoc = cfg & CM_GCR_L2_CONFIG_ASSOC; in mips_sc_probe_cm3() 170 assoc >>= __ffs(CM_GCR_L2_CONFIG_ASSOC); in mips_sc_probe_cm3() 171 c->scache.ways = assoc + 1; in mips_sc_probe_cm3()
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 177 unsigned assoc:8; member 187 unsigned assoc:4; member 197 unsigned assoc:4; member 234 unsigned line_size, lines_per_tag, assoc, size_in_kb; in amd_cpuid4() local 253 assoc = assocs[l1->assoc]; in amd_cpuid4() 261 assoc = assocs[l2.assoc]; in amd_cpuid4() 270 assoc = assocs[l3.assoc]; in amd_cpuid4() 276 assoc = assoc >> 1; in amd_cpuid4() 290 if (assoc == 0xffff) in amd_cpuid4() 293 ebx->split.ways_of_associativity = assoc - 1; in amd_cpuid4()
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_glue.c | 810 u8 *src, *dst, *assoc; in gcmaes_crypt_by_sg() local 822 assoc = scatterwalk_map(&assoc_sg_walk); in gcmaes_crypt_by_sg() 828 assoc = assocmem; in gcmaes_crypt_by_sg() 830 scatterwalk_map_and_copy(assoc, req->src, 0, assoclen, 0); in gcmaes_crypt_by_sg() 842 hash_subkey, assoc, assoclen); in gcmaes_crypt_by_sg() 889 scatterwalk_unmap(assoc); in gcmaes_crypt_by_sg() 919 u8 *src, *dst, *assoc; in gcmaes_encrypt() local 940 assoc = scatterwalk_map(&src_sg_walk); in gcmaes_encrypt() 941 src = assoc + req->assoclen; in gcmaes_encrypt() 949 assoc = kmalloc(req->cryptlen + auth_tag_len + req->assoclen, in gcmaes_encrypt() [all …]
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | join.c | 391 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate() local 404 pos = (u8 *) assoc; in mwifiex_cmd_802_11_associate() 411 memcpy(assoc->peer_sta_addr, in mwifiex_cmd_802_11_associate() 412 bss_desc->mac_address, sizeof(assoc->peer_sta_addr)); in mwifiex_cmd_802_11_associate() 413 pos += sizeof(assoc->peer_sta_addr); in mwifiex_cmd_802_11_associate() 416 assoc->listen_interval = cpu_to_le16(priv->listen_interval); in mwifiex_cmd_802_11_associate() 418 assoc->beacon_period = cpu_to_le16(bss_desc->beacon_period); in mwifiex_cmd_802_11_associate() 420 pos += sizeof(assoc->cap_info_bitmap); in mwifiex_cmd_802_11_associate() 421 pos += sizeof(assoc->listen_interval); in mwifiex_cmd_802_11_associate() 422 pos += sizeof(assoc->beacon_period); in mwifiex_cmd_802_11_associate() [all …]
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_auto_parser.c | 196 short assoc, loc, conn, dev; in snd_hda_parse_pin_defcfg() local 225 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 230 if (!assoc) in snd_hda_parse_pin_defcfg() 233 assoc_line_out = assoc; in snd_hda_parse_pin_defcfg() 234 else if (assoc_line_out != assoc) { in snd_hda_parse_pin_defcfg() 237 nid, assoc, assoc_line_out); in snd_hda_parse_pin_defcfg() 252 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 260 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg() 265 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 273 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
|
/Linux-v4.19/arch/arc/mm/ |
D | cache.c | 52 (p)->sz_k, (p)->assoc, (p)->line_len, \ in arc_cache_mumbojumbo() 151 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr() 153 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr() 159 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr() 170 p_dc->assoc = 4; /* Fixed to 4w set assoc */ in read_decode_cache_bcr() 172 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr() 174 p_dc->assoc = 1 << dbcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr() 1241 int num_colors = dc->sz_k/dc->assoc/TO_KB(PAGE_SIZE); in arc_cache_init_master()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_buffer_mgr.c | 630 sg_virt(req->src), areq_ctx->src.nents, areq_ctx->assoc.nents, in cc_unmap_aead_request() 748 &areq_ctx->assoc.mlli_nents); in cc_aead_chain_iv() 780 areq_ctx->assoc.nents = 0; in cc_aead_chain_assoc() 781 areq_ctx->assoc.mlli_nents = 0; in cc_aead_chain_assoc() 784 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 813 areq_ctx->assoc.nents = mapped_nents; in cc_aead_chain_assoc() 821 (areq_ctx->assoc.nents + 1), in cc_aead_chain_assoc() 836 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 837 cc_add_sg_entry(dev, sg_data, areq_ctx->assoc.nents, req->src, in cc_aead_chain_assoc() 839 &areq_ctx->assoc.mlli_nents); in cc_aead_chain_assoc() [all …]
|
/Linux-v4.19/sound/usb/ |
D | card.c | 291 struct usb_interface_assoc_descriptor *assoc = in snd_usb_create_streams() local 294 if (!assoc) { in snd_usb_create_streams() 306 assoc = iface->intf_assoc; in snd_usb_create_streams() 309 if (!assoc) { in snd_usb_create_streams() 315 int badd = assoc->bFunctionSubClass; in snd_usb_create_streams() 328 for (i = 0; i < assoc->bInterfaceCount; i++) { in snd_usb_create_streams() 329 int intf = assoc->bFirstInterface + i; in snd_usb_create_streams()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 516 bool assoc = false; in rsi_channel_change() local 530 if (bss->assoc) { in rsi_channel_change() 531 assoc = true; in rsi_channel_change() 536 if (assoc) { in rsi_channel_change() 549 if (assoc) { in rsi_channel_change() 635 (!sta_vif || vif->bss_conf.assoc)) in rsi_mac80211_config() 732 __func__, bss_conf->assoc); in rsi_mac80211_bss_info_changed() 733 if (bss_conf->assoc) { in rsi_mac80211_bss_info_changed() 742 bss_conf->assoc, in rsi_mac80211_bss_info_changed() 752 if (bss->assoc) { in rsi_mac80211_bss_info_changed() [all …]
|
/Linux-v4.19/arch/sh/kernel/cpu/ |
D | init.c | 199 #define CSHAPE(totalsize, linesize, assoc) \ argument 200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/Linux-v4.19/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 59 mac80211->driver: TX assoc 60 driver->mac80211: RX assoc response
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sf.c | 93 if (vif->bss_conf.assoc) in iwl_mvm_bound_iface_iterator() 321 } else if (changed_vif->bss_conf.assoc && in iwl_mvm_sf_update()
|
/Linux-v4.19/drivers/crypto/ |
D | atmel-authenc.h | 52 struct scatterlist *assoc, unsigned int assoclen,
|
/Linux-v4.19/include/net/ |
D | ax25.h | 174 static inline void ax25_uid_put(ax25_uid_assoc *assoc) in ax25_uid_put() argument 176 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put() 177 kfree(assoc); in ax25_uid_put()
|