Searched refs:ethtool (Results 1 – 25 of 38) 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/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_vlan.sh | 103 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/ |
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/busy_poll/ |
D | busy_poll_lib.sh | 25 ethtool --show-features $(tst_iface) | \ 30 ethtool -i $(tst_iface) | grep -qE "driver: ($drvs)" || \
|
/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/linux-kselftest/tools/testing/selftests/net/ |
D | netdevice.sh | 108 ethtool --version 2>/dev/null >/dev/null 120 ethtool -k "$netdev" > "$TMP_ETHTOOL_FEATURES"
|
/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/adeb/packages/ |
D | bcc | 16 ethtool
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_mc_aware.sh | 130 ethtool -s $swp3 speed 1000 autoneg off 151 ethtool -s $swp3 autoneg on
|
/external/bcc/tests/ |
D | wrapper.sh.in | 32 sudo ip netns exec $ns ethtool -K eth0 tx off
|
/external/bcc/debian/ |
D | control | 14 ethtool, devscripts, python3, dh-python
|
/external/bcc/ |
D | INSTALL.md | 204 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/ |
D | lib.sh | 502 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2 574 ethtool -k ${NETIFS[p$i]} \
|
/external/syzkaller/sys/linux/ |
D | socket.txt | 12 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/ |
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"
|
/external/libpcap/ |
D | cmakeconfig.h.in | 84 /* Define to 1 if you have the <linux/ethtool.h> header file. */
|
12