Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c87 static int is_eng_type(int val, int eng_type) in is_eng_type() function
95 return is_eng_type(eng_grps->eng_types_supported, eng_type); in dev_supports_eng_type()
159 if (is_eng_type(val, OTX_CPT_AE_TYPES) && in get_ucode_type()
160 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()