Home
last modified time | relevance | path

Searched refs:ethtool (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/client/bin/net/
Dnet_utils_unittest.py94 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 …]
Dnet_utils.py119 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))
Dnet_utils_mock.py91 self.ethtool = '/mock/ethtool'
/external/ltp/testcases/network/busy_poll/
Dbusy_poll_lib.sh26 tst_check_cmds pkill sysctl ethtool
28 ethtool --show-features $(tst_iface) | grep -q 'busy-poll.*on' || \
/external/ltp/testcases/network/stress/route/
Droute6-rmmod118 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:]]*//"`
Droute4-rmmod122 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/
Dtcp4-uni-basic01159 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/
Drbtest.conf24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
/external/autotest/client/profilers/powertop/src/
Dwireless.c204 struct ethtool_value ethtool; in find_wireless_nic() local
243 memset(&ethtool, 0, sizeof(struct ethtool_value)); in find_wireless_nic()
/external/autotest/client/profilers/powertop/src/po/
Dja.po195 " ethtool -s eth0 wol d \n"
199 " ethtool -s eth0 wol d \n"
Dru.po199 " ethtool -s eth0 wol d \n"
203 " ethtool -s eth0 wol d \n"
Dzh.po150 " ethtool -s eth0 wol d \n"
154 " ethtool -s eth0 wol d\n"
Dpl.po194 " ethtool -s eth0 wol d \n"
198 " ethtool -s eth0 wol d \n"
Did.po197 " ethtool -s eth0 wol d \n"
201 " ethtool -s eth0 wol d \n"
Dde.po201 " ethtool -s eth0 wol d \n"
205 " ethtool -s eth0 wol d\n"
Dpt_BR.po201 " ethtool -s eth0 wol d \n"
205 " ethtool -s eth0 wol d \n"
Dhu.po200 " ethtool -s eth0 wol d \n"
204 " ethtool -s eth0 wol d \n"
Dfr.po200 " ethtool -s eth0 wol d \n"
204 " ethtool -s eth0 wol d \n"
Dnl.po196 " ethtool -s eth0 wol d \n"
Dit.po196 " ethtool -s eth0 wol d \n"
Dfi.po195 " ethtool -s eth0 wol d \n"
Des.po198 " ethtool -s eth0 wol d \n"
/external/libpcap/
Dcmakeconfig.h.in76 /* Define to 1 if you have the <linux/ethtool.h> header file. */
Dconfig.h.in76 /* Define to 1 if you have the <linux/ethtool.h> header file. */
/external/netperf/doc/
Dnetperf.info2561 /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