Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dchannel_mgmt.c203 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
460 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
482 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
534 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
535 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
555 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
624 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
625 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
959 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
983 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
[all …]
H A Dvmbus_drv.c93 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
98 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
168 &hv_dev->channel->offermsg.offer.if_type); in class_id_show()
180 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show()
486 channel->offermsg.child_relid, in channel_vp_mapping_show()
493 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
1860 if (!channel->offermsg.monitor_allocated && in vmbus_chan_attr_is_visible()
1968 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
2570 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
2638 &channel->offermsg.offer.if_type, in vmbus_bus_resume()
[all …]
H 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()
222 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack()
249 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack()
467 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
702 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
703 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
827 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
930 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
H A Dconnection.c494 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
H A Dhv_trace.h335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/linux-6.15/drivers/net/hyperv/
H A Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
H A Drndis_filter.c1229 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
H A Dnetvsc.c1448 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
H A Dnetvsc_drv.c847 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/linux-6.15/net/vmw_vsock/
H A 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.15/include/linux/
H A Dhyperv.h782 struct vmbus_channel_offer_channel offermsg; member
1042 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
1047 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
/linux-6.15/drivers/uio/
H A Duio_hv_generic.c86 if (!dev->channel->offermsg.monitor_allocated && irq_state) in hv_uio_irqcontrol()
/linux-6.15/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes; in hyperv_connect_vsp()
/linux-6.15/drivers/video/fbdev/
H A Dhyperv_fb.c657 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()