Searched refs:ethtool (Results 1 – 25 of 30) sorted by relevance
12
/external/autotest/client/bin/net/ |
D | 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) 374 cmd = '%s %s %s' % (mock_netif.ethtool, '', mock_netif._name) [all …]
|
D | 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), 305 % (self.ethtool, self._name))
|
D | net_utils_mock.py | 91 self.ethtool = '/mock/ethtool'
|
/external/ltp/testcases/network/busy_poll/ |
D | busy_poll_lib.sh | 26 tst_check_cmds pkill sysctl ethtool 28 ethtool --show-features $(tst_iface) | grep -q 'busy-poll.*on' || \
|
/external/ltp/testcases/network/stress/route/ |
D | route6-rmmod | 118 which ethtool >/dev/null 157 lhost_module=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"` 165 module=`ethtool -i $ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
|
D | route4-rmmod | 122 which ethtool >/dev/null 161 lhost_module=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"` 169 module=`ethtool -i $ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
|
/external/ltp/testcases/network/stress/tcp/uni-basic/ |
D | 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/vboot_reference/tests/ |
D | rbtest.conf | 24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
|
/external/autotest/client/profilers/powertop/src/ |
D | wireless.c | 204 struct ethtool_value ethtool; in find_wireless_nic() local 243 memset(ðtool, 0, sizeof(struct ethtool_value)); in find_wireless_nic()
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ja.po | 195 " ethtool -s eth0 wol d \n" 199 " ethtool -s eth0 wol d \n"
|
D | ru.po | 199 " ethtool -s eth0 wol d \n" 203 " ethtool -s eth0 wol d \n"
|
D | zh.po | 150 " ethtool -s eth0 wol d \n" 154 " ethtool -s eth0 wol d\n"
|
D | pl.po | 194 " ethtool -s eth0 wol d \n" 198 " ethtool -s eth0 wol d \n"
|
D | id.po | 197 " ethtool -s eth0 wol d \n" 201 " ethtool -s eth0 wol d \n"
|
D | de.po | 201 " ethtool -s eth0 wol d \n" 205 " ethtool -s eth0 wol d\n"
|
D | pt_BR.po | 201 " ethtool -s eth0 wol d \n" 205 " ethtool -s eth0 wol d \n"
|
D | hu.po | 200 " ethtool -s eth0 wol d \n" 204 " ethtool -s eth0 wol d \n"
|
D | fr.po | 200 " ethtool -s eth0 wol d \n" 204 " ethtool -s eth0 wol d \n"
|
D | nl.po | 196 " ethtool -s eth0 wol d \n"
|
D | it.po | 196 " ethtool -s eth0 wol d \n"
|
D | fi.po | 195 " ethtool -s eth0 wol d \n"
|
D | es.po | 198 " ethtool -s eth0 wol d \n"
|
/external/libpcap/ |
D | cmakeconfig.h.in | 76 /* Define to 1 if you have the <linux/ethtool.h> header file. */
|
D | config.h.in | 76 /* Define to 1 if you have the <linux/ethtool.h> header file. */
|
/external/netperf/doc/ |
D | netperf.info | 2561 /usr/sbin/ethtool -S eth2 > before 2567 /usr/sbin/ethtool -S eth2 > after 2580 This example uses `ethtool' because the system being used is running 2589 in the background. Without it, the second ethtool command would be run 2598 The sum of the ethtool stats is 24503094 packets which matches what 2605 instead of `ethtool'
|
12