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

12

/linux-master/net/ipv4/
H A Dudp_tunnel_nic.c132 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info;
152 table = &dev->udp_tunnel_nic_info->tables[i];
223 err = dev->udp_tunnel_nic_info->set_port(dev, table, idx, &ti);
225 err = dev->udp_tunnel_nic_info->unset_port(dev, table, idx,
241 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info;
253 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info;
286 if (dev->udp_tunnel_nic_info
[all...]
/linux-master/drivers/net/netdevsim/
H A Dudp_tunnels.c90 static const struct udp_tunnel_nic_info nsim_udp_tunnel_info = {
134 struct udp_tunnel_nic_info *info;
193 dev->udp_tunnel_nic_info = info;
199 kfree(dev->udp_tunnel_nic_info);
200 dev->udp_tunnel_nic_info = NULL;
/linux-master/net/ethtool/
H A Dtunnels.c40 const struct udp_tunnel_nic_info *info;
45 info = req_base->dev->udp_tunnel_nic_info;
86 const struct udp_tunnel_nic_info *info;
90 info = req_base->dev->udp_tunnel_nic_info;
/linux-master/include/net/
H A Dudp_tunnel.h229 struct udp_tunnel_nic *udp_tunnel_nic_info; member in struct:udp_tunnel_nic_shared
240 * struct udp_tunnel_nic_info - driver UDP tunnel offload information
268 struct udp_tunnel_nic_info { struct
294 * struct udp_tunnel_nic_info to the netdev and wait for callbacks to come.
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info();
H A Dxgbe.h1351 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
H A Dxgbe-drv.c945 static const struct udp_tunnel_nic_info xgbe_udp_tunnels = {
954 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void)
/linux-master/drivers/net/ethernet/qlogic/qede/
H 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;
1015 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_vxlan;
1017 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_geneve;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = {
1581 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c228 static const struct udp_tunnel_nic_info enic_udp_tunnels = {
2941 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4;
2943 netdev->udp_tunnel_nic_info = &enic_udp_tunnels;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h925 struct udp_tunnel_nic_info nic_info;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_type.h945 struct udp_tunnel_nic_info udp_tunnel_nic;
H A Dice_main.c3520 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h519 struct udp_tunnel_nic_info udp_tunnel_nic;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1796 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
2106 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels;
H A Dlio_main.c2713 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
3592 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2399 static const struct udp_tunnel_nic_info nfp_udp_tunnels = {
2723 netdev->udp_tunnel_nic_info = &nfp_udp_tunnels;
/linux-master/drivers/net/ethernet/sfc/
H 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;
3982 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels = {
/linux-master/include/linux/
H A Dnetdevice.h75 struct udp_tunnel_nic_info;
1996 * @udp_tunnel_nic_info: static structure describing the UDP tunnel
2379 const struct udp_tunnel_nic_info *udp_tunnel_nic_info; member in struct:net_device
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c487 static const struct udp_tunnel_nic_info qlcnic_udp_tunnels = {
2311 netdev->udp_tunnel_nic_info = &qlcnic_udp_tunnels;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2669 static const struct udp_tunnel_nic_info mlx4_udp_tunnels = {
3290 dev->udp_tunnel_nic_info = &mlx4_udp_tunnels;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5042 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550 = {
5050 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550em_a = {
10949 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550;
10952 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550em_a;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4031 static const struct udp_tunnel_nic_info be_udp_tunnels = {
5212 netdev->udp_tunnel_nic_info = &be_udp_tunnels;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3827 static const struct udp_tunnel_nic_info cxgb_udp_tunnels = {
6829 netdev->udp_tunnel_nic_info = &cxgb_udp_tunnels;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c14411 static const struct udp_tunnel_nic_info bnxt_udp_tunnels = {
15098 dev->udp_tunnel_nic_info = &bnxt_udp_tunnels_p7;
15100 dev->udp_tunnel_nic_info = &bnxt_udp_tunnels;

Completed in 827 milliseconds

12