Searched refs:msgdata (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 1585 static void post_msg(VMBus *vmbus, void *msgdata, uint32_t msglen) in post_msg() argument 1598 trace_vmbus_post_msg(((struct vmbus_message_header *)msgdata)->message_type, in post_msg() 1601 memcpy(msg.payload, msgdata, msglen); in post_msg() 1696 static void handle_request_offers(VMBus *vmbus, void *msgdata, uint32_t msglen) in handle_request_offers() argument 2089 void *msgdata; in process_message() local 2103 msgdata = hv_msg->payload; in process_message() 2104 msg = msgdata; in process_message() 2110 handle_initiate_contact(vmbus, msgdata, msglen); in process_message() 2113 handle_request_offers(vmbus, msgdata, msglen); in process_message() 2116 handle_gpadl_header(vmbus, msgdata, msglen); in process_message() [all …]
|