Home
last modified time | relevance | path

Searched refs:mpls_features (Results 1 – 12 of 12) 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/net/8021q/
H A Dvlan_dev.c547 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/linux/net/core/
H A Ddev.c3775 features &= skb->dev->mpls_features; in net_mpls_features()
11478 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
11479 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
11496 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
12997 netdev_features_t mpls_features = MASTER_UPPER_DEV_MPLS_FEATURES; in netdev_compute_master_upper_features() local
13008 mpls_features = netdev_base_features(mpls_features); in netdev_compute_master_upper_features()
13030 mpls_features = netdev_increment_features(mpls_features, in netdev_compute_master_upper_features()
13031 lower_dev->mpls_features, in netdev_compute_master_upper_features()
13053 dev->mpls_features = mpls_features; in netdev_compute_master_upper_features()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5862 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5863 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5864 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5865 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/linux/drivers/net/
H A Dveth.c1770 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1759 netdev->mpls_features = netdev->vlan_features; in fun_create_netdev()
/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2796 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13695 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13696 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13697 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13698 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13699 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/linux/include/linux/
H A Dnetdevice.h2278 netdev_features_t mpls_features; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11810 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11814 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3525 netdev->mpls_features = NETIF_F_HW_CSUM | in ice_set_netdev_features()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c3350 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()