Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c601 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1484 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1495 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1511 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1512 slave->dev->mpls_features, in bond_compute_features()
1532 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5138 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5139 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5140 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5141 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4624 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4628 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/openbmc/linux/drivers/net/
H A Dveth.c1759 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/openbmc/linux/net/core/
H A Ddev.c3479 features &= skb->dev->mpls_features; in net_mpls_features()
10246 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
10247 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
10261 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1771 netdev->mpls_features = netdev->vlan_features; in fun_create_netdev()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2812 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13828 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13829 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13830 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13831 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13832 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/openbmc/linux/include/linux/
H A Dnetdevice.h2123 netdev_features_t mpls_features; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11031 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11035 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6847 netdev->mpls_features |= NETIF_F_HW_CSUM; in igc_probe()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3478 netdev->mpls_features = NETIF_F_HW_CSUM | in ice_set_netdev_features()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c3355 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()