Lines Matching defs:msg

948                            void *msg, uint32_t msglen,  in vmbus_channel_send()
998 void *msg, uint32_t msglen) in vmbus_channel_send_completion()
1517 const struct hyperv_post_message_input *msg) in enqueue_incoming_message()
1543 static uint16_t vmbus_recv_message(const struct hyperv_post_message_input *msg, in vmbus_recv_message()
1587 struct hyperv_message msg = { in post_msg() local
1651 vmbus_message_initiate_contact *msg, in handle_initiate_contact()
1687 struct vmbus_message_version_response msg = { in send_handshake() local
1726 struct vmbus_message_offer_channel msg = { in send_offer() local
1783 static void handle_gpadl_header(VMBus *vmbus, vmbus_message_gpadl_header *msg, in handle_gpadl_header()
1829 static void handle_gpadl_body(VMBus *vmbus, vmbus_message_gpadl_body *msg, in handle_gpadl_body()
1865 struct vmbus_message_gpadl_created msg = { in send_create_gpadl() local
1897 vmbus_message_gpadl_teardown *msg, in handle_gpadl_teardown()
1923 struct vmbus_message_gpadl_torndown msg = { in send_teardown_gpadl() local
1953 static void handle_open_channel(VMBus *vmbus, vmbus_message_open_channel *msg, in handle_open_channel()
1986 struct vmbus_message_open_result msg = { in send_open_channel() local
2041 static void handle_close_channel(VMBus *vmbus, vmbus_message_close_channel *msg, in handle_close_channel()
2063 static void handle_unload(VMBus *vmbus, void *msg, uint32_t msglen) in handle_unload()
2070 vmbus_message_header msg = { in send_unload() local
2091 struct vmbus_message_header *msg; in process_message() local