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/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c273 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
H A Dxgbe-drv.c1986 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1987 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
1988 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1989 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2020 pdata->netdev_features = features; in xgbe_set_features()
H A Dxgbe.h1147 netdev_features_t netdev_features; member
/linux/include/net/
H A Dmac80211.h2192 * @netdev_features: tx netdev features supported by the hardware for this
2193 * vif. mac80211 initializes this to hw->netdev_features, and the driver
2238 netdev_features_t netdev_features;
3236 * @netdev_features: netdev features to be set in each netdev created
3297 netdev_features_t netdev_features;
2199 netdev_features_t netdev_features; global() member
3255 netdev_features_t netdev_features; global() member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c439 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mac_hw_set_misc()
440 hw->netdev_features |= mld->trans->mac_cfg->base->features; in iwl_mac_hw_set_misc()
/linux/net/mac80211/
H A Dtx.c3671 return sdata->vif.netdev_features; in ieee80211_tx_skb_fixup()
3677 return sdata->vif.netdev_features; in ieee80211_tx_skb_fixup()
/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/ath12k/
H A Dmac.c14933 hw->netdev_features = NETIF_F_HW_CSUM; in ath12k_mac_mlo_setup()