Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h234 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst85 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
139 Features contained in NETIF_F_SOFT_FEATURES are features of networking
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c249 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_HW_TC); in nfp_repr_fix_features()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_dev.c647 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_GSO_SOFTWARE); in vlan_dev_fix_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3545 NETIF_F_SOFT_FEATURES | in iavf_process_config()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c9975 dev->hw_features |= (NETIF_F_SOFT_FEATURES | NETIF_F_SOFT_FEATURES_OFF); in register_netdevice()
9976 dev->features |= NETIF_F_SOFT_FEATURES; in register_netdevice()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacsec.c3468 NETIF_F_GSO_SOFTWARE | NETIF_F_SOFT_FEATURES; in macsec_fix_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13076 NETIF_F_SOFT_FEATURES | in i40e_config_netdev()