Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/cavium/cpt/
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()
/Linux-v6.6/drivers/crypto/marvell/octeontx2/
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()