Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dcommon.h28 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN];
H A Dstrset.c37 .count = ARRAY_SIZE(tunable_strings),
38 .strings = tunable_strings,
H A Dcommon.c87 tunable_strings[__ETHTOOL_TUNABLE_COUNT][ETH_GSTRING_LEN] = { variable
H A Dioctl.c169 return ARRAY_SIZE(tunable_strings); in __ethtool_get_sset_count()
201 memcpy(data, tunable_strings, sizeof(tunable_strings)); in __ethtool_get_strings()