Home
last modified time | relevance | path

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

/optee_os/core/drivers/scmi-msg/
A Dsmt.c33 struct smt_header { struct
83 static struct smt_header *channel_to_smt_hdr(struct scmi_msg_channel *chan) in channel_to_smt_hdr()
85 return (struct smt_header *)io_pa_or_va(&chan->shm_addr, in channel_to_smt_hdr()
86 sizeof(struct smt_header)); in channel_to_smt_hdr()
98 struct smt_header *smt_hdr = NULL; in scmi_process_smt()
199 COMPILE_TIME_ASSERT(SCMI_PLAYLOAD_MAX + sizeof(struct smt_header) <= in scmi_smt_init_agent_channel()
203 struct smt_header *smt_header = channel_to_smt_hdr(chan); in scmi_smt_init_agent_channel() local
205 if (smt_header) { in scmi_smt_init_agent_channel()
206 memset(smt_header, 0, sizeof(*smt_header)); in scmi_smt_init_agent_channel()
207 smt_header->status = SMT_STATUS_FREE; in scmi_smt_init_agent_channel()

Completed in 5 milliseconds