Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dethtool.c57 static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
199 return ARRAY_SIZE(netdev_features_strings); in __ethtool_get_sset_count()
219 memcpy(data, netdev_features_strings, in __ethtool_get_strings()
220 sizeof(netdev_features_strings)); in __ethtool_get_strings()