Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4742 struct ethtool_rss_get_req { struct
4750 static inline struct ethtool_rss_get_req *ethtool_rss_get_req_alloc(void) in ethtool_rss_get_req_alloc() argument
4752 return calloc(1, sizeof(struct ethtool_rss_get_req)); in ethtool_rss_get_req_alloc()
4754 void ethtool_rss_get_req_free(struct ethtool_rss_get_req *req);
4757 ethtool_rss_get_req_set_header_dev_index(struct ethtool_rss_get_req *req, in ethtool_rss_get_req_set_header_dev_index()
4765 ethtool_rss_get_req_set_header_dev_name(struct ethtool_rss_get_req *req, in ethtool_rss_get_req_set_header_dev_name()
4775 ethtool_rss_get_req_set_header_flags(struct ethtool_rss_get_req *req, in ethtool_rss_get_req_set_header_flags()
4805 ethtool_rss_get(struct ynl_sock *ys, struct ethtool_rss_get_req *req);
H A Dethtool-user.c5424 void ethtool_rss_get_req_free(struct ethtool_rss_get_req *req) in ethtool_rss_get_req_free()
5497 ethtool_rss_get(struct ynl_sock *ys, struct ethtool_rss_get_req *req) in ethtool_rss_get()