Lines Matching full:offer
293 * At the center of the Channel Management library is the Channel Offer. This
294 * struct contains the fundamental information about an offer.
532 /* Offer Channel parameters */
535 struct vmbus_channel_offer offer; member
559 /* Rescind Offer parameters */
566 * Request Offer -- no parameters, SynIC message contains the partition ID
581 /* ID making a particular open request at a channel offer unique. */
937 * The initial offer is considered the primary channel and this
938 * offer message will indicate if the host supports sub-channels.
948 * process context when a sub-channel offer is received from the host.
1096 return !!(o->offer.chn_flags & VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER); in is_hvsock_offer()
1106 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
1270 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1272 * offer's if_type/if_instance can change for every new hvsock
1275 * However, to facilitate the notification of new-offer/rescind-offer
1276 * from vmbus driver to hvsock driver, we can handle hvsock offer as
1279 * specially treat the hvosck offer & driver in vmbus_match().
1376 * GUID definitions of various offer types - services offered to the guest.