Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dtest_printf.c313 netdev_features(void) in netdev_features() function
334 netdev_features(); in test_pointer()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1665 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1666 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
1667 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1668 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
1692 pdata->netdev_features = features; in xgbe_set_features()
Dxgbe.h852 netdev_features_t netdev_features; member
Dxgbe-main.c738 pdata->netdev_features = netdev->features; in xgbe_probe()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt100 For current list of features, see include/linux/netdev_features.h.
/linux-4.4.14/net/mac80211/
Dmain.c851 if (WARN_ON(hw->netdev_features & ~feature_whitelist)) in ieee80211_register_hw()
Diface.c1833 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c661 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
663 hw->netdev_features &= ~NETIF_F_RXCSUM; in iwl_mvm_mac_setup_register()
1706 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
/linux-4.4.14/include/net/
Dmac80211.h2068 netdev_features_t netdev_features; member
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c7324 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()