Lines Matching refs:offermsg

203 	const guid_t *guid = &channel->offermsg.offer.if_type;  in hv_get_dev_type()
386 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
420 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
423 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
450 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
460 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
482 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
483 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
534 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
535 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
555 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
581 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
624 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
625 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
626 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
627 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
653 if (newchannel->offermsg.offer.sub_channel_index == 0) { in vmbus_process_offer()
796 if (channel->offermsg.offer.sub_channel_index >= ncpu || in init_vp_index()
969 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
993 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
1082 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
1084 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1087 if (memcmp(offer, &oldchannel->offermsg, offer_sz) != 0) { in vmbus_onoffer()
1100 &oldchannel->offermsg, offer_sz, in vmbus_onoffer()