Searched refs:max_msg_length (Results 1 – 7 of 7) sorted by relevance
21 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()
149 uint32_t max_msg_length; member
704 if (length > dev->fw_clients[id].props.max_msg_length) { in ishtp_cl_send()
115 return me_cl->props.max_msg_length; in mei_me_cl_max_len()187 return cl->me_cl ? cl->me_cl->props.max_msg_length : 0; in mei_cl_mtu()
443 cl_dbg(dev, cl, "FW Client - Max Msg Len = %d\n", me_cl->props.max_msg_length); in mei_ioctl_connect_client()446 client->max_msg_length = me_cl->props.max_msg_length; in mei_ioctl_connect_client()580 client->max_msg_length = cl->me_cl->props.max_msg_length; in mei_ioctl_connect_vtag()
45 me_cl->props.max_msg_length, in mei_dbgfs_meclients_show()
529 u32 max_msg_length; member
Completed in 17 milliseconds