Lines Matching defs:device
36 static struct netvsc_device *alloc_net_device(struct hv_device *device) in alloc_net_device()
73 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
84 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
223 static int netvsc_init_buf(struct hv_device *device) in netvsc_init_buf()
413 static int negotiate_nvsp_ver(struct hv_device *device, in negotiate_nvsp_ver()
463 static int netvsc_connect_vsp(struct hv_device *device) in netvsc_connect_vsp()
541 int netvsc_device_remove(struct hv_device *device) in netvsc_device_remove()
602 struct hv_device *device, in netvsc_send_completion()
820 int netvsc_send(struct hv_device *device, in netvsc_send()
932 static void netvsc_send_recv_completion(struct hv_device *device, in netvsc_send_recv_completion()
979 struct hv_device *device, in netvsc_receive()
1084 struct hv_device *device; in netvsc_channel_cb() local
1167 int netvsc_device_add(struct hv_device *device, void *additional_info) in netvsc_device_add()