Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/synopsys/
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()
Ddwc-xlgmac.h610 netdev_features_t netdev_features; member
Ddwc-xlgmac-common.c209 pdata->netdev_features = netdev->features; in xlgmac_init()
/linux-6.1.9/lib/
Dtest_printf.c594 netdev_features(void) in netdev_features() function
792 netdev_features(); in test_pointer()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c383 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
Dxgbe-drv.c2234 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2235 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
2236 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2237 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2261 pdata->netdev_features = features; in xgbe_set_features()
Dxgbe.h1201 netdev_features_t netdev_features; member
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/
Dinit.c59 hw->netdev_features = NETIF_F_RXCSUM; in mt7921_init_wiphy()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dinit.c369 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
/linux-6.1.9/Documentation/networking/
Dnetdev-features.rst103 For current list of features, see include/linux/netdev_features.h.
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c332 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c322 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
614 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
616 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register()
1415 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
Dtx.c56 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum_pre_bz()
/linux-6.1.9/net/mac80211/
Dmain.c1039 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
Diface.c2243 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c100 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
/linux-6.1.9/include/net/
Dmac80211.h2816 netdev_features_t netdev_features; member
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c9068 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c10218 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()