IPMI_SSIF_PAYLOAD_MAX
if (!msg.len || msg.len > IPMI_SSIF_PAYLOAD_MAX ||
if (len > IPMI_SSIF_PAYLOAD_MAX) {
__u8 payload[IPMI_SSIF_PAYLOAD_MAX];