Lines Matching refs:hv_device
38 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
178 static void netvsc_revoke_recv_buf(struct hv_device *device, in netvsc_revoke_recv_buf()
228 static void netvsc_revoke_send_buf(struct hv_device *device, in netvsc_revoke_send_buf()
279 static void netvsc_teardown_recv_gpadl(struct hv_device *device, in netvsc_teardown_recv_gpadl()
300 static void netvsc_teardown_send_gpadl(struct hv_device *device, in netvsc_teardown_send_gpadl()
335 static int netvsc_init_buf(struct hv_device *device, in netvsc_init_buf()
554 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
616 static int netvsc_connect_vsp(struct hv_device *device, in netvsc_connect_vsp()
689 void netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
975 void netvsc_dma_unmap(struct hv_device *hv_dev, in netvsc_dma_unmap()
1012 static int netvsc_dma_map(struct hv_device *hv_dev, in netvsc_dma_map()
1053 struct hv_device *device, in netvsc_send_pkt()
1190 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
1602 static int netvsc_process_raw_pkt(struct hv_device *device, in netvsc_process_raw_pkt()
1635 static struct hv_device *netvsc_channel_to_device(struct vmbus_channel *channel) in netvsc_channel_to_device()
1652 struct hv_device *device = netvsc_channel_to_device(channel); in netvsc_poll()
1717 struct netvsc_device *netvsc_device_add(struct hv_device *device, in netvsc_device_add()