Lines Matching refs:hv_device
38 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
184 static void netvsc_revoke_recv_buf(struct hv_device *device, in netvsc_revoke_recv_buf()
234 static void netvsc_revoke_send_buf(struct hv_device *device, in netvsc_revoke_send_buf()
285 static void netvsc_teardown_recv_gpadl(struct hv_device *device, in netvsc_teardown_recv_gpadl()
306 static void netvsc_teardown_send_gpadl(struct hv_device *device, in netvsc_teardown_send_gpadl()
341 static int netvsc_init_buf(struct hv_device *device, in netvsc_init_buf()
583 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
645 static int netvsc_connect_vsp(struct hv_device *device, in netvsc_connect_vsp()
718 void netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
1005 void netvsc_dma_unmap(struct hv_device *hv_dev, in netvsc_dma_unmap()
1042 static int netvsc_dma_map(struct hv_device *hv_dev, in netvsc_dma_map()
1083 struct hv_device *device, in netvsc_send_pkt()
1220 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
1632 static int netvsc_process_raw_pkt(struct hv_device *device, in netvsc_process_raw_pkt()
1665 static struct hv_device *netvsc_channel_to_device(struct vmbus_channel *channel) in netvsc_channel_to_device()
1682 struct hv_device *device = netvsc_channel_to_device(channel); in netvsc_poll()
1747 struct netvsc_device *netvsc_device_add(struct hv_device *device, in netvsc_device_add()