Searched refs:netdev_features_strings (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | features.c | 63 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() 170 netdev_features_strings, compact); in features_send_reply() 175 netdev_features_strings, compac in features_send_reply() [all...] |
H A D | common.h | 18 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 | 10 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
|
H A D | ioctl.c | 143 return ARRAY_SIZE(netdev_features_strings); in __ethtool_get_sset_count() 175 memcpy(data, netdev_features_strings, in __ethtool_get_strings() 176 sizeof(netdev_features_strings)); in __ethtool_get_strings()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | features.c | 63 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, compac in features_send_reply() [all...] |
H A D | common.h | 24 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 | 11 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = { variable
|
H A D | ioctl.c | 163 return ARRAY_SIZE(netdev_features_strings); in __ethtool_get_sset_count() 195 memcpy(data, netdev_features_strings, in __ethtool_get_strings() 196 sizeof(netdev_features_strings)); in __ethtool_get_strings()
|
Completed in 13 milliseconds