Lines Matching refs:offermsg
174 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
417 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
418 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
485 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
486 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
501 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
538 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
567 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
568 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
569 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
570 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
583 if (newchannel->offermsg.offer.sub_channel_index == 0) { in vmbus_process_offer()
886 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
909 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
949 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
951 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
954 if (memcmp(offer, &oldchannel->offermsg, offer_sz) == 0) { in vmbus_onoffer()
969 16, 4, &oldchannel->offermsg, offer_sz, in vmbus_onoffer()