Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h1289 struct ethtool_wol_get_req_dump { struct
1297 static inline struct ethtool_wol_get_req_dump * argument
1300 return calloc(1, sizeof(struct ethtool_wol_get_req_dump)); in ethtool_wol_get_req_dump_alloc()
1302 void ethtool_wol_get_req_dump_free(struct ethtool_wol_get_req_dump *req);
1305 ethtool_wol_get_req_dump_set_header_dev_index(struct ethtool_wol_get_req_dump *req, in ethtool_wol_get_req_dump_set_header_dev_index()
1313 ethtool_wol_get_req_dump_set_header_dev_name(struct ethtool_wol_get_req_dump *req, in ethtool_wol_get_req_dump_set_header_dev_name()
1323 ethtool_wol_get_req_dump_set_header_flags(struct ethtool_wol_get_req_dump *req, in ethtool_wol_get_req_dump_set_header_flags()
1339 ethtool_wol_get_dump(struct ynl_sock *ys, struct ethtool_wol_get_req_dump *req);
H A Dethtool-user.c2530 ethtool_wol_get_dump(struct ynl_sock *ys, struct ethtool_wol_get_req_dump *req) in ethtool_wol_get_dump()