Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4613 struct ethtool_pse_get_req_dump { struct
4621 static inline struct ethtool_pse_get_req_dump * argument
4624 return calloc(1, sizeof(struct ethtool_pse_get_req_dump)); in ethtool_pse_get_req_dump_alloc()
4626 void ethtool_pse_get_req_dump_free(struct ethtool_pse_get_req_dump *req);
4629 ethtool_pse_get_req_dump_set_header_dev_index(struct ethtool_pse_get_req_dump *req, in ethtool_pse_get_req_dump_set_header_dev_index()
4637 ethtool_pse_get_req_dump_set_header_dev_name(struct ethtool_pse_get_req_dump *req, in ethtool_pse_get_req_dump_set_header_dev_name()
4647 ethtool_pse_get_req_dump_set_header_flags(struct ethtool_pse_get_req_dump *req, in ethtool_pse_get_req_dump_set_header_flags()
4663 ethtool_pse_get_dump(struct ynl_sock *ys, struct ethtool_pse_get_req_dump *req);
H A Dethtool-user.c5361 ethtool_pse_get_dump(struct ynl_sock *ys, struct ethtool_pse_get_req_dump *req) in ethtool_pse_get_dump()