| /Linux-v5.10/drivers/net/ethernet/atheros/atlx/ | 
| 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-v5.10/net/ethtool/ | 
| 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() 144 static netdev_features_t ethnl_bitmap_to_features(unsigned long *src)  in ethnl_bitmap_to_features() 146 	const unsigned int nft_bits = sizeof(netdev_features_t) * BITS_PER_BYTE;  in ethnl_bitmap_to_features() 148 	netdev_features_t ret = 0;  in ethnl_bitmap_to_features() 152 		ret |= (netdev_features_t)(src[i]) << (i * BITS_PER_LONG);  in ethnl_bitmap_to_features() 153 	ret &= ~(netdev_features_t)0 >> (nft_bits - NETDEV_FEATURE_COUNT);  in ethnl_bitmap_to_features()
  | 
| /Linux-v5.10/net/ipv6/ | 
| D | esp6_offload.c | 145 						netdev_features_t features)  in xfrm6_tunnel_gso_segment() 153 						   netdev_features_t features)  in xfrm6_transport_gso_segment() 169 					      netdev_features_t features)  in xfrm6_beet_gso_segment() 211 						    netdev_features_t features)  in xfrm6_outer_mode_gso_segment() 226 				        netdev_features_t features)  in esp6_gso_segment() 231 	netdev_features_t esp_features = features;  in esp6_gso_segment() 280 static int esp6_xmit(struct xfrm_state *x, struct sk_buff *skb,  netdev_features_t features)  in esp6_xmit()
  | 
| D | ip6_offload.c | 74 	netdev_features_t features)  in ipv6_gso_segment() 379 				       netdev_features_t features)  in sit_gso_segment() 388 					  netdev_features_t features)  in ip4ip6_gso_segment() 397 					  netdev_features_t features)  in ip6ip6_gso_segment()
  | 
| D | tcpv6_offload.c | 42 					netdev_features_t features)  in tcp6_gso_segment()
  | 
| /Linux-v5.10/net/ipv4/ | 
| D | esp4_offload.c | 111 						netdev_features_t features)  in xfrm4_tunnel_gso_segment() 119 						   netdev_features_t features)  in xfrm4_transport_gso_segment() 135 					      netdev_features_t features)  in xfrm4_beet_gso_segment() 173 						    netdev_features_t features)  in xfrm4_outer_mode_gso_segment() 188 				        netdev_features_t features)  in esp4_gso_segment() 193 	netdev_features_t esp_features = features;  in esp4_gso_segment() 244 static int esp_xmit(struct xfrm_state *x, struct sk_buff *skb,  netdev_features_t features)  in esp_xmit()
  | 
| D | udp_offload.c | 15 	netdev_features_t features,  in __skb_udp_tunnel_segment() 17 					     netdev_features_t features),  in __skb_udp_tunnel_segment() 149 				       netdev_features_t features,  in skb_udp_tunnel_segment() 157 					     netdev_features_t features);  in skb_udp_tunnel_segment() 188 					      netdev_features_t features)  in __udp_gso_segment_list() 202 				  netdev_features_t features)  in __udp_gso_segment() 306 					 netdev_features_t features)  in udp4_ufo_fragment()
  | 
| /Linux-v5.10/drivers/net/ethernet/sfc/ | 
| D | efx_common.h | 101 int efx_set_features(struct net_device *net_dev, netdev_features_t data); 108 netdev_features_t efx_features_check(struct sk_buff *skb, struct net_device *dev, 109 				     netdev_features_t features);
  | 
| /Linux-v5.10/drivers/net/vmxnet3/ | 
| D | vmxnet3_int.h | 470 netdev_features_t 471 vmxnet3_fix_features(struct net_device *netdev, netdev_features_t features); 473 netdev_features_t 475 		       struct net_device *netdev, netdev_features_t features); 478 vmxnet3_set_features(struct net_device *netdev, netdev_features_t features);
  | 
| D | vmxnet3_ethtool.c | 260 netdev_features_t vmxnet3_fix_features(struct net_device *netdev,  in vmxnet3_fix_features() 261 				       netdev_features_t features)  in vmxnet3_fix_features() 270 netdev_features_t vmxnet3_features_check(struct sk_buff *skb,  in vmxnet3_features_check() 272 					 netdev_features_t features)  in vmxnet3_features_check() 324 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features)  in vmxnet3_set_features() 328 	netdev_features_t changed = features ^ netdev->features;  in vmxnet3_set_features() 329 	netdev_features_t tun_offload_mask = NETIF_F_GSO_UDP_TUNNEL |  in vmxnet3_set_features()
  | 
| /Linux-v5.10/include/linux/ | 
| D | if_tap.h | 43 	netdev_features_t	tap_features; 46 	void (*update_features)(struct tap_dev *tap, netdev_features_t features);
  | 
