Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h609 netdev_features_t netdev_features; member
H A Ddwc-xlgmac-common.c209 pdata->netdev_features = netdev->features; in xlgmac_init()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_printf.c576 netdev_features(void) in netdev_features() function
701 netdev_features(); in test_pointer()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c383 pdata->netdev_features = netdev->features; in xgbe_config_netdev()
H A Dxgbe-drv.c2238 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2239 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
2240 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2241 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2265 pdata->netdev_features = features; in xgbe_set_features()
H A Dxgbe.h1173 netdev_features_t netdev_features; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst103 For current list of features, see include/linux/netdev_features.h.
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c446 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
750 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
752 hw->netdev_features &= ~(IWL_TX_CSUM_NETIF_FLAGS | in iwl_mvm_mac_setup_register()
756 hw->netdev_features |= IWL_TX_CSUM_NETIF_FLAGS; in iwl_mvm_mac_setup_register()
1527 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
H A Dtx.c116 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmain.c959 if (WARN_ON(hw->netdev_features & ~MAC80211_SUPPORTED_FEATURES)) in ieee80211_register_hw()
H A Diface.c1997 ndev->features |= local->hw.netdev_features; in ieee80211_if_add()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c105 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwlagn_mac_setup_register()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h2612 netdev_features_t netdev_features; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c6334 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c10052 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()