Home
last modified time | relevance | path

Searched refs:netdev_features (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c886 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features()
887 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xlgmac_set_features()
888 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xlgmac_set_features()
889 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_set_features()
913 pdata->netdev_features = features; in xlgmac_set_features()
H A Ddwc-xlgmac.h610 netdev_features_t netdev_features; member
H A Ddwc-xlgmac-common.c207 pdata->netdev_features = netdev->features; in xlgmac_init()
/linux-6.15/lib/tests/
H A Dprintf_kunit.c570 netdev_features(struct kunit *kunittest) in netdev_features() function
784 KUNIT_CASE(netdev_features),
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c383 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
H A Dxgbe-drv.c2248 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2249 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
2250 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2251 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2282 pdata->netdev_features = features; in xgbe_set_features()
H A Dxgbe.h1211 netdev_features_t netdev_features; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c362 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()
365 hw->netdev_features |= NETIF_F_HW_TC; in mt7915_init_wiphy()
/linux-6.15/Documentation/networking/
H A Dnetdev-features.rst103 For current list of features, see include/linux/netdev_features.h.
/linux-6.15/net/mac80211/
H A Diface.c2209 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
2213 sdata->vif.netdev_features = local->hw.netdev_features; in ieee80211_if_add()
H A Dmain.c1225 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
H A Dtx.c3620 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
3626 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c369 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c443 hw->netdev_features = NETIF_F_RXCSUM; in mt7996_init_wiphy()
445 hw->netdev_features |= NETIF_F_HW_TC; in mt7996_init_wiphy()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c610 hw->netdev_features = NETIF_F_RXCSUM; in mt792x_init_wiphy()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c353 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mac_hw_set_misc()
354 hw->netdev_features |= mld->cfg->features; in iwl_mac_hw_set_misc()
/linux-6.15/include/net/
H A Dmac80211.h2044 netdev_features_t netdev_features; member
3080 netdev_features_t netdev_features; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c41 mvmvif->features |= hw->netdev_features; in iwl_mvm_mld_mac_add_interface()
H A Dmac80211.c424 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
774 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
776 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register()
1862 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
H A Dtx.c60 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c100 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.c10247 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c10300 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c11305 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_hw_register()