if_instance       486 drivers/hv/channel_mgmt.c 		&newchannel->offermsg.offer.if_instance,
if_instance       569 drivers/hv/channel_mgmt.c 		    guid_equal(&channel->offermsg.offer.if_instance,
if_instance       570 drivers/hv/channel_mgmt.c 			       &newchannel->offermsg.offer.if_instance)) {
if_instance       912 drivers/hv/channel_mgmt.c 		inst1 = &iter->offermsg.offer.if_instance;
if_instance       913 drivers/hv/channel_mgmt.c 		inst2 = &offer->offer.if_instance;
if_instance        38 drivers/hv/hv_trace.h 		    __array(char, if_instance, 16)
if_instance        49 drivers/hv/hv_trace.h 			   memcpy(__entry->if_instance,
if_instance        50 drivers/hv/hv_trace.h 				  &offer->offer.if_instance.b, 16);
if_instance        60 drivers/hv/hv_trace.h 		      __entry->if_type, __entry->if_instance,
if_instance       216 drivers/hv/vmbus_drv.c 		       hv_dev->channel->offermsg.offer.if_instance.b);
if_instance      1832 drivers/hv/vmbus_drv.c 		     child_device_obj->channel->offermsg.offer.if_instance.b);
if_instance       218 include/linux/hyperv.h 	guid_t if_instance;
if_instance       284 net/vmw_vsock/hyperv_transport.c 	guid_t *if_instance, *if_type;
if_instance       297 net/vmw_vsock/hyperv_transport.c 	if_instance = &chan->offermsg.offer.if_instance;
if_instance       302 net/vmw_vsock/hyperv_transport.c 	hvs_addr_init(&addr, conn_from_host ? if_type : if_instance);
if_instance       329 net/vmw_vsock/hyperv_transport.c 		vnew->remote_addr.svm_port = get_port_by_srv_id(if_instance);
if_instance       395 net/vmw_vsock/hyperv_transport.c 		hvs_new->host_srv_id = *if_instance;