Home
last modified time | relevance | path

Searched defs:assoc (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c318 uint64_t assoc = cvmx_l2c_get_num_assoc(); in cvmx_l2c_lock_line() local
433 uint64_t assoc, set; in cvmx_l2c_flush() local
464 int assoc; in cvmx_l2c_unlock_line() local
486 int assoc; in cvmx_l2c_unlock_line() local
591 static union __cvmx_l2c_tag __read_l2_tag(uint64_t assoc, uint64_t index) in __read_l2_tag()
867 void cvmx_l2c_flush_line(uint32_t assoc, uint32_t index) in cvmx_l2c_flush_line()
/openbmc/linux/drivers/nvme/target/
H A Dfc.c35 struct nvmet_fc_tgt_assoc *assoc; member
144 struct nvmet_fc_tgt_assoc *assoc; member
961 struct nvmet_fc_tgt_assoc *assoc; in nvmet_fc_find_target_queue() local
1104 struct nvmet_fc_tgt_assoc *assoc = in nvmet_fc_delete_assoc_work() local
1122 struct nvmet_fc_tgt_assoc *assoc, *tmpassoc; in nvmet_fc_alloc_target_assoc() local
1186 struct nvmet_fc_tgt_assoc *assoc = in nvmet_fc_target_assoc_free() local
1262 struct nvmet_fc_tgt_assoc *assoc; in nvmet_fc_find_target_assoc() local
1503 struct nvmet_fc_tgt_assoc *assoc; in __nvmet_fc_free_assocs() local
1549 struct nvmet_fc_tgt_assoc *assoc, *next; in nvmet_fc_invalidate_host() local
1581 struct nvmet_fc_tgt_assoc *assoc; in nvmet_fc_delete_ctrl() local
[all …]
/openbmc/linux/lib/crypto/
H A Daesgcm.c77 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) in aesgcm_mac()
136 int crypt_len, const u8 *assoc, int assoc_len, in aesgcm_encrypt()
166 const u8 *src, int crypt_len, const u8 *assoc, in aesgcm_decrypt()
551 u8 assoc[20]; member
/openbmc/linux/net/sctp/
H A Dproc.c113 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs()
244 struct sctp_association *assoc; in sctp_assocs_seq_show() local
302 struct sctp_association *assoc; in sctp_remaddr_seq_show() local
H A Ddiag.c247 struct sctp_association *assoc = tsp->asoc; in sctp_sock_dump_one() local
293 struct sctp_association *assoc; in sctp_sock_dump() local
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp129 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints() local
307 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation() local
337 auto assoc = assocMaps.pending.begin(); in removeFromPendingAssociations() local
549 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationIfacesEntry() local
H A Dprocessing.cpp67 auto assoc = std::find(ifaces->second.begin(), ifaces->second.end(), in processNameChangeDelete() local
/openbmc/phosphor-logging/
H A Delog_block.hpp48 AssociationList assoc{ in Block() local
/openbmc/qemu/contrib/plugins/
H A Dcache.c75 int assoc; member
233 static const char *cache_config_error(int blksize, int assoc, int cachesize) in cache_config_error()
244 static bool bad_cache_params(int blksize, int assoc, int cachesize) in bad_cache_params()
249 static Cache *cache_init(int blksize, int assoc, int cachesize) in cache_init()
285 static Cache **caches_init(int blksize, int assoc, int cachesize) in caches_init()
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp374 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
396 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
441 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c38 uint16_t assoc; in print_geo() local
/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c114 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) in gcmp10_init()
212 u8 *assoc; in p10_aes_gcm_crypt() local
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp110 for (const auto& assoc : assocs) in getFunctionalVersion() local
/openbmc/linux/arch/mips/mm/
H A Dsc-mips.c153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c193 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
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c196 #define CSHAPE(totalsize, linesize, assoc) \ argument
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.h74 bool assoc; /* are we associated or not */ member
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp186 [&psuInventoryPath](const auto& assoc) { in isAssociated()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp229 std::variant<AssociationList> assoc; in processExistingCallouts() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dcache.h50 u32 assoc; member
/openbmc/linux/crypto/
H A Dtcrypt.c106 unsigned int buflen, const void *assoc, in sg_init_aead()
254 void *assoc; in test_mb_aead_speed() local
531 void *assoc; in test_aead_speed() local
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c32 static uint64_t make_ccsidr64(unsigned assoc, unsigned linesize, in make_ccsidr64()
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_aead.h85 struct cc_mlli assoc; member
/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0.c1033 u32 assoc; in l2x0_of_parse() local
1132 u32 assoc; in l2c310_of_parse() local
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate() local

123