Searched refs:netvsc_device (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/hyperv/ |
D | netvsc.c | 39 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() 173 static void free_netvsc_device_rcu(struct netvsc_device *nvdev) in free_netvsc_device_rcu() 179 struct netvsc_device *net_device, in netvsc_revoke_recv_buf() [all …]
|
D | hyperv_net.h | 218 struct netvsc_device; 224 struct netvsc_device *netvsc_device_add(struct hv_device *device, 226 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx); 238 struct netvsc_device *nvdev, 247 struct bpf_prog *netvsc_xdp_get(struct netvsc_device *nvdev); 250 struct netvsc_device *nvdev); 257 struct netvsc_device *nvdev, 259 int rndis_filter_open(struct netvsc_device *nvdev); 260 int rndis_filter_close(struct netvsc_device *nvdev); 261 struct netvsc_device *rndis_filter_device_add(struct hv_device *dev, [all …]
|
D | rndis_filter.c | 290 struct netvsc_device *nvdev, in rndis_filter_receive_response() 485 struct netvsc_device *nvdev, in rndis_filter_receive_data() 588 struct netvsc_device *net_dev, in rndis_filter_receive() 641 struct netvsc_device *nvdev, in rndis_filter_query_device() 749 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps() 787 struct netvsc_device *net_device) in rndis_filter_query_device_mac() 799 int rndis_filter_set_device_mac(struct netvsc_device *nvdev, in rndis_filter_set_device_mac() 865 struct netvsc_device *nvdev, in rndis_filter_set_offload_params() 1004 struct netvsc_device *net_device) in rndis_filter_query_device_link_status() 1015 struct netvsc_device *net_device) in rndis_filter_query_link_speed() [all …]
|
D | netvsc_drv.c | 89 struct netvsc_device *nvdev; in netvsc_set_rx_mode() 104 static void netvsc_tx_enable(struct netvsc_device *nvscdev, in netvsc_tx_enable() 117 struct netvsc_device *nvdev = rtnl_dereference(ndev_ctx->nvdev); in netvsc_open() 150 static int netvsc_wait_until_empty(struct netvsc_device *nvdev) in netvsc_wait_until_empty() 188 static void netvsc_tx_disable(struct netvsc_device *nvscdev, in netvsc_tx_disable() 204 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_close() 875 struct netvsc_device *net_device, in netvsc_recv_callback() 950 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev); in netvsc_get_channels() 962 struct netvsc_device_info *netvsc_devinfo_get(struct netvsc_device *nvdev) in netvsc_devinfo_get() 1013 struct netvsc_device *nvdev) in netvsc_detach() [all …]
|
D | netvsc_bpf.c | 119 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()
|