Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h1227 struct ethtool_wol_get_req { struct
1235 static inline struct ethtool_wol_get_req *ethtool_wol_get_req_alloc(void) in ethtool_wol_get_req_alloc() argument
1237 return calloc(1, sizeof(struct ethtool_wol_get_req)); in ethtool_wol_get_req_alloc()
1239 void ethtool_wol_get_req_free(struct ethtool_wol_get_req *req);
1242 ethtool_wol_get_req_set_header_dev_index(struct ethtool_wol_get_req *req, in ethtool_wol_get_req_set_header_dev_index()
1250 ethtool_wol_get_req_set_header_dev_name(struct ethtool_wol_get_req *req, in ethtool_wol_get_req_set_header_dev_name()
1260 ethtool_wol_get_req_set_header_flags(struct ethtool_wol_get_req *req, in ethtool_wol_get_req_set_header_flags()
1286 ethtool_wol_get(struct ynl_sock *ys, struct ethtool_wol_get_req *req);
H A Dethtool-user.c2421 void ethtool_wol_get_req_free(struct ethtool_wol_get_req *req) in ethtool_wol_get_req_free()
2483 ethtool_wol_get(struct ynl_sock *ys, struct ethtool_wol_get_req *req) in ethtool_wol_get()