Searched refs:vmbus_channel_msginfo (Results 1 – 4 of 4) sorted by relevance
71 struct vmbus_channel_msginfo *open_info = NULL; in vmbus_open()216 struct vmbus_channel_msginfo **msginfo, in create_gpadl_header()223 struct vmbus_channel_msginfo *msgheader; in create_gpadl_header()224 struct vmbus_channel_msginfo *msgbody = NULL; in create_gpadl_header()240 msgsize = sizeof(struct vmbus_channel_msginfo) + in create_gpadl_header()278 msgsize = sizeof(struct vmbus_channel_msginfo) + in create_gpadl_header()284 struct vmbus_channel_msginfo *pos = NULL; in create_gpadl_header()285 struct vmbus_channel_msginfo *tmp = NULL; in create_gpadl_header()324 msgsize = sizeof(struct vmbus_channel_msginfo) + in create_gpadl_header()367 struct vmbus_channel_msginfo *msginfo = NULL; in vmbus_establish_gpadl()[all …]
535 struct vmbus_channel_msginfo *msginfo; in vmbus_onopen_result()579 struct vmbus_channel_msginfo *msginfo; in vmbus_ongpadl_created()627 struct vmbus_channel_msginfo *msginfo; in vmbus_ongpadl_torndown()671 struct vmbus_channel_msginfo *msginfo; in vmbus_onversion_response()751 struct vmbus_channel_msginfo *msginfo; in vmbus_request_offers()
67 static int vmbus_negotiate_version(struct vmbus_channel_msginfo *msginfo, in vmbus_negotiate_version()131 struct vmbus_channel_msginfo *msginfo = NULL; in vmbus_connect()
597 struct vmbus_channel_msginfo { struct623 struct vmbus_channel_msginfo info; argument