Searched refs:if_instance (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | hyperv_transport.c | 288 guid_t *if_instance, *if_type; in hvs_open_connection() local 301 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection() 306 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection() 332 vnew->remote_addr.svm_port = get_port_by_srv_id(if_instance); in hvs_open_connection() 405 hvs_new->host_srv_id = *if_instance; in hvs_open_connection()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | hyperv_transport.c | 297 guid_t *if_instance, *if_type; in hvs_open_connection() local 310 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection() 315 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection() 341 vnew->remote_addr.svm_port = get_port_by_srv_id(if_instance); in hvs_open_connection() 416 hvs_new->host_srv_id = *if_instance; in hvs_open_connection()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_trace.h | 38 __array(char, if_instance, 16) 48 export_guid(__entry->if_instance, &offer->offer.if_instance); 54 "connection_id 0x%x, if_type %pUl, if_instance %pUl, " 58 __entry->if_type, __entry->if_instance,
|
H A D | channel_mgmt.c | 494 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work() 597 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 598 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer() 917 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer() 918 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer()
|
H A D | vmbus_drv.c | 215 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 2010 &child_device_obj->channel->offermsg.offer.if_instance); in vmbus_device_register()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_trace.h | 38 __array(char, if_instance, 16) 48 export_guid(__entry->if_instance, &offer->offer.if_instance); 54 "connection_id 0x%x, if_type %pUl, if_instance %pUl, " 58 __entry->if_type, __entry->if_instance,
|
H A D | channel_mgmt.c | 526 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work() 617 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 618 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer() 984 inst1 = &iter->offermsg.offer.if_instance; in find_primary_channel_by_offer() 985 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer()
|
H A D | vmbus_drv.c | 180 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 1902 &child_device_obj->channel->offermsg.offer.if_instance); in vmbus_device_register()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 268 guid_t if_instance; member 1186 * offer's if_type/if_instance can change for every new hvsock
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 278 guid_t if_instance; member 1249 * offer's if_type/if_instance can change for every new hvsock
|
Completed in 20 milliseconds