Home
last modified time | relevance | path

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

/linux-6.1.9/net/mpls/
Dmpls_gso.c24 netdev_features_t mpls_features; in mpls_gso_segment() local
46 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
47 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/linux-6.1.9/net/8021q/
Dvlan_dev.c582 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/linux-6.1.9/drivers/net/bonding/
Dbond_main.c1443 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1454 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1470 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1471 slave->dev->mpls_features, in bond_compute_features()
1491 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5063 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5064 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5065 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5066 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/linux-6.1.9/drivers/net/
Dveth.c1650 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4617 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4621 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/linux-6.1.9/net/core/
Ddev.c3465 features &= skb->dev->mpls_features; in net_mpls_features()
10035 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
10036 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
10050 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1773 netdev->mpls_features = netdev->vlan_features; in fun_create_netdev()
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2782 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_main.c13737 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13738 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13739 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13740 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13741 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/linux-6.1.9/include/linux/
Dnetdevice.h2067 netdev_features_t mpls_features; member
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11006 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11010 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_main.c6522 netdev->mpls_features |= NETIF_F_HW_CSUM; in igc_probe()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_main.c3392 netdev->mpls_features = NETIF_F_HW_CSUM | in ice_set_netdev_features()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_main.c3309 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()