Home
last modified time | relevance | path

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

/drivers/misc/mei/
Damthif.c91 dev->iamthif_mtu = me_cl->props.max_msg_length; in mei_amthif_host_init()
92 dev_dbg(dev->dev, "IAMTHIF_MTU = %d\n", dev->iamthif_mtu); in mei_amthif_host_init()
98 msg_buf = kcalloc(dev->iamthif_mtu, in mei_amthif_host_init()
339 ret = mei_io_cb_alloc_resp_buf(cb, dev->iamthif_mtu); in mei_amthif_write()
520 BUG_ON(dev->iamthif_mtu < dev->iamthif_msg_buf_index + mei_hdr->length); in mei_amthif_irq_read_msg()
Dmei_dev.h579 int iamthif_mtu; member