Searched refs:netdev_features (Results 1 – 23 of 23) sorted by relevance
886 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()
610 netdev_features_t netdev_features; member
207 pdata->netdev_features = netdev->features; in xlgmac_init()
581 netdev_features(void) in netdev_features() function777 netdev_features(); in test_pointer()
383 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
2248 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()2275 pdata->netdev_features = features; in xgbe_set_features()
1207 netdev_features_t netdev_features; member
359 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()362 hw->netdev_features |= NETIF_F_HW_TC; in mt7915_init_wiphy()
103 For current list of features, see include/linux/netdev_features.h.
362 hw->netdev_features = NETIF_F_RXCSUM; in mt7996_init_wiphy()364 hw->netdev_features |= NETIF_F_HW_TC; in mt7996_init_wiphy()
2190 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()2194 sdata->vif.netdev_features = local->hw.netdev_features; in ieee80211_if_add()
1220 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
3618 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()3624 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
369 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
592 hw->netdev_features = NETIF_F_RXCSUM; in mt792x_init_wiphy()
2025 netdev_features_t netdev_features; member3047 netdev_features_t netdev_features; member
39 mvmvif->features |= hw->netdev_features; in iwl_mvm_mld_mac_add_interface()
423 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()773 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()775 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register()1829 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
59 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
100 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
9227 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_hw_register()
10232 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()
10245 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
Completed in 128 milliseconds