Searched refs:uc_css_header (Results 1 – 6 of 6) sorted by relevance
49 struct uc_css_header { struct85 static_assert(sizeof(struct uc_css_header) == 128); argument
111 const struct uc_css_header *css = data; in css_valid()113 if (unlikely(size < sizeof(struct uc_css_header))) in css_valid()
279 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in __intel_uc_fw_get_upload_size()
331 static int guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()405 struct uc_css_header *css; in parse_css_header()409 if (unlikely(fw_size < sizeof(struct uc_css_header))) { in parse_css_header()412 fw_size, sizeof(struct uc_css_header)); in parse_css_header()416 css = (struct uc_css_header *)fw_data; in parse_css_header()421 if (unlikely(size != sizeof(struct uc_css_header))) { in parse_css_header()425 fw_size, sizeof(struct uc_css_header)); in parse_css_header()436 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + in parse_css_header()873 sizeof(struct uc_css_header) + uc_fw->ucode_size); in uc_fw_xfer()
47 struct uc_css_header { struct86 static_assert(sizeof(struct uc_css_header) == 128); argument
25 return sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->css_offset; in xe_uc_fw_rsa_offset()172 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in __xe_uc_fw_get_upload_size()