Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c186 const uuid_le *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
472 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
473 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
474 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
475 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
491 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
545 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
546 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
561 newchannel->offermsg.child_relid); in vmbus_process_offer()
583 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_process_offer()
[all …]
Dchannel.c66 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
67 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
176 open_msg->openid = newchannel->offermsg.child_relid; in vmbus_open()
177 open_msg->child_relid = newchannel->offermsg.child_relid; in vmbus_open()
441 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
528 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
627 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
694 cur_channel->offermsg.child_relid); in vmbus_close()
Dvmbus_drv.c112 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
117 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
152 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
174 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
186 hv_dev->channel->offermsg.offer.if_type.b); in class_id_show()
198 hv_dev->channel->offermsg.offer.if_instance.b); in device_id_show()
460 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
472 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
790 hv_process_channel_removal(channel->offermsg.child_relid); in vmbus_device_release()
960 if (channel->offermsg.child_relid != relid) in vmbus_chan_sched()
[all …]
Dconnection.c313 if (channel->offermsg.child_relid == relid) { in relid2channel()
323 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
453 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
Dhv_trace.h303 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
Dnetvsc.c1121 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
Drndis_filter.c1028 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
Dnetvsc_drv.c801 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/Linux-v4.19/drivers/uio/
Duio_hv_generic.c133 u16 q_idx = channel->offermsg.offer.sub_channel_index; in hv_uio_ring_mmap()
209 if (!dev->channel->offermsg.monitor_allocated) { in hv_uio_probe()
/Linux-v4.19/net/vmw_vsock/
Dhyperv_transport.c335 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection()
336 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection()
337 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
/Linux-v4.19/include/linux/
Dhyperv.h728 struct vmbus_channel_offer_channel offermsg; member
911 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel()
/Linux-v4.19/drivers/video/fbdev/
Dhyperv_fb.c476 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()