Home
last modified time | relevance | path

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

/linux/drivers/hv/
A Dchannel_mgmt.c192 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
449 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
471 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
523 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
524 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
539 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
609 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
610 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
941 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
965 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
[all …]
A Dchannel.c133 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
134 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
220 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack()
247 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack()
492 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
721 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
722 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
846 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
947 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
A Dvmbus_drv.c132 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
137 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
207 &hv_dev->channel->offermsg.offer.if_type); in class_id_show()
219 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show()
531 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
541 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
665 if (!hv_dev->channel->offermsg.monitor_allocated && in vmbus_dev_attr_is_visible()
1964 channel->offermsg.offer.sub_channel_index); in subchannel_id_show()
1998 if (!channel->offermsg.monitor_allocated && in vmbus_chan_attr_is_visible()
2024 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
[all …]
A Dconnection.c526 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
A Dhv_trace.h335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/linux/drivers/net/hyperv/
A Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
A Dnetvsc.c1289 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
A Drndis_filter.c1239 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
A Dnetvsc_drv.c926 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/linux/net/vmw_vsock/
A Dhyperv_transport.c300 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection()
301 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection()
302 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
/linux/include/linux/
A Dhyperv.h819 struct vmbus_channel_offer_channel offermsg; member
1049 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel()
1055 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
/linux/drivers/uio/
A Duio_hv_generic.c243 if (!channel->offermsg.monitor_allocated) { in hv_uio_probe()
/linux/drivers/gpu/drm/hyperv/
A Dhyperv_drm_proto.c530 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes; in hyperv_connect_vsp()
/linux/drivers/video/fbdev/
A Dhyperv_fb.c685 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()

Completed in 41 milliseconds