Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hv/
Dchannel_mgmt.c194 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
405 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
474 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
525 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
[all …]
Dvmbus_drv.c93 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
98 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
134 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
156 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
168 &hv_dev->channel->offermsg.offer.if_type); in class_id_show()
180 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show()
492 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
502 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
606 if (!hv_dev->channel->offermsg.monitor_allocated && in vmbus_dev_attr_is_visible()
1195 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
[all …]
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()
Dconnection.c479 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
Dhv_trace.h335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/linux-6.6.21/drivers/net/hyperv/
Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
Dnetvsc.c1398 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
Drndis_filter.c1244 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
Dnetvsc_drv.c880 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/linux-6.6.21/net/vmw_vsock/
Dhyperv_transport.c309 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection()
310 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection()
311 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
/linux-6.6.21/include/linux/
Dhyperv.h824 struct vmbus_channel_offer_channel offermsg; member
1078 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
1083 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
/linux-6.6.21/drivers/uio/
Duio_hv_generic.c243 if (!channel->offermsg.monitor_allocated) { in hv_uio_probe()
/linux-6.6.21/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes; in hyperv_connect_vsp()
/linux-6.6.21/drivers/video/fbdev/
Dhyperv_fb.c656 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()