Lines Matching refs:hw_features
2725 if (dev->hw_features & NETIF_F_LRO) { in mtk_get_rxnfc()
2731 if (dev->hw_features & NETIF_F_LRO) { in mtk_get_rxnfc()
2739 if (dev->hw_features & NETIF_F_LRO) in mtk_get_rxnfc()
2743 if (dev->hw_features & NETIF_F_LRO) in mtk_get_rxnfc()
2760 if (dev->hw_features & NETIF_F_LRO) in mtk_set_rxnfc()
2764 if (dev->hw_features & NETIF_F_LRO) in mtk_set_rxnfc()
2887 eth->netdev[id]->hw_features = eth->soc->hw_features; in mtk_add_mac()
2889 eth->netdev[id]->hw_features |= NETIF_F_LRO; in mtk_add_mac()
2891 eth->netdev[id]->vlan_features = eth->soc->hw_features & in mtk_add_mac()
2893 eth->netdev[id]->features |= eth->soc->hw_features; in mtk_add_mac()
3122 .hw_features = MTK_HW_FEATURES,
3129 .hw_features = MTK_HW_FEATURES,
3137 .hw_features = MTK_HW_FEATURES,
3144 .hw_features = MTK_HW_FEATURES,
3152 .hw_features = MTK_HW_FEATURES,
3159 .hw_features = MTK_HW_FEATURES_MT7628,