Searched refs:ETH_GSTRING_LEN (Results 1 – 2 of 2) sorted by relevance
564 strings = malloc0(offsetof(struct ethtool_gstrings, data) + len * ETH_GSTRING_LEN); in get_stringset()628 … if (!strneq((const char*) &strings->data[i * ETH_GSTRING_LEN], feature, ETH_GSTRING_LEN)) in set_features_bit()668 if (!startswith((const char*) &strings->data[i * ETH_GSTRING_LEN], feature)) in set_features_multiple_bit()
662 #define ETH_GSTRING_LEN 32 macro