Home
last modified time | relevance | path

Searched refs:ethtool_debug_get_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h1130 struct ethtool_debug_get_list { struct
1131 struct ethtool_debug_get_list *next; argument
1135 void ethtool_debug_get_list_free(struct ethtool_debug_get_list *rsp); argument
1137 struct ethtool_debug_get_list *
H A Dethtool-user.c2337 void ethtool_debug_get_list_free(struct ethtool_debug_get_list *rsp) in ethtool_debug_get_list_free()
2339 struct ethtool_debug_get_list *next = rsp; in ethtool_debug_get_list_free()
2351 struct ethtool_debug_get_list *
2360 yds.alloc_sz = sizeof(struct ethtool_debug_get_list); in ethtool_debug_get_dump()