Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dchannel_mgmt.c174 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
417 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
418 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
485 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
486 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
501 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
538 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
567 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
568 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
569 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
[all …]
Dvmbus_drv.c102 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
107 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
142 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
164 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
176 hv_dev->channel->offermsg.offer.if_type.b); in class_id_show()
188 hv_dev->channel->offermsg.offer.if_instance.b); in device_id_show()
501 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
513 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
635 if (!hv_dev->channel->offermsg.monitor_allocated && in vmbus_dev_attr_is_visible()
1103 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
[all …]
Dchannel.c54 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
55 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
175 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
176 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
463 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
558 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
655 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
Dconnection.c322 if (channel->offermsg.child_relid == relid) { in relid2channel()
332 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
462 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
Dhv_trace.h303 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
Dnetvsc.c1119 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
Drndis_filter.c1089 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
Dnetvsc_drv.c827 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c336 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection()
337 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection()
338 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
/Linux-v5.4/include/linux/
Dhyperv.h726 struct vmbus_channel_offer_channel offermsg; member
939 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel()
945 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
/Linux-v5.4/drivers/uio/
Duio_hv_generic.c245 if (!channel->offermsg.monitor_allocated) { in hv_uio_probe()
/Linux-v5.4/drivers/video/fbdev/
Dhyperv_fb.c467 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()