Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h4862 struct ethtool_plca_get_cfg_req { struct
4870 static inline struct ethtool_plca_get_cfg_req * argument
4873 return calloc(1, sizeof(struct ethtool_plca_get_cfg_req)); in ethtool_plca_get_cfg_req_alloc()
4875 void ethtool_plca_get_cfg_req_free(struct ethtool_plca_get_cfg_req *req);
4878 ethtool_plca_get_cfg_req_set_header_dev_index(struct ethtool_plca_get_cfg_req *req, in ethtool_plca_get_cfg_req_set_header_dev_index()
4886 ethtool_plca_get_cfg_req_set_header_dev_name(struct ethtool_plca_get_cfg_req *req, in ethtool_plca_get_cfg_req_set_header_dev_name()
4896 ethtool_plca_get_cfg_req_set_header_flags(struct ethtool_plca_get_cfg_req *req, in ethtool_plca_get_cfg_req_set_header_flags()
4934 ethtool_plca_get_cfg(struct ynl_sock *ys, struct ethtool_plca_get_cfg_req *req);
H A Dethtool-user.c5575 void ethtool_plca_get_cfg_req_free(struct ethtool_plca_get_cfg_req *req) in ethtool_plca_get_cfg_req_free()
5656 ethtool_plca_get_cfg(struct ynl_sock *ys, struct ethtool_plca_get_cfg_req *req) in ethtool_plca_get_cfg()