MEI_VSC_MAX_MSG_SIZE
return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE;
return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE;
if (!data || data_len > MEI_VSC_MAX_MSG_SIZE)
return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE;
char tx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
char rx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;