Searched refs:max_msg_length (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmei.h35 __u32 max_msg_length; member in struct:mei_client
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c21 size_t len = cl->device->fw_client->props.max_msg_length;
59 size_t len = cl->device->fw_client->props.max_msg_length;
H A Dhbm.h149 uint32_t max_msg_length; member in struct:ishtp_client_properties
H A Dclient.c23 size = cl->tx_ring_free_size * cl->device->fw_client->props.max_msg_length;
723 if (length > dev->fw_clients[id].props.max_msg_length) {
/linux-master/drivers/misc/mei/
H A Dclient.h117 return me_cl->props.max_msg_length;
189 return cl->me_cl ? cl->me_cl->props.max_msg_length : 0;
H A Ddebugfs.c45 me_cl->props.max_msg_length,
H A Dmain.c446 me_cl->props.max_msg_length);
449 client->max_msg_length = me_cl->props.max_msg_length;
583 client->max_msg_length = cl->me_cl->props.max_msg_length;
H A Dhw.h521 * @max_msg_length: MTU of the client
531 u32 max_msg_length; member in struct:mei_client_properties
/linux-master/samples/mei/
H A Dmei-amt-version.c136 mei_msg(me, "max_message_length %d\n", cl->max_msg_length);
145 me->buf_size = cl->max_msg_length;

Completed in 148 milliseconds