/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-l2c.c | 318 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 D | fc.c | 35 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 D | aesgcm.c | 77 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 D | proc.c | 113 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 D | diag.c | 247 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 D | associations.cpp | 129 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 D | processing.cpp | 67 auto assoc = std::find(ifaces->second.begin(), ifaces->second.end(), in processNameChangeDelete() local
|
/openbmc/phosphor-logging/ |
H A D | elog_block.hpp | 48 AssociationList assoc{ in Block() local
|
/openbmc/qemu/contrib/plugins/ |
H A D | cache.c | 75 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 D | associations.cpp | 374 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 D | cache_shape.c | 38 uint16_t assoc; in print_geo() local
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-gcm-p10-glue.c | 114 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 D | msl_verify.cpp | 110 for (const auto& assoc : assocs) in getFunctionalVersion() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | sc-mips.c | 153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H 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
|
/openbmc/linux/arch/sh/kernel/cpu/ |
H A D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | base.h | 74 bool assoc; /* are we associated or not */ member
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.cpp | 186 [&psuInventoryPath](const auto& assoc) { in isAssociated()
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.cpp | 229 std::variant<AssociationList> assoc; in processExistingCallouts() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cache.h | 50 u32 assoc; member
|
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 106 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 D | cpu64.c | 32 static uint64_t make_ccsidr64(unsigned assoc, unsigned linesize, in make_ccsidr64()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_aead.h | 85 struct cc_mlli assoc; member
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-l2x0.c | 1033 u32 assoc; in l2x0_of_parse() local 1132 u32 assoc; in l2c310_of_parse() local
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate() local
|