Searched refs:css_hdr (Results 1 – 3 of 3) sorted by relevance
1614 const struct icp_qat_css_hdr *css_hdr = in qat_uclo_map_auth_fw() local1633 length = (css_hdr->fw_type == CSS_AE_FIRMWARE) ? in qat_uclo_map_auth_fw()1651 memcpy((void *)(uintptr_t)virt_addr, image, sizeof(*css_hdr)); in qat_uclo_map_auth_fw()1654 sizeof(*css_hdr); in qat_uclo_map_auth_fw()1655 virt_addr = virt_addr + sizeof(*css_hdr); in qat_uclo_map_auth_fw()1661 (const void *)(image + sizeof(*css_hdr)), in qat_uclo_map_auth_fw()1672 (const void *)(image + sizeof(*css_hdr) + in qat_uclo_map_auth_fw()1684 (const void *)(image + sizeof(*css_hdr) + in qat_uclo_map_auth_fw()
1202 #define CSS_AE_SIMG_LEN (sizeof(struct css_hdr) + \1206 #define AE_IMG_OFFSET (sizeof(struct css_hdr) + \1242 struct css_hdr { struct
2325 qsi->qsi_css_key = qsi->qsi_css_header + sizeof(struct css_hdr); in qat_aefw_suof_parse_image()2441 struct css_hdr *css = (struct css_hdr *)image; in qat_aefw_alloc_auth_dmamem()2474 memcpy((void *)virt_addr, image, sizeof(struct css_hdr)); in qat_aefw_alloc_auth_dmamem()2476 virt_addr += sizeof(struct css_hdr); in qat_aefw_alloc_auth_dmamem()2477 bus_addr += sizeof(struct css_hdr); in qat_aefw_alloc_auth_dmamem()2478 image += sizeof(struct css_hdr); in qat_aefw_alloc_auth_dmamem()2572 sizeof(struct auth_chunk) + sizeof(struct css_hdr) + in qat_aefw_suof_load()