Searched refs:msgInfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dconnection.c43 struct vmbus_channel_msginfo *msgInfo = NULL; local
90 msgInfo = kzalloc(sizeof(*msgInfo) +
93 if (msgInfo == NULL) {
98 msgInfo->WaitEvent = osd_WaitEventCreate();
99 if (!msgInfo->WaitEvent) {
104 msg = (struct vmbus_channel_initiate_contact *)msgInfo->Msg;
119 list_add_tail(&msgInfo->MsgListEntry,
132 list_del(&msgInfo->MsgListEntry);
137 osd_WaitEventWait(msgInfo
[all...]
H A Dchannel_mgmt.c540 struct vmbus_channel_msginfo *msgInfo; local
554 msgInfo = (struct vmbus_channel_msginfo *)curr;
555 requestHeader = (struct vmbus_channel_message_header *)msgInfo->Msg;
558 openMsg = (struct vmbus_channel_open_channel *)msgInfo->Msg;
561 memcpy(&msgInfo->Response.OpenResult,
564 osd_WaitEventSet(msgInfo->WaitEvent);
583 struct vmbus_channel_msginfo *msgInfo; local
599 msgInfo = (struct vmbus_channel_msginfo *)curr;
600 requestHeader = (struct vmbus_channel_message_header *)msgInfo->Msg;
608 memcpy(&msgInfo
631 struct vmbus_channel_msginfo *msgInfo; local
673 struct vmbus_channel_msginfo *msgInfo; local
762 struct vmbus_channel_msginfo *msgInfo; local
[all...]
H A Dchannel.c33 struct vmbus_channel_msginfo **msgInfo,
435 struct vmbus_channel_msginfo *msgInfo = NULL; local
446 ret = VmbusChannelCreateGpadlHeader(Kbuffer, Size, &msgInfo, &msgCount);
450 msgInfo->WaitEvent = osd_WaitEventCreate();
451 if (!msgInfo->WaitEvent) {
456 gpadlMsg = (struct vmbus_channel_gpadl_header *)msgInfo->Msg;
464 list_add_tail(&msgInfo->MsgListEntry,
472 msgInfo->MessageSize - sizeof(*msgInfo));
474 ret = VmbusPostMessage(gpadlMsg, msgInfo
[all...]

Completed in 69 milliseconds