Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4808 struct ethtool_rss_get_req_dump { struct
4816 static inline struct ethtool_rss_get_req_dump * argument
4819 return calloc(1, sizeof(struct ethtool_rss_get_req_dump)); in ethtool_rss_get_req_dump_alloc()
4821 void ethtool_rss_get_req_dump_free(struct ethtool_rss_get_req_dump *req);
4824 ethtool_rss_get_req_dump_set_header_dev_index(struct ethtool_rss_get_req_dump *req, in ethtool_rss_get_req_dump_set_header_dev_index()
4832 ethtool_rss_get_req_dump_set_header_dev_name(struct ethtool_rss_get_req_dump *req, in ethtool_rss_get_req_dump_set_header_dev_name()
4842 ethtool_rss_get_req_dump_set_header_flags(struct ethtool_rss_get_req_dump *req, in ethtool_rss_get_req_dump_set_header_flags()
4858 ethtool_rss_get_dump(struct ynl_sock *ys, struct ethtool_rss_get_req_dump *req);
H A Dethtool-user.c5544 ethtool_rss_get_dump(struct ynl_sock *ys, struct ethtool_rss_get_req_dump *req) in ethtool_rss_get_dump()