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

/linux-master/drivers/hv/
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 Dchannel_mgmt.c194 const guid_t *guid = &channel->offermsg.offer.if_type;
525 &newchannel->offermsg.offer.if_type,
526 &newchannel->offermsg.offer.if_instance,
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,
616 &newchannel->offermsg.offer.if_type) &&
617 guid_equal(&channel->offermsg.offer.if_instance,
618 &newchannel->offermsg.offer.if_instance)) {
644 if (newchannel->offermsg.offer
948 vmbus_setup_channel_state(struct vmbus_channel *channel, struct vmbus_channel_offer_channel *offer) argument
972 find_primary_channel_by_offer(const struct vmbus_channel_offer_channel *offer) argument
998 vmbus_is_valid_offer(const struct vmbus_channel_offer_channel *offer) argument
1022 struct vmbus_channel_offer_channel *offer; local
[all...]
H A Dvmbus_drv.c168 &hv_dev->channel->offermsg.offer.if_type);
180 &hv_dev->channel->offermsg.offer.if_instance);
1088 * may still be handling the original offer. We deal with
1120 * The host sends the offer message of a given channel
1138 * to the CPUs which will execute the offer & rescind
1763 channel->offermsg.offer.sub_channel_index);
1892 &child_device_obj->channel->offermsg.offer.if_instance);
/linux-master/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.c1243 u16 chn_index = new_sc->offermsg.offer.sub_channel_index;
H A Dnetvsc.c1403 u16 q_idx = channel->offermsg.offer.sub_channel_index;
H A Dnetvsc_drv.c880 u16 q_idx = channel->offermsg.offer.sub_channel_index;
/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c309 if_type = &chan->offermsg.offer.if_type;
310 if_instance = &chan->offermsg.offer.if_instance;
311 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0];
/linux-master/include/linux/
H A Dhyperv.h294 * struct contains the fundamental information about an offer.
535 struct vmbus_channel_offer offer; member in struct:vmbus_channel_offer_channel
581 /* ID making a particular open request at a channel offer unique. */
935 * The initial offer is considered the primary channel and this
936 * offer message will indicate if the host supports sub-channels.
946 * process context when a sub-channel offer is received from the host.
1094 return !!(o->offer.chn_flags & VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER);
1104 return c->offermsg.offer.sub_channel_index != 0;
1268 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1270 * offer'
[all...]
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c521 hv->mmio_megabytes = hdev->channel->offermsg.offer.mmio_megabytes;
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c655 screen_fb_size = hdev->channel->offermsg.offer.

Completed in 353 milliseconds