Searched refs:is_eng_type (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.c | 86 static int is_eng_type(int val, int eng_type) in is_eng_type() function 94 return is_eng_type(eng_grps->eng_types_supported, eng_type); in dev_supports_eng_type() 158 if (is_eng_type(val, OTX_CPT_AE_TYPES) && in get_ucode_type() 159 is_eng_type(val, OTX_CPT_SE_TYPES)) in get_ucode_type() 360 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_uc_from_tar_archive() 505 return is_eng_type(ucode->type, eng_type); in otx_cpt_uc_supports_eng_type()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.c | 86 static int is_eng_type(int val, int eng_type) in is_eng_type() function 94 return is_eng_type(eng_grps->eng_types_supported, eng_type); in dev_supports_eng_type() 158 if (is_eng_type(val, OTX_CPT_AE_TYPES) && in get_ucode_type() 159 is_eng_type(val, OTX_CPT_SE_TYPES)) in get_ucode_type() 359 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_uc_from_tar_archive() 504 return is_eng_type(ucode->type, eng_type); in otx_cpt_uc_supports_eng_type()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_ucode.c | 55 static int is_eng_type(int val, int eng_type) in is_eng_type() function 426 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_ucode()
|
Completed in 7 milliseconds