Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_printf.c464 netdev_features(void) in netdev_features() function
534 netdev_features(); in test_pointer()
/Linux-v4.19/drivers/net/ethernet/synopsys/
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()
Ddwc-xlgmac.h609 netdev_features_t netdev_features; member
Ddwc-xlgmac-common.c209 pdata->netdev_features = netdev->features; in xlgmac_init()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c390 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
Dxgbe-drv.c2343 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2344 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
2345 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2346 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2347 udp_tunnel = pdata->netdev_features & NETIF_F_GSO_UDP_TUNNEL; in xgbe_set_features()
2376 pdata->netdev_features = features; in xgbe_set_features()
Dxgbe.h1186 netdev_features_t netdev_features; member
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt100 For current list of features, see include/linux/netdev_features.h.
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c452 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
731 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
733 hw->netdev_features &= ~(IWL_TX_CSUM_NETIF_FLAGS | in iwl_mvm_mac_setup_register()
737 hw->netdev_features |= IWL_TX_CSUM_NETIF_FLAGS; in iwl_mvm_mac_setup_register()
1401 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
Dtx.c122 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
/Linux-v4.19/net/mac80211/
Dmain.c908 if (WARN_ON(hw->netdev_features & ~feature_whitelist)) in ieee80211_register_hw()
Diface.c1877 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c119 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
/Linux-v4.19/include/net/
Dmac80211.h2322 netdev_features_t netdev_features; member
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c8518 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()