Home
last modified time | relevance | path

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

/sound/soc/sof/
A Dipc3.c386 size_t payload_bytes, header_bytes; in sof_ipc3_tx_msg() local
393 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() local
510 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()

Completed in 5 milliseconds