Home
last modified time | relevance | path

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

/Linux-v5.10/net/mpls/
Dmpls_gso.c23 netdev_features_t mpls_features; in mpls_gso_segment() local
43 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
44 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/Linux-v5.10/net/8021q/
Dvlan_dev.c574 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/Linux-v5.10/drivers/net/bonding/
Dbond_main.c1250 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1261 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1277 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1278 slave->dev->mpls_features, in bond_compute_features()
1299 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/Linux-v5.10/drivers/net/
Dveth.c1268 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4905 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
4906 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
4907 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
4908 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4623 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4627 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/Linux-v5.10/net/core/
Ddev.c3443 features &= skb->dev->mpls_features; in net_mpls_features()
9960 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
9961 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
9975 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/Linux-v5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2805 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/Linux-v5.10/include/linux/
Dnetdevice.h1896 netdev_features_t mpls_features; member
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10843 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
10847 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_main.c2940 netdev->mpls_features = NETIF_F_HW_CSUM; in ice_set_netdev_features()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c3298 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()