Home
last modified time | relevance | path

Searched refs:mpls_features (Results 1 – 9 of 9) sorted by relevance

/linux/net/mpls/
H A Dmpls_gso.c25 netdev_features_t mpls_features; in mpls_gso_segment() local
50 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
51 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst43 netdev_features_t mpls_features
/linux/net/8021q/
H A Dvlan_dev.c558 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/linux/net/core/
H A Ddev.c3720 features &= skb->dev->mpls_features; in net_mpls_features()
11384 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
11385 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
11399 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
12773 netdev_features_t mpls_features = MASTER_UPPER_DEV_MPLS_FEATURES; in netdev_compute_master_upper_features() local
12784 mpls_features = netdev_base_features(mpls_features); in netdev_compute_master_upper_features()
12806 mpls_features = netdev_increment_features(mpls_features, in netdev_compute_master_upper_features()
12807 lower_dev->mpls_features, in netdev_compute_master_upper_features()
12829 dev->mpls_features = mpls_features; in netdev_compute_master_upper_features()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5748 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5749 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5750 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5751 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4655 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4659 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13687 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13688 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13689 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13690 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13691 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/linux/include/linux/
H A Dnetdevice.h2221 netdev_features_t mpls_features; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11787 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11791 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()