Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mpls/
H A 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()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_dev.c574 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1372 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1383 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1399 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1400 slave->dev->mpls_features, in bond_compute_features()
1421 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dveth.c1269 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5003 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
5004 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
5005 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
5006 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4627 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4631 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3472 features &= skb->dev->mpls_features; in net_mpls_features()
9997 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
9998 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
10012 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2805 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1950 netdev_features_t mpls_features; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10862 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
10866 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c2982 netdev->mpls_features = NETIF_F_HW_CSUM; in ice_set_netdev_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c3307 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()