Searched refs:port_partition_id (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 703 hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_create_port() argument 718 input->port_partition_id = port_partition_id; in hv_call_create_port() 734 ret = hv_deposit_memory(port_partition_id, status); in hv_call_create_port() 741 hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id) in hv_call_delete_port() argument 746 input.port_partition_id = port_partition_id; in hv_call_delete_port() 756 hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id, in hv_call_connect_port() argument 770 input->port_partition_id = port_partition_id; in hv_call_connect_port()
|
| H A D | mshv_root.h | 313 int hv_call_create_port(u64 port_partition_id, union hv_port_id port_id, 316 int hv_call_delete_port(u64 port_partition_id, union hv_port_id port_id); 317 int hv_call_connect_port(u64 port_partition_id, union hv_port_id port_id,
|