Searched refs:offermsg (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/hv/ |
D | channel_mgmt.c | 186 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 …]
|
D | channel.c | 66 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()
|
D | vmbus_drv.c | 112 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 …]
|
D | connection.c | 313 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()
|
D | hv_trace.h | 303 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_trace.h | 146 __entry->qid = chan->offermsg.offer.sub_channel_index; 169 __entry->qid = chan->offermsg.offer.sub_channel_index;
|
D | netvsc.c | 1121 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
|
D | rndis_filter.c | 1028 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
|
D | netvsc_drv.c | 801 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
|
/Linux-v4.19/drivers/uio/ |
D | uio_hv_generic.c | 133 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/ |
D | hyperv_transport.c | 335 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/ |
D | hyperv.h | 728 struct vmbus_channel_offer_channel offermsg; member 911 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | hyperv_fb.c | 476 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
|