Home
last modified time | relevance | path

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

/src/sys/dev/firmware/arm/
H A Dscmi.c138 #define buf_to_msg(b) __containerof((b), struct scmi_msg, payld)
721 if (req->msg.payld[0] != 0) in scmi_wait_for_response()
722 ret = req->msg.payld[0]; in scmi_wait_for_response()
724 *out = &req->msg.payld[SCMI_MSG_HDR_SIZE]; in scmi_wait_for_response()
753 return (&req->msg.payld[0]); in scmi_buf_get()
H A Dscmi.h79 uint8_t payld[]; member
H A Dscmi_smc.c139 msg->payld, msg->rx_len - SCMI_MSG_HDR_SIZE, msg->rx_len); in scmi_smc_collect_reply()
H A Dscmi_mailbox.c174 msg->payld, msg->rx_len - SCMI_MSG_HDR_SIZE, msg->rx_len); in scmi_mailbox_collect_reply()