Home
last modified time | relevance | path

Searched refs:netdev_features (Results 1 – 11 of 11) 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.c574 netdev_features(struct kunit *kunittest) in netdev_features() function
813 KUNIT_CASE(netdev_features),
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c274 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
H A Dxgbe-drv.c1979 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1980 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
1981 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1982 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2013 pdata->netdev_features = features; in xgbe_set_features()
/linux/net/mac80211/
H A Diface.c2318 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
2322 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.c3621 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
3627 return sdata->vif.netdev_features; in ieee80211_sdata_netdev_features()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c10625 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14440 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_hw_register()