Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h3015 struct ethtool_pause_get_req { struct
3023 static inline struct ethtool_pause_get_req *ethtool_pause_get_req_alloc(void) in ethtool_pause_get_req_alloc() argument
3025 return calloc(1, sizeof(struct ethtool_pause_get_req)); in ethtool_pause_get_req_alloc()
3027 void ethtool_pause_get_req_free(struct ethtool_pause_get_req *req);
3030 ethtool_pause_get_req_set_header_dev_index(struct ethtool_pause_get_req *req, in ethtool_pause_get_req_set_header_dev_index()
3038 ethtool_pause_get_req_set_header_dev_name(struct ethtool_pause_get_req *req, in ethtool_pause_get_req_set_header_dev_name()
3048 ethtool_pause_get_req_set_header_flags(struct ethtool_pause_get_req *req, in ethtool_pause_get_req_set_header_flags()
3080 ethtool_pause_get(struct ynl_sock *ys, struct ethtool_pause_get_req *req);
H A Dethtool-user.c3873 void ethtool_pause_get_req_free(struct ethtool_pause_get_req *req) in ethtool_pause_get_req_free()
3944 ethtool_pause_get(struct ynl_sock *ys, struct ethtool_pause_get_req *req) in ethtool_pause_get()