Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcommon.h32 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN];
H A Dstrset.c37 .count = ARRAY_SIZE(tunable_strings),
38 .strings = tunable_strings,
H A Dcommon.c89 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN] = { variable
H A Dioctl.c173 return ARRAY_SIZE(tunable_strings); in __ethtool_get_sset_count()
205 memcpy(data, tunable_strings, sizeof(tunable_strings)); in __ethtool_get_strings()