Lines Matching full:usecs
1095 Setting rx-usecs and tx-usecs to 80 will limit interrupts to about
1098 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
1102 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
1105 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
1116 rx-usecs 10
1122 Bounding interrupt rates using rx-usecs-high:
1127 250,000 interrupts per second. The value of rx-usecs-high can be set
1128 independently of rx-usecs and tx-usecs in the same ethtool command, and is
1136 second, it limits total interrupts per second to 50,000 via the rx-usecs-high
1141 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs-high 20
1142 rx-usecs 5 tx-usecs 5