Home
last modified time | relevance | path

Searched refs:NETIF_F_SOFT_FEATURES (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dnetdev_features.h212 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) macro
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt82 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
136 Features contained in NETIF_F_SOFT_FEATURES are features of networking
/Linux-v4.19/net/8021q/
Dvlan_dev.c644 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_GSO_SOFTWARE); in vlan_dev_fix_features()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c3281 NETIF_F_SOFT_FEATURES | in i40evf_process_config()
/Linux-v4.19/drivers/net/
Dmacsec.c2803 NETIF_F_GSO_SOFTWARE | NETIF_F_SOFT_FEATURES; in macsec_fix_features()
/Linux-v4.19/net/core/
Ddev.c8459 dev->hw_features |= NETIF_F_SOFT_FEATURES; in register_netdevice()
8460 dev->features |= NETIF_F_SOFT_FEATURES; in register_netdevice()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c11922 NETIF_F_SOFT_FEATURES | in i40e_config_netdev()