Lines Matching refs:hv_device
38 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
175 static void netvsc_revoke_recv_buf(struct hv_device *device, in netvsc_revoke_recv_buf()
225 static void netvsc_revoke_send_buf(struct hv_device *device, in netvsc_revoke_send_buf()
276 static void netvsc_teardown_recv_gpadl(struct hv_device *device, in netvsc_teardown_recv_gpadl()
297 static void netvsc_teardown_send_gpadl(struct hv_device *device, in netvsc_teardown_send_gpadl()
332 static int netvsc_init_buf(struct hv_device *device, in netvsc_init_buf()
551 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
613 static int netvsc_connect_vsp(struct hv_device *device, in netvsc_connect_vsp()
686 void netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
967 void netvsc_dma_unmap(struct hv_device *hv_dev, in netvsc_dma_unmap()
1004 static int netvsc_dma_map(struct hv_device *hv_dev, in netvsc_dma_map()
1045 struct hv_device *device, in netvsc_send_pkt()
1182 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
1594 static int netvsc_process_raw_pkt(struct hv_device *device, in netvsc_process_raw_pkt()
1627 static struct hv_device *netvsc_channel_to_device(struct vmbus_channel *channel) in netvsc_channel_to_device()
1644 struct hv_device *device = netvsc_channel_to_device(channel); in netvsc_poll()
1709 struct netvsc_device *netvsc_device_add(struct hv_device *device, in netvsc_device_add()