Lines Matching full:usecs
577 # ethtool -C ethX rx-usecs-high N
580 interrupts per second. The value of rx-usecs-high can be set independently of
581 rx-usecs and tx-usecs in the same ethtool command, and is also independent of
588 # ethtool -C ethX adaptive-rx off adaptive-tx off rx-usecs-high 20 rx-usecs \
589 5 tx-usecs 5
594 limits total interrupts per second to 50,000 via the rx-usecs-high parameter.
642 - Setting rx-usecs and tx-usecs to 125 will limit interrupts to about 8000
647 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 125 \
648 tx-usecs 125
653 - Setting rx-usecs and tx-usecs to 250 will limit interrupts to about 4000
658 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 250 \
659 tx-usecs 250
666 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 0 \
667 tx-usecs 0