Searched refs:offermsg (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/hv/
H A Dchannel_mgmt.c194 const guid_t *guid = &channel->offermsg.offer.if_type;
377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS))
405 vmbus_connection.channels[channel->offermsg.child_relid],
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS))
414 vmbus_connection.channels[channel->offermsg.child_relid],
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID &&
451 if (channel->offermsg.child_relid != INVALID_RELID)
473 if (channel->offermsg.child_relid != INVALID_RELID)
474 vmbus_release_relid(channel->offermsg.child_relid);
525 &newchannel->offermsg
[all...]
H A Dvmbus_drv.c93 return (u8)channel->offermsg.monitorid / 32;
98 return (u8)channel->offermsg.monitorid % 32;
134 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid);
156 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.monitorid);
168 &hv_dev->channel->offermsg.offer.if_type);
180 &hv_dev->channel->offermsg.offer.if_instance);
486 channel->offermsg.child_relid,
493 cur_sc->offermsg.child_relid,
596 if (!hv_dev->channel->offermsg.monitor_allocated &&
1185 rescind->child_relid = channel->offermsg
[all...]
H A Dchannel.c133 if (channel->offermsg.monitor_allocated && !channel->low_latency) {
134 vmbus_send_interrupt(channel->offermsg.child_relid);
222 msg.child_relid = channel->offermsg.child_relid;
249 msg->child_relid = channel->offermsg.child_relid;
467 gpadlmsg->child_relid = channel->offermsg.child_relid;
702 open_msg->openid = newchannel->offermsg.child_relid;
703 open_msg->child_relid = newchannel->offermsg.child_relid;
827 msg->child_relid = channel->offermsg.child_relid;
930 msg->child_relid = channel->offermsg.child_relid;
H A Dconnection.c494 u32 child_relid = channel->offermsg.child_relid;
H A Dhv_trace.h335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
H A Drndis_filter.c1243 u16 chn_index = new_sc->offermsg.offer.sub_channel_index;
H A Dnetvsc.c1403 u16 q_idx = channel->offermsg.offer.sub_channel_index;
H A Dnetvsc_drv.c880 u16 q_idx = channel->offermsg.offer.sub_channel_index;
/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c309 if_type = &chan->offermsg.offer.if_type;
310 if_instance = &chan->offermsg.offer.if_instance;
311 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0];
/linux-master/drivers/uio/
H A Duio_hv_generic.c245 if (!channel->offermsg.monitor_allocated) {
/linux-master/include/linux/
H A Dhyperv.h845 struct vmbus_channel_offer_channel offermsg; member in struct:vmbus_channel
1099 return is_hvsock_offer(&c->offermsg);
1104 return c->offermsg.offer.sub_channel_index != 0;
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes;
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c655 screen_fb_size = hdev->channel->offermsg.offer.

Completed in 203 milliseconds