| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-net.c | 887 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features() 888 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xlgmac_set_features() 889 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xlgmac_set_features() 890 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_set_features() 914 pdata->netdev_features = features; in xlgmac_set_features()
|
| H A D | dwc-xlgmac.h | 610 netdev_features_t netdev_features; member
|
| H A D | dwc-xlgmac-common.c | 207 pdata->netdev_features = netdev->features; in xlgmac_init()
|
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 576 netdev_features(struct kunit *kunittest) in netdev_features() function 815 KUNIT_CASE(netdev_features),
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 273 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
|
| H A D | xgbe-drv.c | 1971 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features() 1972 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features() 1973 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features() 1974 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features() 2005 pdata->netdev_features = features; in xgbe_set_features()
|
| H A D | xgbe.h | 1129 netdev_features_t netdev_features; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 369 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy() 372 hw->netdev_features |= NETIF_F_HW_TC; in mt7915_init_wiphy()
|
| /linux/Documentation/networking/ |
| H A D | netdev-features.rst | 103 For current list of features, see include/linux/netdev_features.h.
|
| /linux/net/mac80211/ |
| H A D | iface.c | 2330 ndev->features |= local->hw.netdev_features; in ieee80211_if_add() 2334 sdata->vif.netdev_features = local->hw.netdev_features; in ieee80211_if_add()
|
| H A D | main.c | 1220 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
|
| H A D | tx.c | 3624 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features() 3630 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | init.c | 369 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 477 hw->netdev_features = NETIF_F_RXCSUM; in mt7996_init_wiphy() 479 hw->netdev_features |= NETIF_F_HW_TC; in mt7996_init_wiphy()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_core.c | 633 hw->netdev_features = NETIF_F_RXCSUM; in mt792x_init_wiphy()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 41 mvmvif->features |= hw->netdev_features; in iwl_mvm_mld_mac_add_interface()
|
| H A D | mac80211.c | 422 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register() 777 hw->netdev_features |= mvm->trans->mac_cfg->base->features; in iwl_mvm_mac_setup_register() 779 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register() 1748 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
|
| H A D | tx.c | 60 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
|
| /linux/include/net/ |
| H A D | mac80211.h | 2096 netdev_features_t netdev_features; member 3135 netdev_features_t netdev_features; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | mac80211.c | 100 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 10281 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 10642 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 14657 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_hw_register()
|