Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c887 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 Ddwc-xlgmac.h610 netdev_features_t netdev_features; member
H A Ddwc-xlgmac-common.c207 pdata->netdev_features = netdev->features; in xlgmac_init()
/linux/lib/tests/
H A Dprintf_kunit.c576 netdev_features(struct kunit *kunittest) in netdev_features()
815 KUNIT_CASE(netdev_features),
574 netdev_features(struct kunit *kunittest) netdev_features() function
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c273 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
H A Dxgbe-drv.c1971 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 Dxgbe.h1129 netdev_features_t netdev_features; member
/linux/net/mac80211/
H A Diface.c2330 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 Dmain.c1220 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
H A Dtx.c3622 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
3628 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
/linux/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.c422 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()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c426 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mac_hw_set_misc()
427 hw->netdev_features |= mld->trans->mac_cfg->base->features; in iwl_mac_hw_set_misc()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c10281 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c10642 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14657 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_hw_register()