| D | netdevice.h | 1290 	netdev_features_t	(*ndo_features_check)(struct sk_buff *skb, 1292 						      netdev_features_t features); 1408 	netdev_features_t	(*ndo_fix_features)(struct net_device *dev, 1409 						    netdev_features_t features); 1411 						    netdev_features_t features); 1891 	netdev_features_t	features; 1892 	netdev_features_t	hw_features; 1893 	netdev_features_t	wanted_features; 1894 	netdev_features_t	vlan_features; 1895 	netdev_features_t	hw_enc_features; [all …] 
 | 
| D | netdev_features.h | 12 typedef u64 netdev_features_t;  typedef 99 #define __NETIF_F_BIT(bit)	((netdev_features_t)1 << (bit))
  | 
| D | if_vlan.h | 313 static inline bool vlan_hw_offload_capable(netdev_features_t features,  in vlan_hw_offload_capable() 730 static inline netdev_features_t vlan_features_check(struct sk_buff *skb,  in vlan_features_check() 731 						    netdev_features_t features)  in vlan_features_check()
  | 
| /Linux-v5.10/net/mpls/ | 
| D | mpls_gso.c | 19 				       netdev_features_t features)  in mpls_gso_segment() 23 	netdev_features_t mpls_features;  in mpls_gso_segment()
  | 
| /Linux-v5.10/drivers/net/ethernet/qlogic/qede/ | 
| D | qede.h | 519 		netdev_features_t features; 531 netdev_features_t qede_features_check(struct sk_buff *skb, 533 				      netdev_features_t features); 550 netdev_features_t qede_fix_features(struct net_device *dev, 551 				    netdev_features_t features); 552 int qede_set_features(struct net_device *dev, netdev_features_t features);
  | 
| /Linux-v5.10/net/hsr/ | 
| D | hsr_device.c | 180 static netdev_features_t hsr_features_recompute(struct hsr_priv *hsr,  in hsr_features_recompute() 181 						netdev_features_t features)  in hsr_features_recompute() 183 	netdev_features_t mask;  in hsr_features_recompute() 204 static netdev_features_t hsr_fix_features(struct net_device *dev,  in hsr_fix_features() 205 					  netdev_features_t features)  in hsr_fix_features()
  | 
| /Linux-v5.10/net/8021q/ | 
| D | vlan.h | 102 static inline netdev_features_t vlan_tnl_features(struct net_device *real_dev)  in vlan_tnl_features() 104 	netdev_features_t ret;  in vlan_tnl_features()
  | 
| /Linux-v5.10/drivers/net/ethernet/netronome/nfp/ | 
| D | nfp_net_repr.c | 234 static netdev_features_t 235 nfp_repr_fix_features(struct net_device *netdev, netdev_features_t features)  in nfp_repr_fix_features() 238 	netdev_features_t old_features = features;  in nfp_repr_fix_features() 239 	netdev_features_t lower_features;  in nfp_repr_fix_features()
  | 
| /Linux-v5.10/drivers/net/ethernet/huawei/hinic/ | 
| D | hinic_main.c | 82 			netdev_features_t pre_features, 83 			netdev_features_t features, bool force_change); 890 			      netdev_features_t features)  in hinic_set_features() 898 static netdev_features_t hinic_fix_features(struct net_device *netdev,  in hinic_fix_features() 899 					    netdev_features_t features)  in hinic_fix_features() 1082 			netdev_features_t pre_features,  in set_features() 1083 			netdev_features_t features, bool force_change)  in set_features() 1085 	netdev_features_t changed = force_change ? ~0 : pre_features ^ features;  in set_features() 1087 	netdev_features_t failed_features = 0;  in set_features()
  | 
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb/ | 
| D | sge.h | 81 void t1_vlan_mode(struct adapter *adapter, netdev_features_t features);
  | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ | 
| D | ipsec_rxtx.h | 61 			       netdev_features_t features);
  | 
| /Linux-v5.10/net/sctp/ | 
| D | offload.c | 35 					netdev_features_t features)  in sctp_gso_segment()
  | 
| /Linux-v5.10/include/net/ | 
| D | udp.h | 181 				  netdev_features_t features); 304 				       netdev_features_t features, 478 	netdev_features_t features = NETIF_F_SG;  in udp_rcv_segment()
  | 
| /Linux-v5.10/drivers/net/ethernet/google/gve/ | 
| D | gve_rx.c | 282 		   netdev_features_t feat, u32 idx)  in gve_rx() 403 		       netdev_features_t feat)  in gve_clean_rx_done() 449 	netdev_features_t feat;  in gve_rx_poll()
  |