Home
last modified time | relevance | path

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

/drivers/hv/
Dchannel.c66 struct vmbus_channel_debug_info *debuginfo) in vmbus_get_debug_info() argument
72 debuginfo->relid = channel->offermsg.child_relid; in vmbus_get_debug_info()
73 debuginfo->state = channel->state; in vmbus_get_debug_info()
74 memcpy(&debuginfo->interfacetype, in vmbus_get_debug_info()
76 memcpy(&debuginfo->interface_instance, in vmbus_get_debug_info()
82 debuginfo->monitorid = channel->offermsg.monitorid; in vmbus_get_debug_info()
84 debuginfo->servermonitor_pending = in vmbus_get_debug_info()
86 debuginfo->servermonitor_latency = in vmbus_get_debug_info()
88 debuginfo->servermonitor_connectionid = in vmbus_get_debug_info()
94 debuginfo->clientmonitor_pending = in vmbus_get_debug_info()
[all …]