Searched refs:header_bytes (Results 1 – 3 of 3) sorted by relevance
386 size_t payload_bytes, header_bytes; in sof_ipc3_tx_msg() local393 header_bytes = sizeof(struct sof_ipc_cmd_hdr); in sof_ipc3_tx_msg()394 payload_bytes = msg_bytes - header_bytes; in sof_ipc3_tx_msg()398 header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_tx_msg()399 payload_bytes = reply_bytes - header_bytes; in sof_ipc3_tx_msg()403 payload += header_bytes; in sof_ipc3_tx_msg()507 size_t header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_set_get_data() local510 payload += header_bytes; in sof_ipc3_set_get_data()511 sof_ipc3_dump_payload(sdev, payload, data_bytes - header_bytes); in sof_ipc3_set_get_data()
112 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()174 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
21 u32 header_bytes; member