Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1732 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1733 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
1734 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1735 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
1759 pdata->netdev_features = features; in xgbe_set_features()
Dxgbe.h750 netdev_features_t netdev_features; member
Dxgbe-main.c490 pdata->netdev_features = netdev->features; in xgbe_probe()
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt100 For current list of features, see include/linux/netdev_features.h.
/linux-4.1.27/net/mac80211/
Dmain.c847 if (WARN_ON(hw->netdev_features & ~feature_whitelist)) in ieee80211_register_hw()
Diface.c1791 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
/linux-4.1.27/include/net/
Dmac80211.h1987 netdev_features_t netdev_features; member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c5590 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()