Lines Matching full:offer
269 * At the center of the Channel Management library is the Channel Offer. This
270 * struct contains the fundamental information about an offer.
508 /* Offer Channel parameters */
511 struct vmbus_channel_offer offer; member
535 /* Rescind Offer parameters */
542 * Request Offer -- no parameters, SynIC message contains the partition ID
557 /* ID making a particular open request at a channel offer unique. */
903 * The initial offer is considered the primary channel and this
904 * offer message will indicate if the host supports sub-channels.
914 * process context when a sub-channel offer is received from the host.
1043 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel()
1049 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
1222 * A hvsock offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1224 * offer's if_type/if_instance can change for every new hvsock
1227 * However, to facilitate the notification of new-offer/rescind-offer
1228 * from vmbus driver to hvsock driver, we can handle hvsock offer as
1231 * specially treat the hvosck offer & driver in vmbus_match().
1327 * GUID definitions of various offer types - services offered to the guest.