Home
last modified time | relevance | path

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

/devicemodel/hw/pci/virtio/
A Dvirtio_mei.c248 DPRINTF("\t max_msg_length: %u\n", prop->max_msg_length); in vmei_dbg_client_properties()
416 size_t size = mclient->props.max_msg_length; in vmei_host_client_create()
776 uint32_t max_msg_length; in mei_sysfs_read_properties() local
792 if (mei_sysfs_read_property_u32(devpath, &max_msg_length) < 0) in mei_sysfs_read_properties()
793 max_msg_length = 512; in mei_sysfs_read_properties()
794 props->max_msg_length = max_msg_length; in mei_sysfs_read_properties()
2000 .max_msg_length = VMEI_BUF_SZ, in vmei_start()
/devicemodel/include/
A Dmei.h200 uint32_t max_msg_length; member

Completed in 9 milliseconds