Searched refs:netdev_features_strings (Results 1 – 5 of 5) sorted by relevance
/linux/net/ethtool/ |
H A D | features.c | 65 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 D | common.h | 22 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
|
H A D | strset.c | 27 .count = ARRAY_SIZE(netdev_features_strings), 28 .strings = netdev_features_strings,
|
H A D | common.c | 16 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
|
H A D | ioctl.c | 168 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()
|