/kernel/linux/linux-6.6/drivers/hv/ |
H A D | channel_mgmt.c | 194 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 525 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() 526 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work() 578 * vmbus_process_offer - Process the offer by creating a channel/device 579 * associated with this offer 615 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 616 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer() 617 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 618 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer() 644 if (newchannel->offermsg.offer in vmbus_process_offer() 948 vmbus_setup_channel_state(struct vmbus_channel *channel, struct vmbus_channel_offer_channel *offer) vmbus_setup_channel_state() argument 972 find_primary_channel_by_offer(const struct vmbus_channel_offer_channel *offer) find_primary_channel_by_offer() argument 998 vmbus_is_valid_offer(const struct vmbus_channel_offer_channel *offer) vmbus_is_valid_offer() argument 1022 struct vmbus_channel_offer_channel *offer; vmbus_onoffer() local [all...] |
H A D | hv_trace.h | 30 TP_PROTO(const struct vmbus_channel_offer_channel *offer), 31 TP_ARGS(offer), 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 44 __entry->monitorid = offer->monitorid; 45 __entry->is_ddc_int = offer->is_dedicated_interrupt; 46 __entry->connection_id = offer->connection_id; 47 export_guid(__entry->if_type, &offer->offer.if_type); 48 export_guid(__entry->if_instance, &offer->offer [all...] |
H A D | vmbus_drv.c | 168 &hv_dev->channel->offermsg.offer.if_type); in class_id_show() 180 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 1098 * may still be handling the original offer. We deal with in vmbus_on_msg_dpc() 1130 * The host sends the offer message of a given channel in vmbus_on_msg_dpc() 1148 * to the CPUs which will execute the offer & rescind in vmbus_on_msg_dpc() 1773 channel->offermsg.offer.sub_channel_index); in subchannel_id_show() 1902 &child_device_obj->channel->offermsg.offer.if_instance); in vmbus_device_register()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel_mgmt.c | 175 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 493 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() 494 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work() 546 * vmbus_process_offer - Process the offer by creating a channel/device 547 * associated with this offer 595 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 596 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer() 597 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 598 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer() 611 if (newchannel->offermsg.offer in vmbus_process_offer() 879 vmbus_setup_channel_state(struct vmbus_channel *channel, struct vmbus_channel_offer_channel *offer) vmbus_setup_channel_state() argument 905 find_primary_channel_by_offer(const struct vmbus_channel_offer_channel *offer) find_primary_channel_by_offer() argument 937 struct vmbus_channel_offer_channel *offer; vmbus_onoffer() local [all...] |
H A D | hv_trace.h | 30 TP_PROTO(const struct vmbus_channel_offer_channel *offer), 31 TP_ARGS(offer), 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 44 __entry->monitorid = offer->monitorid; 45 __entry->is_ddc_int = offer->is_dedicated_interrupt; 46 __entry->connection_id = offer->connection_id; 47 export_guid(__entry->if_type, &offer->offer.if_type); 48 export_guid(__entry->if_instance, &offer->offer [all...] |
H A D | vmbus_drv.c | 203 &hv_dev->channel->offermsg.offer.if_type); in class_id_show() 215 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 1110 * may still be handling the original offer. We deal with in vmbus_on_msg_dpc() 1140 * The host sends the offer message of a given channel in vmbus_on_msg_dpc() 1158 * to the CPUs which will execute the offer & rescind in vmbus_on_msg_dpc() 1881 channel->offermsg.offer.sub_channel_index); in subchannel_id_show() 2010 &child_device_obj->channel->offermsg.offer.if_instance); in vmbus_device_register()
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_trace.h | 146 __entry->qid = chan->offermsg.offer.sub_channel_index; 169 __entry->qid = chan->offermsg.offer.sub_channel_index;
|
H A D | rndis_filter.c | 1152 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
|
H A D | netvsc.c | 1183 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
|
H A D | netvsc_drv.c | 901 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_trace.h | 146 __entry->qid = chan->offermsg.offer.sub_channel_index; 169 __entry->qid = chan->offermsg.offer.sub_channel_index;
|
H A D | netvsc.c | 1398 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
|
H A D | rndis_filter.c | 1244 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
|
H A D | netvsc_drv.c | 880 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | hyperv_transport.c | 300 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection() 301 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection() 302 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | hyperv_transport.c | 309 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 264 * struct contains the fundamental information about an offer. 504 struct vmbus_channel_offer offer; member 556 /* ID making a particular open request at a channel offer unique. */ 869 * The initial offer is considered the primary channel and this 870 * offer message will indicate if the host supports sub-channels. 880 * process context when a sub-channel offer is received from the host. 995 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel() 1001 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel() 1184 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER 1186 * offer' [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 274 * struct contains the fundamental information about an offer. 515 struct vmbus_channel_offer offer; member 561 /* ID making a particular open request at a channel offer unique. */ 914 * The initial offer is considered the primary channel and this 915 * offer message will indicate if the host supports sub-channels. 925 * process context when a sub-channel offer is received from the host. 1073 return !!(o->offer.chn_flags & VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER); in is_hvsock_offer() 1083 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel() 1247 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER 1249 * offer' [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes; in hyperv_connect_vsp()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 674 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 656 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
|