Searched refs:port_partition_id (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/hv/ |
H A D | mshv_root_hv_call.c | 605 hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_create_port() argument 620 input->port_partition_id = port_partition_id; in hv_call_create_port() 636 ret = hv_call_deposit_pages(NUMA_NO_NODE, port_partition_id, 1); in hv_call_create_port() 644 hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id) in hv_call_delete_port() argument 649 input.port_partition_id = port_partition_id; in hv_call_delete_port() 659 hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_connect_port() argument 673 input->port_partition_id = port_partition_id; in hv_call_connect_port() [all...] |
H A D | mshv_root.h | 286 int hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, 289 int hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id); 290 int hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id,
|
/linux/include/hyperv/ |
H A D | hvhdk.h | 592 u64 port_partition_id; member 605 u64 port_partition_id; member 617 u64 port_partition_id; member
|