Lines Matching refs:hv_device
36 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
136 static void netvsc_revoke_recv_buf(struct hv_device *device, in netvsc_revoke_recv_buf()
186 static void netvsc_revoke_send_buf(struct hv_device *device, in netvsc_revoke_send_buf()
237 static void netvsc_teardown_recv_gpadl(struct hv_device *device, in netvsc_teardown_recv_gpadl()
259 static void netvsc_teardown_send_gpadl(struct hv_device *device, in netvsc_teardown_send_gpadl()
295 static int netvsc_init_buf(struct hv_device *device, in netvsc_init_buf()
489 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
548 static int netvsc_connect_vsp(struct hv_device *device, in netvsc_connect_vsp()
614 void netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
804 struct hv_device *device, in netvsc_send_pkt()
908 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
1247 static int netvsc_process_raw_pkt(struct hv_device *device, in netvsc_process_raw_pkt()
1284 static struct hv_device *netvsc_channel_to_device(struct vmbus_channel *channel) in netvsc_channel_to_device()
1301 struct hv_device *device = netvsc_channel_to_device(channel); in netvsc_poll()
1361 struct netvsc_device *netvsc_device_add(struct hv_device *device, in netvsc_device_add()