Home
last modified time | relevance | path

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

/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.h4459 struct ethtool_module_get_list { struct
4460 struct ethtool_module_get_list *next; argument
4464 void ethtool_module_get_list_free(struct ethtool_module_get_list *rsp); argument
4466 struct ethtool_module_get_list *
Dethtool-user.c5177 void ethtool_module_get_list_free(struct ethtool_module_get_list *rsp) in ethtool_module_get_list_free()
5179 struct ethtool_module_get_list *next = rsp; in ethtool_module_get_list_free()
5190 struct ethtool_module_get_list *
5199 yds.alloc_sz = sizeof(struct ethtool_module_get_list); in ethtool_module_get_dump()