Searched refs:port_partition_id (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 694 hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_create_port() argument 709 input->port_partition_id = port_partition_id; in hv_call_create_port() 725 ret = hv_call_deposit_pages(NUMA_NO_NODE, port_partition_id, 1); in hv_call_create_port() 733 hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id) in hv_call_delete_port() argument 738 input.port_partition_id = port_partition_id; in hv_call_delete_port() 748 hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_connect_port() argument 762 input->port_partition_id = port_partition_id; in hv_call_connect_port()
|
| H A D | mshv_root.h | 296 int hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, 299 int hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id); 300 int hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id,
|
| /linux/include/hyperv/ |
| H A D | hvhdk.h | 638 u64 port_partition_id; member 651 u64 port_partition_id; member 663 u64 port_partition_id; member
|