/external/autotest/client/virt/tests/ |
ethtool.py | 9 Test offload functions of ethernet device by ethtool 22 @todo: Not all guests have ethtool installed, so 36 o = session.cmd("ethtool -k %s" % ethname) 53 cmd = "ethtool -K %s %s %s" % (ethname, f_type, status) 67 logging.info("Save ethtool configuration") 73 logging.info("Restore ethtool configuration") 186 # Let's just error the test if we identify that there's no ethtool installed 187 session.cmd("ethtool -h") 191 filename = "/tmp/ethtool.dd"
|
nicdriver_unload.py | 31 # ethtool can do the same thing and doesn't care about os type. 32 # if we make sure all guests have ethtool, we can make a change here.
|
file_transfer.py | 9 Test ethrnet device function by ethtool
|
/external/autotest/client/bin/net/ |
net_utils_unittest.py | 94 self.assertEquals(mock_netif.ethtool, 'ethtool') 114 cmd = '%s -L %s %s %s' % (mock_netif.ethtool, mock_netif._name, 125 cmd = '%s -L %s %s %s' % (mock_netif.ethtool, mock_netif._name, 129 cmd = '%s -L %s %s %s' % (mock_netif.ethtool, 143 cmd = '%s -L %s %s %s' % (mock_netif.ethtool, mock_netif._name, 190 cmd = '%s %s %s' % (mock_netif.ethtool, '', mock_netif._name) 311 cmd = '%s %s %s' % (mock_netif.ethtool, '', mock_netif._name) 330 cmd = '%s %s %s' % (mock_netif.ethtool, '', mock_netif._name) 355 cmd = '%s %s %s' % (mock_netif.ethtool, '', mock_netif._name [all...] |
net_utils_mock.py | 91 self.ethtool = '/mock/ethtool'
|
net_utils.py | 118 self.ethtool = 'ethtool' 148 output = utils.system_output('%s %s %s' % (self.ethtool, 269 (self.ethtool, self._name, mode, enable_disable), 300 # Don't try ethtool -l on a bonded host 303 output = utils.system_output('%s -l %s' % (self.ethtool, self._name))
|
/external/autotest/client/site_tests/network_NegotiatedLANSpeed/ |
network_NegotiatedLANSpeed.py | 32 out = utils.system_output('ethtool %s | grep Speed | \
|
/external/vboot_reference/tests/ |
rbtest.conf | 24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
|
/external/autotest/client/site_tests/network_EthCaps/ |
network_EthCaps.py | 37 cmd = "ethtool -i %s | awk '/bus-info/ {print $2}'" % self._ethname 41 logging.error("ethtool -i %s has no bus-info", self._ethname) 56 Executes ethtool command and parses various capabilities into a 61 cmd = "ethtool %s" % self._ethname 143 utils.system_output("ethtool -s %s wol g" % self._ethname) 204 utils.system_output("ethtool -s %s wol %s" %
|
/external/autotest/client/profilers/powertop/src/ |
ethernet.c | 42 #include <linux/ethtool.h> 129 " ethtool -s eth0 wol d \n"
|
wireless.c | 42 #include <linux/ethtool.h> 204 struct ethtool_value ethtool; local 243 memset(ðtool, 0, sizeof(struct ethtool_value));
|
/external/autotest/client/tests/kvm/ |
base.cfg.sample | 90 no ethtool 97 ethtool: 111 ethtool:
|
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
network_EthernetStressPlug.py | 301 """ Parses Ethtool Link Mode Entries. 328 The list is ordered (relying on ethtool) 333 Sample Ethtool Output: 355 A dictionary representation of the above ethtool output, or an empty 381 ethtool_out = os.popen('ethtool %s' % self.interface).read().split('\n') 434 raise error.TestFail('Unable to parse ethtool output for %s.' % 437 # Ethtool output is ordered in terms of speed so this obtains the
|
/external/autotest/client/cros/ |
backchannel.py | 150 'ethtool %s' % BACKCHANNEL_IFACE_NAME, ignore_status=True) 218 # Some versions of ethtool may report the full name. 238 'ethtool %s' % BACKCHANNEL_IFACE_NAME, ignore_status=True)
|
/external/iproute2/man/man8/ |
tc-mqprio.8 | 45 .B ethtool
|
/external/kernel-headers/original/uapi/linux/ |
if_bonding.h | 15 * - Added support for getting slave's speed and duplex via ethtool.
|
sockios.h | 78 #define SIOCETHTOOL 0x8946 /* Ethtool interface */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_bonding.h | 15 * - Added support for getting slave's speed and duplex via ethtool.
|
sockios.h | 78 #define SIOCETHTOOL 0x8946 /* Ethtool interface */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_bonding.h | 15 * - Added support for getting slave's speed and duplex via ethtool.
|
/bionic/libc/kernel/uapi/linux/ |
mii.h | 22 #include <linux/ethtool.h>
|
/development/ndk/platforms/android-21/include/linux/ |
mii.h | 22 #include <linux/ethtool.h>
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
sockios.h | 79 #define SIOCETHTOOL 0x8946 /* Ethtool interface */
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
sockios.h | 79 #define SIOCETHTOOL 0x8946 /* Ethtool interface */
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
sockios.h | 79 #define SIOCETHTOOL 0x8946 /* Ethtool interface */
|