Searched refs:SCMI_MAX_MSG_REPLY_SIZE (Results 1 – 2 of 2) sorted by relevance
43 #define SCMI_MAX_MSG_REPLY_SIZE(sc) (SCMI_MAX_MSG_PAYLD_SIZE((sc)) + sizeof(uint32_t)) macro44 #define SCMI_MAX_MSG_SIZE(sc) (SCMI_MAX_MSG_REPLY_SIZE(sc) + sizeof(uint32_t))
384 rx_payld_sz > SCMI_MAX_MSG_REPLY_SIZE(sc)) { in scmi_req_initialized_alloc()