Home
last modified time | relevance | path

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

/linux-6.6.21/tools/net/ynl/generated/ !
Dethtool-user.h4417 struct ethtool_module_get_req_dump { struct
4425 static inline struct ethtool_module_get_req_dump * argument
4428 return calloc(1, sizeof(struct ethtool_module_get_req_dump)); in ethtool_module_get_req_dump_alloc()
4430 void ethtool_module_get_req_dump_free(struct ethtool_module_get_req_dump *req);
4433 ethtool_module_get_req_dump_set_header_dev_index(struct ethtool_module_get_req_dump *req, in ethtool_module_get_req_dump_set_header_dev_index()
4441 ethtool_module_get_req_dump_set_header_dev_name(struct ethtool_module_get_req_dump *req, in ethtool_module_get_req_dump_set_header_dev_name()
4451 ethtool_module_get_req_dump_set_header_flags(struct ethtool_module_get_req_dump *req, in ethtool_module_get_req_dump_set_header_flags()
4468 struct ethtool_module_get_req_dump *req);
Dethtool-user.c5192 struct ethtool_module_get_req_dump *req) in ethtool_module_get_dump()