Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic_info (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/net/ipv4/
A Dudp_tunnel_nic.c132 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_empty()
241 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_port()
253 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_table()
301 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync()
330 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_capable()
348 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_has_collision()
503 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in __udp_tunnel_nic_add_port()
553 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in __udp_tunnel_nic_reset_ntf()
587 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in __udp_tunnel_nic_dump_size()
613 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in __udp_tunnel_nic_dump_write()
[all …]
/linux-6.3-rc2/drivers/net/netdevsim/
A Dudp_tunnels.c90 static const struct udp_tunnel_nic_info nsim_udp_tunnel_info = {
134 struct udp_tunnel_nic_info *info; in nsim_udp_tunnels_info_create()
193 dev->udp_tunnel_nic_info = info; in nsim_udp_tunnels_info_create()
199 kfree(dev->udp_tunnel_nic_info); in nsim_udp_tunnels_info_destroy()
200 dev->udp_tunnel_nic_info = NULL; in nsim_udp_tunnels_info_destroy()
/linux-6.3-rc2/net/ethtool/
A Dtunnels.c40 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_reply_size()
45 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_reply_size()
86 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_fill_reply()
90 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_fill_reply()
/linux-6.3-rc2/include/net/
A Dudp_tunnel.h215 struct udp_tunnel_nic *udp_tunnel_nic_info; member
254 struct udp_tunnel_nic_info { struct
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info(); in xgbe_config_netdev()
A Dxgbe.h1351 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
A Dxgbe-drv.c931 static const struct udp_tunnel_nic_info xgbe_udp_tunnels = {
940 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void) in xgbe_get_udp_tunnel_info()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_filter.c988 static const struct udp_tunnel_nic_info qede_udp_tunnels_both = {
1013 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_both; in qede_set_udp_tunnels()
1015 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_vxlan; in qede_set_udp_tunnels()
1017 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_geneve; in qede_set_udp_tunnels()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_netdev.c417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = {
1581 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels; in fm10k_alloc_netdev()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_type.h935 struct udp_tunnel_nic_info udp_tunnel_nic;
/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/
A Denic_main.c228 static const struct udp_tunnel_nic_info enic_udp_tunnels = {
2941 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4; in enic_probe()
2943 netdev->udp_tunnel_nic_info = &enic_udp_tunnels; in enic_probe()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h74 struct udp_tunnel_nic_info;
2369 const struct udp_tunnel_nic_info *udp_tunnel_nic_info; member
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e.h520 struct udp_tunnel_nic_info udp_tunnel_nic;
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den.h948 struct udp_tunnel_nic_info nic_info;
A Den_main.c5024 priv->netdev->udp_tunnel_nic_info = &priv->nic_info; in mlx5e_vxlan_set_netdev_info()
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
A Dlio_vf_main.c1802 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
2112 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
A Dlio_main.c2719 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
3598 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def10.c43 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels;
681 efx->net_dev->udp_tunnel_nic_info = &efx_ef10_udp_tunnels; in efx_ef10_probe()
3953 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels = {
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_common.c2172 static const struct udp_tunnel_nic_info nfp_udp_tunnels = {
2491 netdev->udp_tunnel_nic_info = &nfp_udp_tunnels; in nfp_net_netdev_init()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c2667 static const struct udp_tunnel_nic_info mlx4_udp_tunnels = {
3348 dev->udp_tunnel_nic_info = &mlx4_udp_tunnels; in mlx4_en_init_netdev()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c488 static const struct udp_tunnel_nic_info qlcnic_udp_tunnels = {
2312 netdev->udp_tunnel_nic_info = &qlcnic_udp_tunnels; in qlcnic_setup_netdev()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c5022 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550 = {
5030 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550em_a = {
10902 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550; in ixgbe_probe()
10905 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550em_a; in ixgbe_probe()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_main.c4029 static const struct udp_tunnel_nic_info be_udp_tunnels = {
5213 netdev->udp_tunnel_nic_info = &be_udp_tunnels; in be_netdev_init()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c3828 static const struct udp_tunnel_nic_info cxgb_udp_tunnels = {
6831 netdev->udp_tunnel_nic_info = &cxgb_udp_tunnels; in init_one()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c10218 static const struct udp_tunnel_nic_info bnx2x_udp_tunnels = {
13223 dev->udp_tunnel_nic_info = &bnx2x_udp_tunnels; in bnx2x_init_dev()

Completed in 259 milliseconds

12