/linux/drivers/nvme/target/ |
A D | fc.c | 815 queue->assoc = assoc; in nvmet_fc_alloc_target_queue() 1114 assoc = kzalloc(sizeof(*assoc), GFP_KERNEL); in nvmet_fc_alloc_target_assoc() 1115 if (!assoc) in nvmet_fc_alloc_target_assoc() 1130 assoc->a_id = idx; in nvmet_fc_alloc_target_assoc() 1155 return assoc; in nvmet_fc_alloc_target_assoc() 1162 kfree(assoc); in nvmet_fc_alloc_target_assoc() 1254 ret = assoc; in nvmet_fc_find_target_assoc() 1683 if (!iod->assoc) in nvmet_fc_ls_create_association() 1772 if (!iod->assoc) in nvmet_fc_ls_create_connection() 1843 iod->assoc = assoc; in nvmet_fc_ls_disconnect() [all …]
|
/linux/net/sctp/ |
A D | proc.c | 260 assoc = transport->asoc; in sctp_assocs_seq_show() 261 epb = &assoc->base; in sctp_assocs_seq_show() 268 assoc->state, 0, in sctp_assocs_seq_show() 269 assoc->assoc_id, in sctp_assocs_seq_show() 270 assoc->sndbuf_used, in sctp_assocs_seq_show() 275 assoc->peer.port); in sctp_assocs_seq_show() 282 assoc->hbinterval, assoc->stream.incnt, in sctp_assocs_seq_show() 283 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show() 284 assoc->init_retries, assoc->shutdown_retries, in sctp_assocs_seq_show() 285 assoc->rtx_data_chunks, in sctp_assocs_seq_show() [all …]
|
A D | diag.c | 250 struct sctp_association *assoc = tsp->asoc; in sctp_sock_dump_one() local 262 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL); in sctp_sock_dump_one() 267 if (ep != assoc->ep) { in sctp_sock_dump_one() 272 err = inet_sctp_diag_fill(sk, assoc, rep, req, sk_user_ns(NETLINK_CB(skb).sk), in sctp_sock_dump_one() 296 struct sctp_association *assoc; in sctp_sock_dump() local 302 list_for_each_entry(assoc, &ep->asocs, asocs) { in sctp_sock_dump() 306 if (r->id.idiag_sport != htons(assoc->base.bind_addr.port) && in sctp_sock_dump() 309 if (r->id.idiag_dport != htons(assoc->peer.port) && in sctp_sock_dump() 325 if (inet_sctp_diag_fill(sk, assoc, skb, r, in sctp_sock_dump() 349 struct sctp_association *assoc = in sctp_sock_filter() local [all …]
|
A D | objcnt.c | 34 SCTP_DBG_OBJCNT(assoc); 48 SCTP_DBG_OBJCNT_ENTRY(assoc),
|
A D | associola.c | 301 SCTP_DBG_OBJCNT_INC(assoc); in sctp_association_new() 421 SCTP_DBG_OBJCNT_DEC(assoc); in sctp_association_destroy() 1077 struct sock *oldsk = assoc->base.sk; in sctp_assoc_migrate() 1082 list_del_init(&assoc->asocs); in sctp_assoc_migrate() 1089 sctp_endpoint_put(assoc->ep); in sctp_assoc_migrate() 1090 sock_put(assoc->base.sk); in sctp_assoc_migrate() 1093 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1094 sctp_endpoint_hold(assoc->ep); in sctp_assoc_migrate() 1097 assoc->base.sk = newsk; in sctp_assoc_migrate() 1098 sock_hold(assoc->base.sk); in sctp_assoc_migrate() [all …]
|
/linux/crypto/ |
A D | testmgr.h | 109 const char *assoc; member 20037 .assoc = zeroed_string, 20883 .assoc = "", 20896 .assoc = "", 20910 .assoc = "", 20926 .assoc = "", 20942 .assoc = "", 20960 .assoc = "", 20980 .assoc = "", 21000 .assoc = "\xd5", [all …]
|
A D | essiv.c | 62 u8 *assoc; member 174 kfree(rctx->assoc); in essiv_aead_done() 194 rctx->assoc = NULL; in essiv_aead_crypt() 221 rctx->assoc = kmalloc(ssize, GFP_ATOMIC); in essiv_aead_crypt() 222 if (!rctx->assoc) in essiv_aead_crypt() 225 scatterwalk_map_and_copy(rctx->assoc, req->src, 0, in essiv_aead_crypt() 227 sg_set_buf(rctx->sg, rctx->assoc, ssize); in essiv_aead_crypt() 250 if (rctx->assoc && err != -EINPROGRESS) in essiv_aead_crypt() 251 kfree(rctx->assoc); in essiv_aead_crypt()
|
/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/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/drivers/net/wireless/ath/ath5k/ |
A D | mac80211-ops.c | 281 avf->assoc = bss_conf->assoc; in ath5k_bss_info_changed() 282 if (bss_conf->assoc) in ath5k_bss_info_changed() 283 ah->assoc = bss_conf->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 (bss_conf->assoc) { in ath5k_bss_info_changed() 434 if (ah->assoc) in ath5k_configure_filter() 542 if (!ah->assoc) in ath5k_sw_scan_start() 551 ath5k_hw_set_ledstate(ah, ah->assoc ? in ath5k_sw_scan_complete()
|
/linux/net/bluetooth/ |
A D | amp.c | 31 kfree(ctrl->assoc); in amp_ctrl_destroy() 220 struct amp_assoc *assoc = &hdev->loc_assoc; in read_local_amp_assoc_complete() local 234 memcpy(assoc->data + assoc->offset, rp->frag, frag_len); in read_local_amp_assoc_complete() 235 assoc->offset += frag_len; in read_local_amp_assoc_complete() 243 memcpy(assoc->data + assoc->offset, rp->frag, rem_len); in read_local_amp_assoc_complete() 244 assoc->len = assoc->offset + rem_len; in read_local_amp_assoc_complete() 245 assoc->offset = 0; in read_local_amp_assoc_complete() 369 memcpy(cp->frag, ctrl->assoc, frag_len); in amp_write_rem_assoc_frag()
|
A D | a2mp.c | 435 u8 *assoc; in a2mp_getampassoc_rsp() local 437 assoc = kmemdup(rsp->amp_assoc, assoc_len, GFP_KERNEL); in a2mp_getampassoc_rsp() 438 if (!assoc) { in a2mp_getampassoc_rsp() 443 ctrl->assoc = assoc; in a2mp_getampassoc_rsp() 510 u8 *assoc; in a2mp_createphyslink_req() local 512 assoc = kmemdup(req->amp_assoc, assoc_len, GFP_KERNEL); in a2mp_createphyslink_req() 513 if (!assoc) { in a2mp_createphyslink_req() 519 ctrl->assoc = assoc; in a2mp_createphyslink_req()
|
/linux/arch/x86/kernel/cpu/ |
A D | cacheinfo.c | 178 unsigned assoc:8; member 188 unsigned assoc:4; member 198 unsigned assoc:4; member 235 unsigned line_size, lines_per_tag, assoc, size_in_kb; in amd_cpuid4() local 255 assoc = assocs[l1->assoc]; in amd_cpuid4() 263 assoc = assocs[l2.assoc]; in amd_cpuid4() 272 assoc = assocs[l3.assoc]; in amd_cpuid4() 278 assoc = assoc >> 1; in amd_cpuid4() 292 if (assoc == 0xffff) in amd_cpuid4() 295 ebx->split.ways_of_associativity = assoc - 1; in amd_cpuid4()
|
/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/drivers/crypto/ccree/ |
A D | cc_buffer_mgr.c | 592 areq_ctx->assoc.nents = 0; in cc_aead_chain_assoc() 593 areq_ctx->assoc.mlli_nents = 0; in cc_aead_chain_assoc() 596 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 609 areq_ctx->assoc.nents = mapped_nents; in cc_aead_chain_assoc() 617 (areq_ctx->assoc.nents + 1), in cc_aead_chain_assoc() 632 areq_ctx->assoc.nents); in cc_aead_chain_assoc() 635 &areq_ctx->assoc.mlli_nents); in cc_aead_chain_assoc() 906 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() 919 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() 930 areq_ctx->assoc.mlli_nents += in cc_update_aead_mlli_nents() [all …]
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | join.c | 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() 423 pos += sizeof(assoc->dtim_period); in mwifiex_cmd_802_11_associate() [all …]
|
/linux/sound/pci/hda/ |
A D | hda_auto_parser.c | 198 short assoc, loc, conn, dev; in snd_hda_parse_pin_defcfg() local 227 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 232 if (!assoc) in snd_hda_parse_pin_defcfg() 235 assoc_line_out = assoc; in snd_hda_parse_pin_defcfg() 236 else if (assoc_line_out != assoc) { in snd_hda_parse_pin_defcfg() 239 nid, assoc, assoc_line_out); in snd_hda_parse_pin_defcfg() 254 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 262 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg() 267 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg() 275 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
|
/linux/arch/arc/mm/ |
A D | cache.c | 49 (p)->sz_k, (p)->assoc, (p)->line_len, \ in arc_cache_mumbojumbo() 162 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr() 164 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr() 170 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr() 181 p_dc->assoc = 4; /* Fixed to 4w set assoc */ in read_decode_cache_bcr() 183 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr() 185 p_dc->assoc = 1 << dbcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr() 1171 int num_colors = dc->sz_k/dc->assoc/TO_KB(PAGE_SIZE); in arc_cache_init_master()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_91x_mac80211.c | 259 if (!bss->assoc) in rsi_mac80211_hw_scan_start() 583 bool assoc = false; in rsi_channel_change() local 597 if (bss->assoc) { in rsi_channel_change() 598 assoc = true; in rsi_channel_change() 603 if (assoc) { in rsi_channel_change() 616 if (assoc) { in rsi_channel_change() 801 if (bss_conf->assoc) { in rsi_mac80211_bss_info_changed() 810 bss_conf->assoc, in rsi_mac80211_bss_info_changed() 820 if (bss->assoc) { in rsi_mac80211_bss_info_changed() 1737 vif->bss_conf.assoc) { in rsi_resume_conn_channel() [all …]
|
/linux/sound/usb/ |
A D | card.c | 289 struct usb_interface_assoc_descriptor *assoc = in snd_usb_create_streams() local 292 if (!assoc) { in snd_usb_create_streams() 304 assoc = iface->intf_assoc; in snd_usb_create_streams() 307 if (!assoc) { in snd_usb_create_streams() 313 int badd = assoc->bFunctionSubClass; in snd_usb_create_streams() 326 for (i = 0; i < assoc->bInterfaceCount; i++) { in snd_usb_create_streams() 327 int intf = assoc->bFirstInterface + i; in snd_usb_create_streams()
|
/linux/arch/sh/kernel/cpu/ |
A D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument 197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/linux/drivers/staging/wfx/ |
A D | sta.c | 158 WARN(!wvif->vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout() 169 if (wvif->vif->bss_conf.assoc && wvif->vif->bss_conf.ps) in wfx_get_ps_timeout() 189 else if (wvif->vif->bss_conf.assoc && wvif->vif->bss_conf.ps) in wfx_get_ps_timeout() 200 if (!wvif->vif->bss_conf.assoc) in wfx_update_pm() 531 if (info->assoc || info->ibss_joined) in wfx_bss_info_changed() 533 else if (!info->assoc && vif->type == NL80211_IFTYPE_STATION) in wfx_bss_info_changed()
|
/linux/arch/arm/mm/ |
A D | cache-l2x0.c | 1033 u32 assoc; in l2x0_of_parse() local 1069 ret = l2x0_cache_size_of_parse(np, aux_val, aux_mask, &assoc, SZ_256K); in l2x0_of_parse() 1073 if (assoc > 8) { in l2x0_of_parse() 1075 pr_err("l2x0 of: %d calculated, max 8\n", assoc); in l2x0_of_parse() 1078 val |= (assoc << L2X0_AUX_CTRL_ASSOC_SHIFT); in l2x0_of_parse() 1132 u32 assoc; in l2c310_of_parse() local 1162 ret = l2x0_cache_size_of_parse(np, aux_val, aux_mask, &assoc, SZ_512K); in l2c310_of_parse() 1164 switch (assoc) { in l2c310_of_parse() 1176 assoc); in l2c310_of_parse()
|
/linux/arch/x86/crypto/ |
A D | aesni-intel_glue.c | 616 u8 *assoc; in gcmaes_crypt_by_sg() local 628 assoc = scatterwalk_map(&assoc_sg_walk); in gcmaes_crypt_by_sg() 637 assoc = assocmem; in gcmaes_crypt_by_sg() 639 scatterwalk_map_and_copy(assoc, req->src, 0, assoclen, 0); in gcmaes_crypt_by_sg() 644 aesni_gcm_init_avx_gen4(aes_ctx, data, iv, hash_subkey, assoc, in gcmaes_crypt_by_sg() 647 aesni_gcm_init_avx_gen2(aes_ctx, data, iv, hash_subkey, assoc, in gcmaes_crypt_by_sg() 650 aesni_gcm_init(aes_ctx, data, iv, hash_subkey, assoc, assoclen); in gcmaes_crypt_by_sg() 654 scatterwalk_unmap(assoc); in gcmaes_crypt_by_sg()
|