Home
last modified time | relevance | path

Searched refs:ethtool_rings_get_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/net/ynl/samples/
H A Dethtool.c16 struct ethtool_rings_get_list *rings; in main()
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h2073 struct ethtool_rings_get_list { struct
2074 struct ethtool_rings_get_list *next; argument
2078 void ethtool_rings_get_list_free(struct ethtool_rings_get_list *rsp); argument
2080 struct ethtool_rings_get_list *
H A Dethtool-user.c3215 void ethtool_rings_get_list_free(struct ethtool_rings_get_list *rsp) in ethtool_rings_get_list_free()
3217 struct ethtool_rings_get_list *next = rsp; in ethtool_rings_get_list_free()
3228 struct ethtool_rings_get_list *
3237 yds.alloc_sz = sizeof(struct ethtool_rings_get_list); in ethtool_rings_get_dump()