netdev_features  2342 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	rxhash = pdata->netdev_features & NETIF_F_RXHASH;
netdev_features  2343 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	rxcsum = pdata->netdev_features & NETIF_F_RXCSUM;
netdev_features  2344 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX;
netdev_features  2345 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
netdev_features  2346 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	udp_tunnel = pdata->netdev_features & NETIF_F_GSO_UDP_TUNNEL;
netdev_features  2375 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	pdata->netdev_features = features;
netdev_features   390 drivers/net/ethernet/amd/xgbe/xgbe-main.c 	pdata->netdev_features = netdev->features;
netdev_features  1186 drivers/net/ethernet/amd/xgbe/xgbe.h 	netdev_features_t netdev_features;
netdev_features   209 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	pdata->netdev_features = netdev->features;
netdev_features   887 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	rxhash = pdata->netdev_features & NETIF_F_RXHASH;
netdev_features   888 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	rxcsum = pdata->netdev_features & NETIF_F_RXCSUM;
netdev_features   889 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX;
netdev_features   890 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
netdev_features   914 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	pdata->netdev_features = features;
netdev_features   609 drivers/net/ethernet/synopsys/dwc-xlgmac.h 	netdev_features_t netdev_features;
netdev_features  8950 drivers/net/wireless/ath/ath10k/mac.c 		ar->hw->netdev_features = NETIF_F_HW_CSUM;
netdev_features   105 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 		hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG;
netdev_features   430 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG;
netdev_features   723 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	hw->netdev_features |= mvm->cfg->features;
netdev_features   725 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		hw->netdev_features &= ~(IWL_TX_CSUM_NETIF_FLAGS |
netdev_features   729 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			hw->netdev_features |= IWL_TX_CSUM_NETIF_FLAGS;
netdev_features  1464 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	mvmvif->features |= hw->netdev_features;
netdev_features   116 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) ||
netdev_features  2497 include/net/mac80211.h 	netdev_features_t netdev_features;
netdev_features   633 lib/test_printf.c 	netdev_features();
netdev_features  1873 net/mac80211/iface.c 		ndev->features |= local->hw.netdev_features;
netdev_features   931 net/mac80211/main.c 	if (WARN_ON(hw->netdev_features & ~feature_whitelist))