Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h3384 struct ethtool_eee_set_req { struct
3404 static inline struct ethtool_eee_set_req *ethtool_eee_set_req_alloc(void) in ethtool_eee_set_req_alloc() argument
3406 return calloc(1, sizeof(struct ethtool_eee_set_req)); in ethtool_eee_set_req_alloc()
3408 void ethtool_eee_set_req_free(struct ethtool_eee_set_req *req);
3411 ethtool_eee_set_req_set_header_dev_index(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_dev_index()
3419 ethtool_eee_set_req_set_header_dev_name(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_dev_name()
3429 ethtool_eee_set_req_set_header_flags(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_flags()
3443 ethtool_eee_set_req_set_modes_ours_size(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_modes_ours_size()
3466 ethtool_eee_set_req_set_modes_peer_size(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_modes_peer_size()
3495 ethtool_eee_set_req_set_tx_lpi_enabled(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_tx_lpi_enabled()
[all …]
H A Dethtool-user.c4235 void ethtool_eee_set_req_free(struct ethtool_eee_set_req *req) in ethtool_eee_set_req_free()
4243 int ethtool_eee_set(struct ynl_sock *ys, struct ethtool_eee_set_req *req) in ethtool_eee_set()