Lines Matching refs:cpu_num
69 static inline int get_se_device(struct pci_dev **pdev, int *cpu_num) in get_se_device() argument
77 *cpu_num = get_cpu(); in get_se_device()
86 if (*cpu_num >= count) in get_se_device()
87 *cpu_num %= count; in get_se_device()
88 *pdev = se_devices.desc[*cpu_num].dev; in get_se_device()
347 int status, cpu_num; in cpt_enc_dec() local
362 status = get_se_device(&pdev, &cpu_num); in cpt_enc_dec()
378 status = otx_cpt_do_request(pdev, req_info, cpu_num); in cpt_enc_dec()
1224 u32 status, cpu_num; in cpt_aead_enc_dec() local
1267 status = get_se_device(&pdev, &cpu_num); in cpt_aead_enc_dec()
1273 status = otx_cpt_do_request(pdev, req_info, cpu_num); in cpt_aead_enc_dec()