Searched refs:hdr_bytes (Results 1 – 4 of 4) sorted by relevance
604 size_t hdr_bytes) in qrk_capsule_setup_info() argument609 if (hdr_bytes < sizeof(struct quark_security_header)) in qrk_capsule_setup_info()617 if (hdr_bytes < QUARK_SECURITY_HEADER_SIZE + in qrk_capsule_setup_info()657 size_t hdr_bytes) in efi_capsule_setup_info() argument663 if (hdr_bytes < sizeof(efi_capsule_header_t)) in efi_capsule_setup_info()678 ret = quirk_handler(cap_info, &kbuff, hdr_bytes); in efi_capsule_setup_info()
385 size_t msg_bytes, hdr_bytes, payload_size, send_bytes; in sof_ipc3_set_get_data() local416 hdr_bytes = sizeof(struct sof_ipc_ctrl_data); in sof_ipc3_set_get_data()427 hdr_bytes = sizeof(struct sof_ipc_ctrl_data) + sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_data()441 msg_bytes = cdata->rhdr.hdr.size - hdr_bytes; in sof_ipc3_set_get_data()442 payload_size = ipc->max_payload_size - hdr_bytes; in sof_ipc3_set_get_data()446 memcpy(cdata_chunk, cdata, hdr_bytes); in sof_ipc3_set_get_data()455 cdata_chunk->rhdr.hdr.size = hdr_bytes + send_bytes; in sof_ipc3_set_get_data()
92 size_t hdr_bytes) in efi_capsule_setup_info() argument95 if (hdr_bytes < sizeof(efi_capsule_header_t)) in efi_capsule_setup_info()
217 size_t hdr_bytes);
Completed in 14 milliseconds