Lines Matching refs:netvsc_device

36 static struct netvsc_device *alloc_net_device(struct hv_device *device)  in alloc_net_device()
38 struct netvsc_device *net_device; in alloc_net_device()
42 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device()
67 static void free_netvsc_device(struct netvsc_device *nvdev) in free_netvsc_device()
73 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
75 struct netvsc_device *net_device; in get_outbound_net_device()
84 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
86 struct netvsc_device *net_device; in get_inbound_net_device()
102 static int netvsc_destroy_buf(struct netvsc_device *net_device) in netvsc_destroy_buf()
227 struct netvsc_device *net_device; in netvsc_init_buf()
414 struct netvsc_device *net_device, in negotiate_nvsp_ver()
466 struct netvsc_device *net_device; in netvsc_connect_vsp()
533 static void netvsc_disconnect_vsp(struct netvsc_device *net_device) in netvsc_disconnect_vsp()
543 struct netvsc_device *net_device; in netvsc_device_remove()
595 static inline void netvsc_free_send_slot(struct netvsc_device *net_device, in netvsc_free_send_slot()
601 static void netvsc_send_completion(struct netvsc_device *net_device, in netvsc_send_completion()
669 static u32 netvsc_get_next_send_section(struct netvsc_device *net_device) in netvsc_get_next_send_section()
694 static u32 netvsc_copy_to_send_buf(struct netvsc_device *net_device, in netvsc_copy_to_send_buf()
737 struct netvsc_device *net_device) in netvsc_send_pkt()
823 struct netvsc_device *net_device; in netvsc_send()
934 struct netvsc_device *net_device, in netvsc_send_recv_completion()
977 static void netvsc_receive(struct netvsc_device *net_device, in netvsc_receive()
1050 struct netvsc_device *nvscdev; in netvsc_send_table()
1085 struct netvsc_device *net_device; in netvsc_channel_cb()
1172 struct netvsc_device *net_device; in netvsc_device_add()