Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4549 struct ethtool_pse_get_req { struct
4557 static inline struct ethtool_pse_get_req *ethtool_pse_get_req_alloc(void) in ethtool_pse_get_req_alloc() argument
4559 return calloc(1, sizeof(struct ethtool_pse_get_req)); in ethtool_pse_get_req_alloc()
4561 void ethtool_pse_get_req_free(struct ethtool_pse_get_req *req);
4564 ethtool_pse_get_req_set_header_dev_index(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_dev_index()
4572 ethtool_pse_get_req_set_header_dev_name(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_dev_name()
4582 ethtool_pse_get_req_set_header_flags(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_flags()
4610 ethtool_pse_get(struct ynl_sock *ys, struct ethtool_pse_get_req *req);
H A Dethtool-user.c5260 void ethtool_pse_get_req_free(struct ethtool_pse_get_req *req) in ethtool_pse_get_req_free()
5316 ethtool_pse_get(struct ynl_sock *ys, struct ethtool_pse_get_req *req) in ethtool_pse_get()