Lines Matching refs:offer
238 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
239 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
240 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
241 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
270 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
313 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
314 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
425 struct vmbus_channel_offer_channel *offer; in vmbus_onoffer() local
428 offer = (struct vmbus_channel_offer_channel *)hdr; in vmbus_onoffer()
459 (offer->is_dedicated_interrupt != 0); in vmbus_onoffer()
461 offer->connection_id; in vmbus_onoffer()
464 init_vp_index(newchannel, &offer->offer.if_type); in vmbus_onoffer()
466 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
468 newchannel->monitor_grp = (u8)offer->monitorid / 32; in vmbus_onoffer()
469 newchannel->monitor_bit = (u8)offer->monitorid % 32; in vmbus_onoffer()