Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst42 netdev_features_t mpls_features
/linux-6.15/net/8021q/
H A Dvlan_dev.c558 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1556 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1568 mpls_features = netdev_base_features(mpls_features); in bond_compute_features()
1588 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1589 slave->dev->mpls_features, in bond_compute_features()
1610 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/linux-6.15/drivers/net/
H A Dnetkit.c283 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in netkit_setup()
H A Dveth.c1718 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5479 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5480 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5481 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5482 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4625 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4629 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1771 netdev->mpls_features = netdev->vlan_features; in fun_create_netdev()
/linux-6.15/net/core/
H A Ddev.c3648 features &= skb->dev->mpls_features; in net_mpls_features()
10977 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
10978 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
10992 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2809 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13725 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13726 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13727 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13728 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13729 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/linux-6.15/include/linux/
H A Dnetdevice.h2195 netdev_features_t mpls_features; member
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11455 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11459 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_main.c7122 netdev->mpls_features |= NETIF_F_HW_CSUM; in igc_probe()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c3604 netdev->mpls_features = NETIF_F_HW_CSUM | in ice_set_netdev_features()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c3325 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()