Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c1497 struct ath10k_ce_crash_hdr *ce_hdr; in ath10k_coredump_build() local
1510 len += sizeof(*dump_tlv) + sizeof(*ce_hdr) + in ath10k_coredump_build()
1511 CE_COUNT * sizeof(ce_hdr->entries[0]); in ath10k_coredump_build()
1571 dump_tlv->tlv_len = cpu_to_le32(struct_size(ce_hdr, entries, in ath10k_coredump_build()
1573 ce_hdr = (struct ath10k_ce_crash_hdr *)(dump_tlv->tlv_data); in ath10k_coredump_build()
1574 ce_hdr->ce_count = cpu_to_le32(CE_COUNT); in ath10k_coredump_build()
1575 memset(ce_hdr->reserved, 0, sizeof(ce_hdr->reserved)); in ath10k_coredump_build()
1576 memcpy(ce_hdr->entries, crash_data->ce_crash_data, in ath10k_coredump_build()
1577 CE_COUNT * sizeof(ce_hdr->entries[0])); in ath10k_coredump_build()
1578 sofar += sizeof(*dump_tlv) + sizeof(*ce_hdr) + in ath10k_coredump_build()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c2019 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v6_0_cp_gfx_load_microcode() local
2029 ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in gfx_v6_0_cp_gfx_load_microcode()
2033 amdgpu_ucode_print_gfx_hdr(&ce_hdr->header); in gfx_v6_0_cp_gfx_load_microcode()
2047 (adev->gfx.ce_fw->data + le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in gfx_v6_0_cp_gfx_load_microcode()
2048 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in gfx_v6_0_cp_gfx_load_microcode()
H A Dgfx_v9_0.c3268 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v9_0_cp_gfx_load_microcode() local
3278 ce_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v9_0_cp_gfx_load_microcode()
3284 amdgpu_ucode_print_gfx_hdr(&ce_hdr->header); in gfx_v9_0_cp_gfx_load_microcode()
3302 le32_to_cpu(ce_hdr->header.ucode_array_offset_bytes)); in gfx_v9_0_cp_gfx_load_microcode()
3303 fw_size = le32_to_cpu(ce_hdr->header.ucode_size_bytes) / 4; in gfx_v9_0_cp_gfx_load_microcode()