/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 208 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode() 220 netdev_features_t features) in atlx_vlan_mode() 240 static netdev_features_t atlx_fix_features(struct net_device *netdev, in atlx_fix_features() 241 netdev_features_t features) in atlx_fix_features() 256 netdev_features_t features) in atlx_set_features() 258 netdev_features_t changed = netdev->features ^ features; in atlx_set_features()
|
/linux/net/ethtool/ |
H A D | features.c | 28 static void ethnl_features_to_bitmap32(u32 *dest, netdev_features_t src) in ethnl_features_to_bitmap32() 42 netdev_features_t all_features; in features_prepare_data() 134 static void ethnl_features_to_bitmap(unsigned long *dest, netdev_features_t val) in ethnl_features_to_bitmap() 143 static netdev_features_t ethnl_bitmap_to_features(unsigned long *src) in ethnl_bitmap_to_features() 145 const unsigned int nft_bits = sizeof(netdev_features_t) * BITS_PER_BYTE; in ethnl_bitmap_to_features() 147 netdev_features_t ret = 0; in ethnl_bitmap_to_features() 151 ret |= (netdev_features_t)(src[i]) << (i * BITS_PER_LONG); in ethnl_bitmap_to_features() 152 ret &= ~(netdev_features_t)0 >> (nft_bits - NETDEV_FEATURE_COUNT); in ethnl_bitmap_to_features()
|
/linux/include/net/ |
H A D | gso.h | 78 netdev_features_t features, bool tx_path); 81 netdev_features_t features) in skb_gso_segment() 87 netdev_features_t features, __be16 type); 90 netdev_features_t features);
|
/linux/Documentation/networking/net_cachelines/ |
H A D | net_device.rst | 37 netdev_features_t features read_mostly read_mostly … 38 netdev_features_t hw_features 39 netdev_features_t wanted_features 40 netdev_features_t vlan_features 41 netdev_features_t hw_enc_features … 42 netdev_features_t mpls_features 43 netdev_features_t gso_partial_features read_mostly …
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.h | 88 static inline netdev_features_t 89 mlx5e_ipsec_feature_check(struct sk_buff *skb, netdev_features_t features) in mlx5e_ipsec_feature_check() 154 static inline netdev_features_t 155 mlx5e_ipsec_feature_check(struct sk_buff *skb, netdev_features_t features) in mlx5e_ipsec_feature_check()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.h | 33 int wx_set_features(struct net_device *netdev, netdev_features_t features); 34 netdev_features_t wx_fix_features(struct net_device *netdev, 35 netdev_features_t features);
|
/linux/net/core/ |
H A D | gso.c | 14 netdev_features_t features, __be16 type) in skb_eth_gso_segment() 38 netdev_features_t features) in skb_mac_gso_segment() 89 netdev_features_t features, bool tx_path) in __skb_gso_segment() 107 netdev_features_t partial_features = NETIF_F_GSO_ROBUST; in __skb_gso_segment()
|
/linux/include/linux/ |
H A D | netdev_features.h | 12 typedef u64 netdev_features_t; typedef 104 #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) 256 static inline netdev_features_t netdev_base_features(netdev_features_t features) in netdev_base_features()
|
H A D | if_tap.h | 44 netdev_features_t tap_features; 47 void (*update_features)(struct tap_dev *tap, netdev_features_t features);
|
H A D | netdevice.h | 1388 netdev_features_t (*ndo_features_check)(struct sk_buff *skb, 1390 netdev_features_t features); 1516 netdev_features_t (*ndo_fix_features)(struct net_device *dev, 1517 netdev_features_t features); 1519 netdev_features_t features); 2067 netdev_features_t gso_partial_features; 2102 netdev_features_t features; 2163 netdev_features_t hw_features; 2164 netdev_features_t wanted_features; 2165 netdev_features_t vlan_features; [all …]
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.h | 102 int efx_siena_set_features(struct net_device *net_dev, netdev_features_t data); 109 netdev_features_t efx_siena_features_check(struct sk_buff *skb, 111 netdev_features_t features);
|
/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_int.h | 543 netdev_features_t 544 vmxnet3_fix_features(struct net_device *netdev, netdev_features_t features); 546 netdev_features_t 548 struct net_device *netdev, netdev_features_t features); 551 vmxnet3_set_features(struct net_device *netdev, netdev_features_t features);
|
H A D | vmxnet3_ethtool.c | 264 netdev_features_t vmxnet3_fix_features(struct net_device *netdev, in vmxnet3_fix_features() 265 netdev_features_t features) in vmxnet3_fix_features() 282 netdev_features_t vmxnet3_features_check(struct sk_buff *skb, in vmxnet3_features_check() 284 netdev_features_t features) in vmxnet3_features_check() 324 static void vmxnet3_enable_encap_offloads(struct net_device *netdev, netdev_features_t features) in vmxnet3_enable_encap_offloads() 414 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) in vmxnet3_set_features() 418 netdev_features_t changed = features ^ netdev->features; in vmxnet3_set_features() 419 netdev_features_t tun_offload_mask = NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_set_features()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede.h | 520 netdev_features_t features; 532 netdev_features_t qede_features_check(struct sk_buff *skb, 534 netdev_features_t features); 551 netdev_features_t qede_fix_features(struct net_device *dev, 552 netdev_features_t features); 553 int qede_set_features(struct net_device *dev, netdev_features_t features);
|
/linux/net/mpls/ |
H A D | mpls_gso.c | 21 netdev_features_t features) in mpls_gso_segment() 25 netdev_features_t mpls_features; in mpls_gso_segment()
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_dqo.h | 36 netdev_features_t gve_features_check_dqo(struct sk_buff *skb, 38 netdev_features_t features);
|
/linux/net/ipv4/ |
H A D | udp_offload.c | 17 netdev_features_t features, in __skb_udp_tunnel_segment() 19 netdev_features_t features), in __skb_udp_tunnel_segment() 154 netdev_features_t features, in skb_udp_tunnel_segment() 162 netdev_features_t features); in skb_udp_tunnel_segment() 251 netdev_features_t features, in __udp_gso_segment_list() 266 netdev_features_t features, bool is_ipv6) in __udp_gso_segment() 418 netdev_features_t features) in udp4_ufo_fragment()
|
/linux/net/hsr/ |
H A D | hsr_device.c | 192 static netdev_features_t hsr_features_recompute(struct hsr_priv *hsr, in hsr_features_recompute() 193 netdev_features_t features) in hsr_features_recompute() 195 netdev_features_t mask; in hsr_features_recompute() 216 static netdev_features_t hsr_fix_features(struct net_device *dev, in hsr_fix_features() 217 netdev_features_t features) in hsr_fix_features()
|
/linux/net/ipv6/ |
H A D | ip6_offload.c | 108 netdev_features_t features) in ipv6_gso_segment() 413 netdev_features_t features) in sit_gso_segment() 422 netdev_features_t features) in ip4ip6_gso_segment() 431 netdev_features_t features) in ip6ip6_gso_segment()
|
H A D | tcpv6_offload.c | 142 netdev_features_t features) in __tcp6_gso_segment_list() 152 netdev_features_t features) in tcp6_gso_segment()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 235 static netdev_features_t 236 nfp_repr_fix_features(struct net_device *netdev, netdev_features_t features) in nfp_repr_fix_features() 239 netdev_features_t old_features = features; in nfp_repr_fix_features() 240 netdev_features_t lower_features; in nfp_repr_fix_features()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 80 netdev_features_t pre_features, 81 netdev_features_t features, bool force_change); 860 netdev_features_t features) in hinic_set_features() 868 static netdev_features_t hinic_fix_features(struct net_device *netdev, in hinic_fix_features() 869 netdev_features_t features) in hinic_fix_features() 1050 netdev_features_t pre_features, in set_features() 1051 netdev_features_t features, bool force_change) in set_features() 1053 netdev_features_t changed = force_change ? ~0 : pre_features ^ features; in set_features() 1055 netdev_features_t failed_features = 0; in set_features()
|
/linux/net/8021q/ |
H A D | vlan.h | 106 static inline netdev_features_t vlan_tnl_features(struct net_device *real_dev) in vlan_tnl_features() 108 netdev_features_t ret; in vlan_tnl_features()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | ravb.h | 1051 int (*set_feature)(struct net_device *ndev, netdev_features_t features); 1056 netdev_features_t net_hw_features; 1057 netdev_features_t net_features; 1058 netdev_features_t vlan_features;
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 156 netdev_features_t features) in aq_ndev_set_features() 220 static netdev_features_t aq_ndev_fix_features(struct net_device *ndev, in aq_ndev_fix_features() 221 netdev_features_t features) in aq_ndev_fix_features()
|