Lines Matching refs:offer
256 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
257 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
258 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
259 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
275 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
288 init_vp_index(newchannel, &newchannel->offermsg.offer.if_type); in vmbus_process_offer()
319 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
320 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
525 struct vmbus_channel_offer_channel *offer; in vmbus_onoffer() local
528 offer = (struct vmbus_channel_offer_channel *)hdr; in vmbus_onoffer()
559 (offer->is_dedicated_interrupt != 0); in vmbus_onoffer()
561 offer->connection_id; in vmbus_onoffer()
564 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
566 newchannel->monitor_grp = (u8)offer->monitorid / 32; in vmbus_onoffer()
567 newchannel->monitor_bit = (u8)offer->monitorid % 32; in vmbus_onoffer()