Lines Matching refs:hv_device
36 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
138 static void netvsc_revoke_recv_buf(struct hv_device *device, in netvsc_revoke_recv_buf()
188 static void netvsc_revoke_send_buf(struct hv_device *device, in netvsc_revoke_send_buf()
239 static void netvsc_teardown_recv_gpadl(struct hv_device *device, in netvsc_teardown_recv_gpadl()
261 static void netvsc_teardown_send_gpadl(struct hv_device *device, in netvsc_teardown_send_gpadl()
297 static int netvsc_init_buf(struct hv_device *device, in netvsc_init_buf()
507 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
566 static int netvsc_connect_vsp(struct hv_device *device, in netvsc_connect_vsp()
632 void netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
862 struct hv_device *device, in netvsc_send_pkt()
967 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
1363 static int netvsc_process_raw_pkt(struct hv_device *device, in netvsc_process_raw_pkt()
1397 static struct hv_device *netvsc_channel_to_device(struct vmbus_channel *channel) in netvsc_channel_to_device()
1414 struct hv_device *device = netvsc_channel_to_device(channel); in netvsc_poll()
1474 struct netvsc_device *netvsc_device_add(struct hv_device *device, in netvsc_device_add()