Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.c135 static int get_ucode_type(struct otx_cpt_ucode_hdr *ucode_hdr, int *ucode_type) in get_ucode_type()
287 struct otx_cpt_ucode_hdr *ucode_hdr; in process_tar_file()
295 if (size < sizeof(struct otx_cpt_ucode_hdr)) in process_tar_file()
298 ucode_hdr = (struct otx_cpt_ucode_hdr *) data; in process_tar_file()
308 sizeof(struct otx_cpt_ucode_hdr) + OTX_CPT_UCODE_SIGN_LEN)) { in process_tar_file()
871 sizeof(struct otx_cpt_ucode_hdr), ucode->size); in copy_ucode_to_dma_mem()
887 struct otx_cpt_ucode_hdr *ucode_hdr; in ucode_load()
896 ucode_hdr = (struct otx_cpt_ucode_hdr *) fw->data; in ucode_load()
901 + sizeof(struct otx_cpt_ucode_hdr) + OTX_CPT_UCODE_SIGN_LEN)) { in ucode_load()
A Dotx_cptpf_ucode.h74 struct otx_cpt_ucode_hdr { struct

Completed in 6 milliseconds