Searched refs:openMsg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dchannel.c118 struct vmbus_channel_open_channel *openMsg; local
200 openMsg = (struct vmbus_channel_open_channel *)openInfo->Msg;
201 openMsg->Header.MessageType = ChannelMessageOpenChannel;
202 openMsg->OpenId = NewChannel->OfferMsg.ChildRelId;
203 openMsg->ChildRelId = NewChannel->OfferMsg.ChildRelId;
204 openMsg->RingBufferGpadlHandle = NewChannel->RingBufferGpadlHandle;
205 openMsg->DownstreamRingBufferPageOffset = SendRingBufferSize >>
207 openMsg->ServerContextAreaGpadlHandle = 0; /* TODO */
215 memcpy(openMsg->UserData, UserData, UserDataLen);
224 ret = VmbusPostMessage(openMsg,
[all...]
H A Dchannel_mgmt.c542 struct vmbus_channel_open_channel *openMsg; local
558 openMsg = (struct vmbus_channel_open_channel *)msgInfo->Msg;
559 if (openMsg->ChildRelId == result->ChildRelId &&
560 openMsg->OpenId == result->OpenId) {

Completed in 61 milliseconds