Lines Matching refs:offer
186 const uuid_le *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
472 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
473 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
474 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
475 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
491 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
545 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
546 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
811 struct vmbus_channel_offer_channel *offer; in vmbus_onoffer() local
814 offer = (struct vmbus_channel_offer_channel *)hdr; in vmbus_onoffer()
816 trace_vmbus_onoffer(offer); in vmbus_onoffer()
821 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()
834 (offer->is_dedicated_interrupt != 0); in vmbus_onoffer()
835 newchannel->sig_event = offer->connection_id; in vmbus_onoffer()
838 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
840 newchannel->monitor_grp = (u8)offer->monitorid / 32; in vmbus_onoffer()
841 newchannel->monitor_bit = (u8)offer->monitorid % 32; in vmbus_onoffer()