Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h3083 struct ethtool_pause_get_req_dump { struct
3091 static inline struct ethtool_pause_get_req_dump * argument
3094 return calloc(1, sizeof(struct ethtool_pause_get_req_dump)); in ethtool_pause_get_req_dump_alloc()
3096 void ethtool_pause_get_req_dump_free(struct ethtool_pause_get_req_dump *req);
3099 ethtool_pause_get_req_dump_set_header_dev_index(struct ethtool_pause_get_req_dump *req, in ethtool_pause_get_req_dump_set_header_dev_index()
3107 ethtool_pause_get_req_dump_set_header_dev_name(struct ethtool_pause_get_req_dump *req, in ethtool_pause_get_req_dump_set_header_dev_name()
3117 ethtool_pause_get_req_dump_set_header_flags(struct ethtool_pause_get_req_dump *req, in ethtool_pause_get_req_dump_set_header_flags()
3134 struct ethtool_pause_get_req_dump *req);
H A Dethtool-user.c3991 struct ethtool_pause_get_req_dump *req) in ethtool_pause_get_dump()