Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1280 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores, in cptx_disable_all_cores() argument
1288 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1308 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1324 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()
1336 int total_cores, ret; in otx2_cpt_disable_all_cores() local
1338 total_cores = cptpf->eng_grps.avail.max_se_cnt + in otx2_cpt_disable_all_cores()
1343 ret = cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT1); in otx2_cpt_disable_all_cores()
1347 return cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT0); in otx2_cpt_disable_all_cores()
/linux/drivers/net/can/esd/
H A Desdacc.c121 ov->total_cores = temp; in acc_init_ov()
141 ov->active_cores, ov->total_cores); in acc_init_ov()
163 ov->bmfifo.irq_cnt = mem + (ov->total_cores + 1U) * ACC_CORE_DMABUF_SIZE; in acc_init_bm_ptr()
H A Desdacc.h258 u8 total_cores; member