| /linux/drivers/nvme/target/ |
| A D | fc.c | 820 queue->assoc = assoc; in nvmet_fc_alloc_target_queue() 1147 assoc = kzalloc(sizeof(*assoc), GFP_KERNEL); in nvmet_fc_alloc_target_assoc() 1148 if (!assoc) in nvmet_fc_alloc_target_assoc() 1180 return assoc; in nvmet_fc_alloc_target_assoc() 1185 kfree(assoc); in nvmet_fc_alloc_target_assoc() 1218 kfree(assoc); in nvmet_fc_target_assoc_free() 1273 ret = assoc; in nvmet_fc_find_target_assoc() 1701 if (!iod->assoc) in nvmet_fc_ls_create_association() 1792 if (!iod->assoc) in nvmet_fc_ls_create_connection() 1863 iod->assoc = assoc; in nvmet_fc_ls_disconnect() [all …]
|
| /linux/net/sctp/ |
| A D | proc.c | 258 assoc = transport->asoc; in sctp_assocs_seq_show() 259 epb = &assoc->base; in sctp_assocs_seq_show() 266 assoc->state, 0, in sctp_assocs_seq_show() 267 assoc->assoc_id, in sctp_assocs_seq_show() 268 assoc->sndbuf_used, in sctp_assocs_seq_show() 273 assoc->peer.port); in sctp_assocs_seq_show() 280 assoc->hbinterval, assoc->stream.incnt, in sctp_assocs_seq_show() 281 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show() 282 assoc->init_retries, assoc->shutdown_retries, in sctp_assocs_seq_show() 283 assoc->rtx_data_chunks, in sctp_assocs_seq_show() [all …]
|
| A D | diag.c | 247 struct sctp_association *assoc = tsp->asoc; in sctp_sock_dump_one() local 259 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL); in sctp_sock_dump_one() 264 if (ep != assoc->ep) { in sctp_sock_dump_one() 269 err = inet_sctp_diag_fill(sk, assoc, rep, req, sk_user_ns(NETLINK_CB(skb).sk), in sctp_sock_dump_one() 293 struct sctp_association *assoc; in sctp_sock_dump() local 299 list_for_each_entry(assoc, &ep->asocs, asocs) { in sctp_sock_dump() 303 if (r->id.idiag_sport != htons(assoc->base.bind_addr.port) && in sctp_sock_dump() 306 if (r->id.idiag_dport != htons(assoc->peer.port) && in sctp_sock_dump() 322 if (inet_sctp_diag_fill(sk, assoc, skb, r, in sctp_sock_dump()
|
| A D | objcnt.c | 34 SCTP_DBG_OBJCNT(assoc); 48 SCTP_DBG_OBJCNT_ENTRY(assoc),
|
| A D | associola.c | 298 SCTP_DBG_OBJCNT_INC(assoc); in sctp_association_new() 418 SCTP_DBG_OBJCNT_DEC(assoc); in sctp_association_destroy() 1074 struct sock *oldsk = assoc->base.sk; in sctp_assoc_migrate() 1079 list_del_init(&assoc->asocs); in sctp_assoc_migrate() 1086 sctp_endpoint_put(assoc->ep); in sctp_assoc_migrate() 1087 sock_put(assoc->base.sk); in sctp_assoc_migrate() 1090 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1091 sctp_endpoint_hold(assoc->ep); in sctp_assoc_migrate() 1094 assoc->base.sk = newsk; in sctp_assoc_migrate() 1095 sock_hold(assoc->base.sk); in sctp_assoc_migrate() [all …]
|
| /linux/arch/mips/cavium-octeon/executive/ |
| A D | cvmx-l2c.c | 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() 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() 486 int assoc; in cvmx_l2c_unlock_line() local 494 for (assoc = 0; assoc < CVMX_L2_ASSOC; assoc++) { in cvmx_l2c_unlock_line() 609 debug_val.s.set = assoc; in __read_l2_tag() [all …]
|
| /linux/crypto/ |
| A D | testmgr.h | 111 const char *assoc; member 22410 .assoc = zeroed_string, 23256 .assoc = "", 23269 .assoc = "", 23283 .assoc = "", 23299 .assoc = "", 23315 .assoc = "", 23333 .assoc = "", 23353 .assoc = "", 23373 .assoc = "\xd5", [all …]
|
| A D | essiv.c | 62 u8 *assoc; member 177 kfree(rctx->assoc); in essiv_aead_done() 199 rctx->assoc = NULL; in essiv_aead_crypt() 226 rctx->assoc = kmalloc(ssize, GFP_ATOMIC); in essiv_aead_crypt() 227 if (!rctx->assoc) in essiv_aead_crypt() 230 scatterwalk_map_and_copy(rctx->assoc, req->src, 0, in essiv_aead_crypt() 232 sg_set_buf(rctx->sg, rctx->assoc, ssize); in essiv_aead_crypt() 255 if (rctx->assoc && err != -EINPROGRESS && err != -EBUSY) in essiv_aead_crypt() 256 kfree(rctx->assoc); in essiv_aead_crypt()
|
| /linux/lib/crypto/ |
| A D | aesgcm.c | 90 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) in aesgcm_mac() argument 96 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len); in aesgcm_mac() 149 int crypt_len, const u8 *assoc, int assoc_len, in aesgcm_encrypt() argument 179 const u8 *src, int crypt_len, const u8 *assoc, in aesgcm_decrypt() argument 188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf); in aesgcm_decrypt() 564 u8 assoc[20]; member 599 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef" 658 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef" 673 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef" 709 aesgcm_tv[i].assoc, aesgcm_tv[i].alen, in libaesgcm_init() [all …]
|
| /linux/tools/testing/selftests/powerpc/cache_shape/ |
| A D | cache_shape.c | 38 uint16_t assoc; in print_geo() local 42 assoc = val >> 16; in print_geo() 43 if (assoc) in print_geo() 44 printf("%u-way", assoc); in print_geo()
|
| /linux/arch/powerpc/crypto/ |
| A D | aes-gcm-p10-glue.c | 114 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) in gcmp10_init() argument 138 set_aad(gctx, hash, assoc, assoclen); in gcmp10_init() 212 u8 *assoc; in p10_aes_gcm_crypt() local 230 assoc = scatterwalk_map(&assoc_sg_walk); in p10_aes_gcm_crypt() 239 assoc = assocmem; in p10_aes_gcm_crypt() 241 scatterwalk_map_and_copy(assoc, req->src, 0, assoclen, 0); in p10_aes_gcm_crypt() 245 gcmp10_init(gctx, iv, (unsigned char *) &ctx->enc_key, hash, assoc, assoclen); in p10_aes_gcm_crypt() 249 scatterwalk_unmap(assoc); in p10_aes_gcm_crypt()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| A D | mac80211-ops.c | 281 avf->assoc = vif->cfg.assoc; in ath5k_bss_info_changed() 282 if (vif->cfg.assoc) in ath5k_bss_info_changed() 283 ah->assoc = vif->cfg.assoc; in ath5k_bss_info_changed() 285 ah->assoc = ath5k_any_vif_assoc(ah); in ath5k_bss_info_changed() 288 ath5k_set_beacon_filter(hw, ah->assoc); in ath5k_bss_info_changed() 289 ath5k_hw_set_ledstate(ah, ah->assoc ? in ath5k_bss_info_changed() 291 if (vif->cfg.assoc) { in ath5k_bss_info_changed() 433 if (ah->assoc) in ath5k_configure_filter() 541 if (!ah->assoc) in ath5k_sw_scan_start() 550 ath5k_hw_set_ledstate(ah, ah->assoc ? in ath5k_sw_scan_complete()
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| A D | hi6220-coresight.dtsi | 388 arm,cs-dev-assoc = <&etm0>; 401 arm,cs-dev-assoc = <&etm1>; 414 arm,cs-dev-assoc = <&etm2>; 427 arm,cs-dev-assoc = <&etm3>; 440 arm,cs-dev-assoc = <&etm4>; 453 arm,cs-dev-assoc = <&etm5>; 466 arm,cs-dev-assoc = <&etm6>; 479 arm,cs-dev-assoc = <&etm7>;
|
| /linux/arch/mips/mm/ |
| A D | sc-mips.c | 153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local 168 assoc = cfg & CM_GCR_L2_CONFIG_ASSOC; in mips_sc_probe_cm3() 169 assoc >>= __ffs(CM_GCR_L2_CONFIG_ASSOC); in mips_sc_probe_cm3() 170 c->scache.ways = assoc + 1; in mips_sc_probe_cm3()
|
| /linux/arch/x86/kernel/cpu/ |
| A D | cacheinfo.c | 193 unsigned assoc:8; member 203 unsigned assoc:4; member 213 unsigned assoc:4; member 250 unsigned line_size, lines_per_tag, assoc, size_in_kb; in amd_cpuid4() local 270 assoc = assocs[l1->assoc]; in amd_cpuid4() 278 assoc = assocs[l2.assoc]; in amd_cpuid4() 287 assoc = assocs[l3.assoc]; in amd_cpuid4() 293 assoc = assoc >> 1; in amd_cpuid4() 307 if (assoc == 0xffff) in amd_cpuid4() 310 ebx->split.ways_of_associativity = assoc - 1; in amd_cpuid4()
|
| /linux/include/crypto/ |
| A D | gcm.h | 77 int crypt_len, const u8 *assoc, int assoc_len, 81 const u8 *src, int crypt_len, const u8 *assoc,
|
| /linux/arch/arc/mm/ |
| A D | cache.c | 104 int vipt, assoc; in arc_cache_mumbojumbo() local 113 assoc = 2; /* Fixed to 2w set assoc */ in arc_cache_mumbojumbo() 115 assoc = 1 << ibcr.config; /* 1,2,4,8 */ in arc_cache_mumbojumbo() 120 p_ic->colors = p_ic->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo() 124 p_ic->sz_k, assoc, p_ic->line_len, in arc_cache_mumbojumbo() 136 assoc = 4; /* Fixed to 4w set assoc */ in arc_cache_mumbojumbo() 137 p_dc->colors = p_dc->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo() 140 assoc = 1 << dbcr.config; /* 1,2,4,8 */ in arc_cache_mumbojumbo() 149 p_dc->sz_k, assoc, p_dc->line_len, in arc_cache_mumbojumbo()
|
| /linux/sound/pci/hda/ |
| A D | hda_auto_parser.c | 194 short assoc, loc, conn, dev; in snd_hda_parse_pin_defcfg() local 223 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 228 if (!assoc) in snd_hda_parse_pin_defcfg() 231 assoc_line_out = assoc; in snd_hda_parse_pin_defcfg() 232 else if (assoc_line_out != assoc) { in snd_hda_parse_pin_defcfg() 235 nid, assoc, assoc_line_out); in snd_hda_parse_pin_defcfg() 250 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 258 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg() 263 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 271 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
|
| /linux/drivers/crypto/ccree/ |
| A D | cc_buffer_mgr.c | 601 areq_ctx->assoc.nents = 0; in cc_aead_chain_assoc() 602 areq_ctx->assoc.mlli_nents = 0; in cc_aead_chain_assoc() 605 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 618 areq_ctx->assoc.nents = mapped_nents; in cc_aead_chain_assoc() 626 (areq_ctx->assoc.nents + 1), in cc_aead_chain_assoc() 641 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 644 &areq_ctx->assoc.mlli_nents); in cc_aead_chain_assoc() 915 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() 928 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() 939 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() [all …]
|
| /linux/net/mac80211/tests/ |
| A D | mfp.c | 16 bool sta, mfp, decrypted, unicast, assoc; member 195 .assoc = true, 238 if (params->assoc) in accept_mfp()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | join.c | 394 pos = (u8 *) assoc; in mwifiex_cmd_802_11_associate() 401 memcpy(assoc->peer_sta_addr, in mwifiex_cmd_802_11_associate() 402 bss_desc->mac_address, sizeof(assoc->peer_sta_addr)); in mwifiex_cmd_802_11_associate() 403 pos += sizeof(assoc->peer_sta_addr); in mwifiex_cmd_802_11_associate() 406 assoc->listen_interval = cpu_to_le16(priv->listen_interval); in mwifiex_cmd_802_11_associate() 408 assoc->beacon_period = cpu_to_le16(bss_desc->beacon_period); in mwifiex_cmd_802_11_associate() 410 pos += sizeof(assoc->cap_info_bitmap); in mwifiex_cmd_802_11_associate() 411 pos += sizeof(assoc->listen_interval); in mwifiex_cmd_802_11_associate() 412 pos += sizeof(assoc->beacon_period); in mwifiex_cmd_802_11_associate() 413 pos += sizeof(assoc->dtim_period); in mwifiex_cmd_802_11_associate() [all …]
|
| /linux/arch/arm64/boot/dts/arm/ |
| A D | juno-base.dtsi | 302 arm,cs-dev-assoc = <&etm0>; 374 arm,cs-dev-assoc = <&etm1>; 411 arm,cs-dev-assoc = <&etm2>; 495 arm,cs-dev-assoc = <&etm3>; 532 arm,cs-dev-assoc = <&etm4>; 569 arm,cs-dev-assoc = <&etm5>; 589 arm,cs-dev-assoc = <&etr_sys>; 598 arm,cs-dev-assoc = <&etf_sys0>; 608 arm,cs-dev-assoc = <&stm_sys>; 615 arm,cs-dev-assoc = <&tpiu_sys>;
|
| /linux/drivers/net/wireless/rsi/ |
| A D | rsi_91x_mac80211.c | 258 if (!vif->cfg.assoc) in rsi_mac80211_hw_scan_start() 582 bool assoc = false; in rsi_channel_change() local 595 if (vif->cfg.assoc) { in rsi_channel_change() 596 assoc = true; in rsi_channel_change() 601 if (assoc) { in rsi_channel_change() 614 if (assoc) { in rsi_channel_change() 799 if (vif->cfg.assoc) { in rsi_mac80211_bss_info_changed() 808 vif->cfg.assoc, in rsi_mac80211_bss_info_changed() 818 if (vif->cfg.assoc) { in rsi_mac80211_bss_info_changed() 1740 vif->cfg.assoc) { in rsi_resume_conn_channel() [all …]
|
| /linux/arch/sh/kernel/cpu/ |
| A D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument 197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /linux/sound/usb/ |
| A 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()
|