Home
last modified time | relevance | path

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

/drivers/misc/mei/
Damthif.c88 dev->iamthif_mtu = dev->me_clients[i].props.max_msg_length; in mei_amthif_host_init()
96 msg_buf = kcalloc(dev->iamthif_mtu, in mei_amthif_host_init()
358 ret = mei_io_cb_alloc_resp_buf(cb, dev->iamthif_mtu); in mei_amthif_write()
525 BUG_ON(dev->iamthif_mtu < dev->iamthif_msg_buf_index + mei_hdr->length); in mei_amthif_irq_read_msg()
Dmei_dev.h423 int iamthif_mtu; member