Searched refs:ethtool_rss_get_req (Results 1 – 2 of 2) sorted by relevance
4742 struct ethtool_rss_get_req { struct4750 static inline struct ethtool_rss_get_req *ethtool_rss_get_req_alloc(void) in ethtool_rss_get_req_alloc() argument4752 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);
5424 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()