Home
last modified time | relevance | path

Searched defs:nvdev (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/hyperv/
Drndis_filter.c272 struct netvsc_device *nvdev, in rndis_filter_receive_response()
368 struct netvsc_device *nvdev, in rndis_filter_receive_data()
450 struct netvsc_device *nvdev, in rndis_filter_query_device()
596 int rndis_filter_set_device_mac(struct netvsc_device *nvdev, in rndis_filter_set_device_mac()
662 struct netvsc_device *nvdev, in rndis_filter_set_offload_params()
876 void rndis_filter_update(struct netvsc_device *nvdev) in rndis_filter_update()
884 struct netvsc_device *nvdev) in rndis_filter_init_device()
934 static bool netvsc_device_idle(const struct netvsc_device *nvdev) in netvsc_device_idle()
951 static void rndis_filter_halt_device(struct netvsc_device *nvdev, in rndis_filter_halt_device()
1065 int rndis_set_subchannel(struct net_device *ndev, struct netvsc_device *nvdev) in rndis_set_subchannel()
[all …]
Dnetvsc_drv.c97 struct netvsc_device *nvdev; in netvsc_set_rx_mode() local
116 struct netvsc_device *nvdev = rtnl_dereference(ndev_ctx->nvdev); in netvsc_open() local
149 static int netvsc_wait_until_empty(struct netvsc_device *nvdev) in netvsc_wait_until_empty()
192 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_close() local
851 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_get_channels() local
860 struct netvsc_device *nvdev) in netvsc_detach()
901 struct netvsc_device *nvdev; in netvsc_attach() local
942 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_set_channels() local
1045 struct netvsc_device *nvdev = rtnl_dereference(ndevctx->nvdev); in netvsc_change_mtu() local
1126 struct netvsc_device *nvdev = rcu_dereference_rtnl(ndev_ctx->nvdev); in netvsc_get_pcpu_stats() local
[all …]
Dnetvsc.c74 struct netvsc_device *nvdev = in netvsc_subchan_work() local
126 struct netvsc_device *nvdev in free_netvsc_device() local
141 static void free_netvsc_device_rcu(struct netvsc_device *nvdev) in free_netvsc_device_rcu()
1028 struct netvsc_device *nvdev, in send_recv_completions()
1067 static void recv_comp_slot_avail(const struct netvsc_device *nvdev, in recv_comp_slot_avail()
1083 struct netvsc_device *nvdev, u16 q_idx, in enq_receive_complete()
Dhyperv_net.h914 struct netvsc_device __rcu *nvdev; member