Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h1437 struct ethtool_features_get_req { struct
1445 static inline struct ethtool_features_get_req * argument
1448 return calloc(1, sizeof(struct ethtool_features_get_req)); in ethtool_features_get_req_alloc()
1450 void ethtool_features_get_req_free(struct ethtool_features_get_req *req);
1453 ethtool_features_get_req_set_header_dev_index(struct ethtool_features_get_req *req, in ethtool_features_get_req_set_header_dev_index()
1461 ethtool_features_get_req_set_header_dev_name(struct ethtool_features_get_req *req, in ethtool_features_get_req_set_header_dev_name()
1471 ethtool_features_get_req_set_header_flags(struct ethtool_features_get_req *req, in ethtool_features_get_req_set_header_flags()
1501 ethtool_features_get(struct ynl_sock *ys, struct ethtool_features_get_req *req);
H A Dethtool-user.c2602 void ethtool_features_get_req_free(struct ethtool_features_get_req *req) in ethtool_features_get_req_free()
2683 ethtool_features_get(struct ynl_sock *ys, struct ethtool_features_get_req *req) in ethtool_features_get()