Lines Matching refs:hv_device
37 static struct netvsc_device *alloc_net_device(struct hv_device *device) in alloc_net_device()
74 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
85 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
224 static int netvsc_init_buf(struct hv_device *device) in netvsc_init_buf()
421 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
474 static int netvsc_connect_vsp(struct hv_device *device) in netvsc_connect_vsp()
552 int netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
613 struct hv_device *device, in netvsc_send_completion()
842 int netvsc_send(struct hv_device *device, in netvsc_send()
954 static void netvsc_send_recv_completion(struct hv_device *device, in netvsc_send_recv_completion()
1001 struct hv_device *device, in netvsc_receive()
1069 static void netvsc_send_table(struct hv_device *hdev, in netvsc_send_table()
1102 static inline void netvsc_receive_inband(struct hv_device *hdev, in netvsc_receive_inband()
1121 struct hv_device *device; in netvsc_channel_cb()
1209 int netvsc_device_add(struct hv_device *device, void *additional_info) in netvsc_device_add()