HomeSort by relevance Sort by last modified time
    Searched refs:ethtool (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/network/busy_poll/
busy_poll_lib.sh 26 tst_check_cmds pkill sysctl ethtool
29 ethtool --show-features $(tst_iface) | \
34 ethtool -i $(tst_iface) | grep -qE "driver: ($drvs)" || \
  /external/vboot_reference/tests/
rbtest.conf 24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
  /external/linux-kselftest/tools/testing/selftests/net/
netdevice.sh 72 # test an ethtool command
73 # arg1: return code for not supported (see ethtool code source)
79 echo "SKIP: $netdev: ethtool: invalid number of arguments"
86 echo "SKIP: $netdev: ethtool $2 not supported"
88 echo "FAIL: $netdev: ethtool $2"
92 echo "PASS: $netdev: ethtool $2"
97 # test ethtool commands
103 #check presence of ethtool
104 ethtool --version 2>/dev/null >/dev/null
106 echo "SKIP: ethtool not present
    [all...]
  /external/ltp/testcases/network/stress/route/
route4-rmmod 121 # Check the local host has ethtool utility
122 which ethtool >/dev/null
124 tst_resm TBROK "This test case requires ethtool utility"
161 lhost_module=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
169 module=`ethtool -i $ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
route6-rmmod 117 # Check the local host has ethtool utility
118 which ethtool >/dev/null
120 tst_resm TBROK "This test case requires ethtool utility"
157 lhost_module=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
165 module=`ethtool -i $ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
  /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.py 119 self.ethtool = 'ethtool'
149 output = bin_utils.system_output('%s %s %s' % (self.ethtool,
270 (self.ethtool, self._name, mode, enable_disable),
301 # Don't try ethtool -l on a bonded host
305 % (self.ethtool, self._name))
net_utils_mock.py 91 self.ethtool = '/mock/ethtool'
  /external/ltp/testcases/network/stress/tcp/uni-basic/
tcp4-uni-basic01 159 ethtool -K $lhost_ifname tso $tso_orig
297 ethtool -k $lhost_ifname > $offload_info 2>/dev/null
309 ethtool -K $lhost_ifname tso on
311 ethtool -K $lhost_ifname tso off
  /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(&ethtool, 0, sizeof(struct ethtool_value));
  /bionic/libc/kernel/uapi/linux/
mii.h 22 #include <linux/ethtool.h>
  /external/kernel-headers/original/uapi/linux/
mii.h 13 #include <linux/ethtool.h>
  /external/libnl/include/netlink-private/
netlink.h 48 #include <linux/ethtool.h>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 48 #include <linux/ethtool.h>
  /external/libpcap/
pcap-linux.c 256 * Got ethtool support?
259 #include <linux/ethtool.h>
    [all...]
configure     [all...]

Completed in 2106 milliseconds