Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
296 if (size < sizeof(struct otx_cpt_ucode_hdr)) in process_tar_file()
299 ucode_hdr = (struct otx_cpt_ucode_hdr *) data; in process_tar_file()
315 sizeof(struct otx_cpt_ucode_hdr) + OTX_CPT_UCODE_SIGN_LEN)) { in process_tar_file()
877 sizeof(struct otx_cpt_ucode_hdr), ucode->size); in copy_ucode_to_dma_mem()
893 struct otx_cpt_ucode_hdr *ucode_hdr; in ucode_load()
903 ucode_hdr = (struct otx_cpt_ucode_hdr *) fw->data; in ucode_load()
914 + 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