Lines Matching full:offer
273 * At the center of the Channel Management library is the Channel Offer. This
274 * struct contains the fundamental information about an offer.
512 /* Offer Channel parameters */
515 struct vmbus_channel_offer offer; member
539 /* Rescind Offer parameters */
546 * Request Offer -- no parameters, SynIC message contains the partition ID
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()
1250 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1252 * offer's if_type/if_instance can change for every new hvsock
1255 * However, to facilitate the notification of new-offer/rescind-offer
1256 * from vmbus driver to hvsock driver, we can handle hvsock offer as
1259 * specially treat the hvosck offer & driver in vmbus_match().
1361 * GUID definitions of various offer types - services offered to the guest.