Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h81 struct otx_cpt_ucode { struct
97 struct otx_cpt_ucode ucode;/* microcode information */ argument
115 struct otx_cpt_ucode *ucode; /* ucode used by these engines */
141 struct otx_cpt_ucode ucode[OTX_CPT_MAX_ETYPES_PER_GRP];
176 int otx_cpt_uc_supports_eng_type(struct otx_cpt_ucode *ucode, int eng_type);
85 ver_numotx_cpt_ucode global() argument
H A Dotx_cptpf_ucode.c98 static void set_ucode_filename(struct otx_cpt_ucode *ucode, in set_ucode_filename()
503 int otx_cpt_uc_supports_eng_type(struct otx_cpt_ucode *ucode, int eng_type) in otx_cpt_uc_supports_eng_type()
560 static void print_ucode_dbg_info(struct otx_cpt_ucode *ucode) in print_ucode_dbg_info()
831 static void ucode_unload(struct device *dev, struct otx_cpt_ucode *ucode) in ucode_unload()
850 struct otx_cpt_ucode *ucode, in copy_ucode_to_dma_mem()
880 static int ucode_load(struct device *dev, struct otx_cpt_ucode *ucode, in ucode_load()
1194 struct otx_cpt_ucode *ucode; in update_ucode_ptrs()
H A Dotx_cptpf_mbox.c140 struct otx_cpt_ucode *ucode; in otx_cpt_bind_vq_to_grp()