Lines Matching refs:netvsc_device

37 static struct netvsc_device *alloc_net_device(struct hv_device *device)  in alloc_net_device()
39 struct netvsc_device *net_device; in alloc_net_device()
43 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device()
68 static void free_netvsc_device(struct netvsc_device *nvdev) in free_netvsc_device()
74 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
76 struct netvsc_device *net_device; in get_outbound_net_device()
85 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
87 struct netvsc_device *net_device; in get_inbound_net_device()
103 static int netvsc_destroy_buf(struct netvsc_device *net_device) in netvsc_destroy_buf()
228 struct netvsc_device *net_device; in netvsc_init_buf()
422 struct netvsc_device *net_device, in negotiate_nvsp_ver()
477 struct netvsc_device *net_device; in netvsc_connect_vsp()
544 static void netvsc_disconnect_vsp(struct netvsc_device *net_device) in netvsc_disconnect_vsp()
554 struct netvsc_device *net_device; in netvsc_device_remove()
606 static inline void netvsc_free_send_slot(struct netvsc_device *net_device, in netvsc_free_send_slot()
612 static void netvsc_send_completion(struct netvsc_device *net_device, in netvsc_send_completion()
680 static u32 netvsc_get_next_send_section(struct netvsc_device *net_device) in netvsc_get_next_send_section()
705 static u32 netvsc_copy_to_send_buf(struct netvsc_device *net_device, in netvsc_copy_to_send_buf()
748 struct netvsc_device *net_device) in netvsc_send_pkt()
845 struct netvsc_device *net_device; in netvsc_send()
956 struct netvsc_device *net_device, in netvsc_send_recv_completion()
999 static void netvsc_receive(struct netvsc_device *net_device, in netvsc_receive()
1072 struct netvsc_device *nvscdev; in netvsc_send_table()
1095 static void netvsc_send_vf(struct netvsc_device *nvdev, in netvsc_send_vf()
1103 struct netvsc_device *nvdev, in netvsc_receive_inband()
1122 struct netvsc_device *net_device; in netvsc_channel_cb()
1214 struct netvsc_device *net_device; in netvsc_device_add()