Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dplatform-vsc.c29 #define MEI_VSC_MAX_MSG_SIZE 512 macro
53 char tx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
55 char rx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
173 return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE; in mei_vsc_hbuf_empty_slots()
178 return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE; in mei_vsc_hbuf_depth()
192 if (!data || data_len > MEI_VSC_MAX_MSG_SIZE) in mei_vsc_write()
224 return MEI_VSC_MAX_MSG_SIZE / MEI_SLOT_SIZE; in mei_vsc_count_full_read_slots()