Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dfeatures.c65 netdev_features_strings, compact); in features_reply_size()
70 netdev_features_strings, compact); in features_reply_size()
75 netdev_features_strings, compact); in features_reply_size()
80 netdev_features_strings, compact); in features_reply_size()
98 netdev_features_strings, compact); in features_fill_reply()
103 netdev_features_strings, compact); in features_fill_reply()
108 netdev_features_strings, compact); in features_fill_reply()
113 netdev_features_strings, compact); in features_fill_reply()
171 netdev_features_strings, compact); in features_send_reply()
176 netdev_features_strings, compact); in features_send_reply()
[all …]
H A Dcommon.h22 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
H A Dstrset.c27 .count = ARRAY_SIZE(netdev_features_strings),
28 .strings = netdev_features_strings,
H A Dcommon.c16 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
H A Dioctl.c168 return ARRAY_SIZE(netdev_features_strings); in __ethtool_get_sset_count()
200 memcpy(data, netdev_features_strings, in __ethtool_get_strings()
201 sizeof(netdev_features_strings)); in __ethtool_get_strings()