Home
last modified time | relevance | path

Searched refs:netvsc_device (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c39 struct netvsc_device *nv_dev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_switch_datapath()
99 struct netvsc_device *nvdev = in netvsc_subchan_work()
100 container_of(w, struct netvsc_device, subchan_work); in netvsc_subchan_work()
128 static struct netvsc_device *alloc_net_device(void) in alloc_net_device()
130 struct netvsc_device *net_device; in alloc_net_device()
132 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device()
152 struct netvsc_device *nvdev in free_netvsc_device()
153 = container_of(head, struct netvsc_device, rcu); in free_netvsc_device()
179 static void free_netvsc_device_rcu(struct netvsc_device *nvdev) in free_netvsc_device_rcu()
185 struct netvsc_device *net_device, in netvsc_revoke_recv_buf()
[all …]
Dhyperv_net.h216 struct netvsc_device;
222 struct netvsc_device *netvsc_device_add(struct hv_device *device,
224 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx);
236 struct netvsc_device *nvdev,
245 struct bpf_prog *netvsc_xdp_get(struct netvsc_device *nvdev);
248 struct netvsc_device *nvdev);
255 struct netvsc_device *nvdev,
257 int rndis_filter_open(struct netvsc_device *nvdev);
258 int rndis_filter_close(struct netvsc_device *nvdev);
259 struct netvsc_device *rndis_filter_device_add(struct hv_device *dev,
[all …]
Drndis_filter.c289 struct netvsc_device *nvdev, in rndis_filter_receive_response()
483 struct netvsc_device *nvdev, in rndis_filter_receive_data()
586 struct netvsc_device *net_dev, in rndis_filter_receive()
639 struct netvsc_device *nvdev, in rndis_filter_query_device()
747 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps()
785 struct netvsc_device *net_device) in rndis_filter_query_device_mac()
797 int rndis_filter_set_device_mac(struct netvsc_device *nvdev, in rndis_filter_set_device_mac()
863 struct netvsc_device *nvdev, in rndis_filter_set_offload_params()
1002 struct netvsc_device *net_device) in rndis_filter_query_device_link_status()
1013 struct netvsc_device *net_device) in rndis_filter_query_link_speed()
[all …]
Dnetvsc_drv.c85 struct netvsc_device *nvdev; in netvsc_set_rx_mode()
100 static void netvsc_tx_enable(struct netvsc_device *nvscdev, in netvsc_tx_enable()
113 struct netvsc_device *nvdev = rtnl_dereference(ndev_ctx->nvdev); in netvsc_open()
146 static int netvsc_wait_until_empty(struct netvsc_device *nvdev) in netvsc_wait_until_empty()
184 static void netvsc_tx_disable(struct netvsc_device *nvscdev, in netvsc_tx_disable()
200 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_close()
871 struct netvsc_device *net_device, in netvsc_recv_callback()
946 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_get_channels()
958 struct netvsc_device_info *netvsc_devinfo_get(struct netvsc_device *nvdev) in netvsc_devinfo_get()
1008 struct netvsc_device *nvdev) in netvsc_detach()
[all …]
Dnetvsc_bpf.c119 struct bpf_prog *netvsc_xdp_get(struct netvsc_device *nvdev) in netvsc_xdp_get()
126 struct netvsc_device *nvdev) in netvsc_xdp_set()
197 struct netvsc_device *nvdev = rtnl_dereference(ndevctx->nvdev); in netvsc_bpf()
253 struct netvsc_device *nvsc_dev; in netvsc_ndoxdp_xmit()