Searched refs:smt_header (Results 1 – 1 of 1) sorted by relevance
33 struct smt_header { struct43 CASSERT(SCMI_PLAYLOAD_MAX + sizeof(struct smt_header) <= SMT_BUF_SLOT_SIZE, argument97 static struct smt_header *channel_to_smt_hdr(struct scmi_msg_channel *chan) in channel_to_smt_hdr()99 return (struct smt_header *)chan->shm_addr; in channel_to_smt_hdr()111 struct smt_header *smt_hdr; in scmi_proccess_smt()195 struct smt_header *smt_header = channel_to_smt_hdr(chan); in scmi_smt_init_agent_channel() local197 if (smt_header != NULL) { in scmi_smt_init_agent_channel()198 memset(smt_header, 0, sizeof(*smt_header)); in scmi_smt_init_agent_channel()199 smt_header->status = SMT_STATUS_FREE; in scmi_smt_init_agent_channel()
Completed in 3 milliseconds