Lines Matching refs:cpu_num
68 static inline int get_se_device(struct pci_dev **pdev, int *cpu_num) in get_se_device() argument
76 *cpu_num = get_cpu(); in get_se_device()
85 if (*cpu_num >= count) in get_se_device()
86 *cpu_num %= count; in get_se_device()
87 *pdev = se_devices.desc[*cpu_num].dev; in get_se_device()
346 int status, cpu_num; in cpt_enc_dec() local
361 status = get_se_device(&pdev, &cpu_num); in cpt_enc_dec()
377 status = otx_cpt_do_request(pdev, req_info, cpu_num); in cpt_enc_dec()
1223 u32 status, cpu_num; in cpt_aead_enc_dec() local
1266 status = get_se_device(&pdev, &cpu_num); in cpt_aead_enc_dec()
1272 status = otx_cpt_do_request(pdev, req_info, cpu_num); in cpt_aead_enc_dec()