Home
last modified time | relevance | path

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

/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.h3624 struct ethtool_tsinfo_get_list { struct
3625 struct ethtool_tsinfo_get_list *next; argument
3629 void ethtool_tsinfo_get_list_free(struct ethtool_tsinfo_get_list *rsp); argument
3631 struct ethtool_tsinfo_get_list *
Dethtool-user.c4382 void ethtool_tsinfo_get_list_free(struct ethtool_tsinfo_get_list *rsp) in ethtool_tsinfo_get_list_free()
4384 struct ethtool_tsinfo_get_list *next = rsp; in ethtool_tsinfo_get_list_free()
4398 struct ethtool_tsinfo_get_list *
4407 yds.alloc_sz = sizeof(struct ethtool_tsinfo_get_list); in ethtool_tsinfo_get_dump()