Lines Matching refs:offermsg
192 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
375 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
403 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
409 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
412 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
439 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
449 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
471 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
472 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
523 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
524 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
539 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
566 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
609 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
610 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
611 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
612 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
638 if (newchannel->offermsg.offer.sub_channel_index == 0) { in vmbus_process_offer()
780 if (channel->offermsg.offer.sub_channel_index >= ncpu || in init_vp_index()
941 memcpy(&channel->offermsg, offer, in vmbus_setup_channel_state()
965 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer()
1050 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
1052 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1055 if (memcmp(offer, &oldchannel->offermsg, offer_sz) != 0) { in vmbus_onoffer()
1068 &oldchannel->offermsg, offer_sz, in vmbus_onoffer()