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

/drivers/tty/ipwireless/
H A Dsetup_protocol.h102 struct tl_setup_open_msg open_msg; member in union:ipw_setup_rx_msg
H A Dhardware.c1548 unsigned int channel_idx = rx_msg->open_msg.port_no - 1;
/drivers/hv/
H A Dchannel.c121 struct vmbus_channel_open_channel *open_msg; local
185 open_msg = (struct vmbus_channel_open_channel *)open_info->msg;
186 open_msg->header.msgtype = CHANNELMSG_OPENCHANNEL;
187 open_msg->openid = newchannel->offermsg.child_relid;
188 open_msg->child_relid = newchannel->offermsg.child_relid;
189 open_msg->ringbuffer_gpadlhandle = newchannel->ringbuffer_gpadlhandle;
190 open_msg->downstream_ringbuffer_pageoffset = send_ringbuffer_size >>
192 open_msg->server_contextarea_gpadlhandle = 0;
200 memcpy(open_msg->userdata, userdata, userdatalen);
207 ret = vmbus_post_msg(open_msg,
[all...]

Completed in 79 milliseconds