open_msg          118 drivers/hv/channel.c 	struct vmbus_channel_open_channel *open_msg;
open_msg          173 drivers/hv/channel.c 	open_msg = (struct vmbus_channel_open_channel *)open_info->msg;
open_msg          174 drivers/hv/channel.c 	open_msg->header.msgtype = CHANNELMSG_OPENCHANNEL;
open_msg          175 drivers/hv/channel.c 	open_msg->openid = newchannel->offermsg.child_relid;
open_msg          176 drivers/hv/channel.c 	open_msg->child_relid = newchannel->offermsg.child_relid;
open_msg          177 drivers/hv/channel.c 	open_msg->ringbuffer_gpadlhandle = newchannel->ringbuffer_gpadlhandle;
open_msg          178 drivers/hv/channel.c 	open_msg->downstream_ringbuffer_pageoffset = newchannel->ringbuffer_send_offset;
open_msg          179 drivers/hv/channel.c 	open_msg->target_vp = newchannel->target_vp;
open_msg          182 drivers/hv/channel.c 		memcpy(open_msg->userdata, userdata, userdatalen);
open_msg          194 drivers/hv/channel.c 	err = vmbus_post_msg(open_msg,
open_msg          197 drivers/hv/channel.c 	trace_vmbus_open(open_msg, err);
open_msg         1551 drivers/tty/ipwireless/hardware.c 			unsigned int channel_idx = rx_msg->open_msg.port_no - 1;
open_msg          103 drivers/tty/ipwireless/setup_protocol.h 	struct tl_setup_open_msg open_msg;