Home
last modified time | relevance | path

Searched refs:ethtool (Results 1 – 25 of 38) 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/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh103 which ethtool > /dev/null
129 ip netns exec ns1 ethtool -K veth1 rxvlan off
130 ip netns exec ns2 ethtool -K veth2 rxvlan off
133 ip netns exec ns2 ethtool -K veth2 txvlan off
134 ip netns exec ns1 ethtool -K veth1 txvlan off
/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/busy_poll/
Dbusy_poll_lib.sh25 ethtool --show-features $(tst_iface) | \
30 ethtool -i $(tst_iface) | grep -qE "driver: ($drvs)" || \
/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/linux-kselftest/tools/testing/selftests/net/
Dnetdevice.sh108 ethtool --version 2>/dev/null >/dev/null
120 ethtool -k "$netdev" > "$TMP_ETHTOOL_FEATURES"
/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/adeb/packages/
Dbcc16 ethtool
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dqos_mc_aware.sh130 ethtool -s $swp3 speed 1000 autoneg off
151 ethtool -s $swp3 autoneg on
/external/bcc/tests/
Dwrapper.sh.in32 sudo ip netns exec $ns ethtool -K eth0 tx off
/external/bcc/debian/
Dcontrol14 ethtool, devscripts, python3, dh-python
/external/bcc/
DINSTALL.md204 python-pyroute2 luajit libluajit-5.1-dev arping iperf netperf ethtool \
283 sudo dnf install -y bison cmake ethtool flex git iperf libstdc++-static \
353 sudo yum install -y bison cmake3 ethtool flex git iperf libstdc++-static python-netaddr gcc gcc-c++…
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dlib.sh502 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
574 ethtool -k ${NETIFS[p$i]} \
/external/syzkaller/sys/linux/
Dsocket.txt12 include <uapi/linux/ethtool.h>
391 # http://elixir.free-electrons.com/linux/latest/source/include/uapi/linux/ethtool.h
606 # http://elixir.free-electrons.com/linux/latest/source/include/uapi/linux/ethtool.h#L1565
/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"
/external/libpcap/
Dcmakeconfig.h.in84 /* Define to 1 if you have the <linux/ethtool.h> header file. */

12