Lines Matching refs:offermsg
186 const uuid_le *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
472 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
473 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
474 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
475 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
491 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
545 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
546 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
561 newchannel->offermsg.child_relid); in vmbus_process_offer()
583 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_process_offer()
838 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()