Home
last modified time | relevance | path

Searched refs:total_cores (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c125 u32 total_cores = 0; in cpt_load_microcode() local
143 total_cores = CPT_MAX_TOTAL_CORES; /* upto 15 */ in cpt_load_microcode()
146 total_cores = CPT_MAX_SE_CORES; /* upto 9 */ in cpt_load_microcode()
150 for (; core < total_cores ; core++, shift++) { in cpt_load_microcode()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot176 ${total_cores}= Redfish.Get Attribute ${processor} TotalCores
177 Return From Keyword If ${total_cores} is ${NONE} ${0}
178 RETURN ${total_cores}
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1272 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores, in cptx_disable_all_cores() argument
1280 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1300 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1316 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1328 int total_cores, ret; in otx2_cpt_disable_all_cores() local
1330 total_cores = cptpf->eng_grps.avail.max_se_cnt + in otx2_cpt_disable_all_cores()
1335 ret = cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT1); in otx2_cpt_disable_all_cores()
1339 return cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT0); in otx2_cpt_disable_all_cores()