Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmei.h35 __u32 max_msg_length; member
/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/
Dclient-buffers.c21 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_rx_ring()
59 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_tx_ring()
Dhbm.h149 uint32_t max_msg_length; member
Dclient.c22 size = cl->tx_ring_free_size * cl->device->fw_client->props.max_msg_length; in ishtp_cl_get_tx_free_buffer_size()
558 if (length > dev->fw_clients[id].props.max_msg_length) { in ishtp_cl_send()
/Linux-v5.4/samples/mei/
Dmei-amt-version.c136 mei_msg(me, "max_message_length %d\n", cl->max_msg_length); in mei_init()
145 me->buf_size = cl->max_msg_length; in mei_init()
/Linux-v5.4/Documentation/driver-api/mei/
Dmei.rst56 data.d.in_client_uuid.max_msg_length);
109 max_msg_length (MTU) in client properties describes the maximum
/Linux-v5.4/drivers/misc/mei/
Ddebugfs.c45 me_cl->props.max_msg_length, in mei_dbgfs_meclients_show()
Dclient.h135 return cl->me_cl->props.max_msg_length; in mei_cl_mtu()
Dmain.c386 me_cl->props.max_msg_length); in mei_ioctl_connect_client()
390 client->max_msg_length = me_cl->props.max_msg_length; in mei_ioctl_connect_client()
Dhw.h306 u32 max_msg_length; member