Home
last modified time | relevance | path

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

/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.h3249 struct ethtool_eee_get_req { struct
3257 static inline struct ethtool_eee_get_req *ethtool_eee_get_req_alloc(void) in ethtool_eee_get_req_alloc() argument
3259 return calloc(1, sizeof(struct ethtool_eee_get_req)); in ethtool_eee_get_req_alloc()
3261 void ethtool_eee_get_req_free(struct ethtool_eee_get_req *req);
3264 ethtool_eee_get_req_set_header_dev_index(struct ethtool_eee_get_req *req, in ethtool_eee_get_req_set_header_dev_index()
3272 ethtool_eee_get_req_set_header_dev_name(struct ethtool_eee_get_req *req, in ethtool_eee_get_req_set_header_dev_name()
3282 ethtool_eee_get_req_set_header_flags(struct ethtool_eee_get_req *req, in ethtool_eee_get_req_set_header_flags()
3316 ethtool_eee_get(struct ynl_sock *ys, struct ethtool_eee_get_req *req);
Dethtool-user.c4067 void ethtool_eee_get_req_free(struct ethtool_eee_get_req *req) in ethtool_eee_get_req_free()
4148 ethtool_eee_get(struct ynl_sock *ys, struct ethtool_eee_get_req *req) in ethtool_eee_get()