Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h972 struct ethtool_linkstate_get_req_dump { struct
980 static inline struct ethtool_linkstate_get_req_dump * argument
983 return calloc(1, sizeof(struct ethtool_linkstate_get_req_dump)); in ethtool_linkstate_get_req_dump_alloc()
986 ethtool_linkstate_get_req_dump_free(struct ethtool_linkstate_get_req_dump *req);
989 ethtool_linkstate_get_req_dump_set_header_dev_index(struct ethtool_linkstate_get_req_dump *req, in ethtool_linkstate_get_req_dump_set_header_dev_index()
997 ethtool_linkstate_get_req_dump_set_header_dev_name(struct ethtool_linkstate_get_req_dump *req, in ethtool_linkstate_get_req_dump_set_header_dev_name()
1007 ethtool_linkstate_get_req_dump_set_header_flags(struct ethtool_linkstate_get_req_dump *req, in ethtool_linkstate_get_req_dump_set_header_flags()
1024 struct ethtool_linkstate_get_req_dump *req);
H A Dethtool-user.c2224 struct ethtool_linkstate_get_req_dump *req) in ethtool_linkstate_get_dump()