
| Current Path : /usr/include/x86_64-linux-gnu/openmpi/openmpi/opal/util/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/include/x86_64-linux-gnu/openmpi/openmpi/opal/util/ethtool.h |
/* * Copyright (c) 2016 Karol Mroz. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #ifndef OPAL_ETHTOOL_H #define OPAL_ETHTOOL_H /* * Obtain an appropriate bandwidth for the interface if_name. On Linux, we * get this via an ioctl(). Elsewhere or in the error case, we return the * speed as 0. */ unsigned int opal_ethtool_get_speed(const char *if_name); #endif