Lines Matching refs:offermsg

194 	const guid_t *guid = &channel->offermsg.offer.if_type;  in hv_get_dev_type()
377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
405 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
474 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
525 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
526 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
546 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
572 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
615 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
616 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
617 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
618 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
644 if (newchannel->offermsg.offer.sub_channel_index == 0) { in vmbus_process_offer()
787 if (channel->offermsg.offer.sub_channel_index >= ncpu || in init_vp_index()
946 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
970 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
1059 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
1061 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1064 if (memcmp(offer, &oldchannel->offermsg, offer_sz) != 0) { in vmbus_onoffer()
1077 &oldchannel->offermsg, offer_sz, in vmbus_onoffer()