Searched refs:mpls_features (Results 1 – 13 of 13) sorted by relevance
24 netdev_features_t mpls_features; in mpls_gso_segment() local46 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()47 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
583 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
1414 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local1425 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()1441 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()1442 slave->dev->mpls_features, in bond_compute_features()1462 bond_dev->mpls_features = mpls_features; in bond_compute_features()
4755 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()4756 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()4757 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()4758 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
1584 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
4607 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()4611 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
3464 features &= skb->dev->mpls_features; in net_mpls_features()10314 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()10315 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()10329 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
2792 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
2003 netdev_features_t mpls_features; member
10869 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()10873 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
6361 netdev->mpls_features |= NETIF_F_HW_CSUM; in igc_probe()
3260 netdev->mpls_features = NETIF_F_HW_CSUM; in ice_set_netdev_features()
3313 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()
Completed in 126 milliseconds