Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h2698 struct ethtool_coalesce_get_list { struct
2699 struct ethtool_coalesce_get_list *next; argument
2703 void ethtool_coalesce_get_list_free(struct ethtool_coalesce_get_list *rsp); argument
2705 struct ethtool_coalesce_get_list *
H A Dethtool-user.c3739 void ethtool_coalesce_get_list_free(struct ethtool_coalesce_get_list *rsp) in ethtool_coalesce_get_list_free()
3741 struct ethtool_coalesce_get_list *next = rsp; in ethtool_coalesce_get_list_free()
3752 struct ethtool_coalesce_get_list *
3761 yds.alloc_sz = sizeof(struct ethtool_coalesce_get_list); in ethtool_coalesce_get_dump()