Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4355 struct ethtool_module_get_req { struct
4363 static inline struct ethtool_module_get_req *ethtool_module_get_req_alloc(void) in ethtool_module_get_req_alloc() argument
4365 return calloc(1, sizeof(struct ethtool_module_get_req)); in ethtool_module_get_req_alloc()
4367 void ethtool_module_get_req_free(struct ethtool_module_get_req *req);
4370 ethtool_module_get_req_set_header_dev_index(struct ethtool_module_get_req *req, in ethtool_module_get_req_set_header_dev_index()
4378 ethtool_module_get_req_set_header_dev_name(struct ethtool_module_get_req *req, in ethtool_module_get_req_set_header_dev_name()
4388 ethtool_module_get_req_set_header_flags(struct ethtool_module_get_req *req, in ethtool_module_get_req_set_header_flags()
4414 ethtool_module_get(struct ynl_sock *ys, struct ethtool_module_get_req *req);
H A Dethtool-user.c5095 void ethtool_module_get_req_free(struct ethtool_module_get_req *req) in ethtool_module_get_req_free()
5146 ethtool_module_get(struct ynl_sock *ys, struct ethtool_module_get_req *req) in ethtool_module_get()