Lines Matching refs:ethtool
60 if ! ethtool -h | grep include-stat 2>&1 >/dev/null; then
75 echo n > $NSIM_DEV_DFS/ethtool/pause/report_stats_tx
76 echo n > $NSIM_DEV_DFS/ethtool/pause/report_stats_rx
78 s=$(ethtool --json -a $NSIM_NETDEV | jq '.[].statistics')
81 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics')
84 echo y > $NSIM_DEV_DFS/ethtool/pause/report_stats_tx
86 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
89 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')
92 echo y > $NSIM_DEV_DFS/ethtool/pause/report_stats_rx
94 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
97 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.rx_pause_frames')
99 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')