Home
last modified time | relevance | path

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

/linux-5.19.10/net/ethtool/
Dfeatures.c63 netdev_features_strings, compact); in features_reply_size()
68 netdev_features_strings, compact); in features_reply_size()
73 netdev_features_strings, compact); in features_reply_size()
78 netdev_features_strings, compact); in features_reply_size()
96 netdev_features_strings, compact); in features_fill_reply()
101 netdev_features_strings, compact); in features_fill_reply()
106 netdev_features_strings, compact); in features_fill_reply()
111 netdev_features_strings, compact); in features_fill_reply()
169 netdev_features_strings, compact); in features_send_reply()
174 netdev_features_strings, compact); in features_send_reply()
[all …]
Dcommon.h24 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
Dstrset.c27 .count = ARRAY_SIZE(netdev_features_strings),
28 .strings = netdev_features_strings,
Dcommon.c11 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
Dioctl.c169 return ARRAY_SIZE(netdev_features_strings); in __ethtool_get_sset_count()
201 memcpy(data, netdev_features_strings, in __ethtool_get_strings()
202 sizeof(netdev_features_strings)); in __ethtool_get_strings()