Searched refs:if_instance (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/hv/ | 
| D | hv_trace.h | 38 		    __array(char, if_instance, 16)49 			   memcpy(__entry->if_instance,
 50 				  &offer->offer.if_instance.b, 16);
 60 		      __entry->if_type, __entry->if_instance,
 
 | 
| D | channel_mgmt.c | 486 		&newchannel->offermsg.offer.if_instance,  in vmbus_add_channel_work()569 		    guid_equal(&channel->offermsg.offer.if_instance,  in vmbus_process_offer()
 570 			       &newchannel->offermsg.offer.if_instance)) {  in vmbus_process_offer()
 909 		inst1 = &iter->offermsg.offer.if_instance;  in find_primary_channel_by_offer()
 910 		inst2 = &offer->offer.if_instance;  in find_primary_channel_by_offer()
 
 | 
| D | vmbus_drv.c | 188 		       hv_dev->channel->offermsg.offer.if_instance.b);  in device_id_show()1788 		     child_device_obj->channel->offermsg.offer.if_instance.b);  in vmbus_device_register()
 
 | 
| /Linux-v5.4/net/vmw_vsock/ | 
| D | hyperv_transport.c | 324 	guid_t *if_instance, *if_type;  in hvs_open_connection()  local337 	if_instance = &chan->offermsg.offer.if_instance;  in hvs_open_connection()
 347 	hvs_addr_init(&addr, conn_from_host ? if_type : if_instance);  in hvs_open_connection()
 435 		hvs_new->host_srv_id = *if_instance;  in hvs_open_connection()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | hyperv.h | 218 	guid_t if_instance;  member
 |