Home
last modified time | relevance | path

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

/linux-5.19.10/net/ethtool/
Dcommon.h28 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN];
Dstrset.c37 .count = ARRAY_SIZE(tunable_strings),
38 .strings = tunable_strings,
Dcommon.c87 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN] = { variable
Dioctl.c175 return ARRAY_SIZE(tunable_strings); in __ethtool_get_sset_count()
207 memcpy(data, tunable_strings, sizeof(tunable_strings)); in __ethtool_get_strings()