Home
last modified time | relevance | path

Searched refs:offer (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/drivers/hv/
H A Dchannel_mgmt.c194 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 Dhv_trace.h30 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 Dvmbus_drv.c168 &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 Dchannel_mgmt.c175 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 Dhv_trace.h30 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 Dvmbus_drv.c203 &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 Dnetvsc_trace.h146 __entry->qid = chan->offermsg.offer.sub_channel_index;
169 __entry->qid = chan->offermsg.offer.sub_channel_index;
H A Drndis_filter.c1152 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
H A Dnetvsc.c1183 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
H A Dnetvsc_drv.c901 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/kernel/linux/linux-6.6/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 Dnetvsc.c1398 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
H A Drndis_filter.c1244 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
H A Dnetvsc_drv.c880 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c300 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 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()
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h264 * 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 Dhyperv.h274 * 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 Dhyperv_drm_proto.c521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes; in hyperv_connect_vsp()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c674 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c656 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()

Completed in 42 milliseconds