diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2011-08-15 10:07:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-16 19:36:14 -0400 |
commit | 725b361b29ba9fb72705a30743d288ee66055209 (patch) | |
tree | 3334455ee379ec86e035244920926d0323caf4e8 /include/linux/ethtool.h | |
parent | 5f308d195ed2ae227bea569c7c8a4563e04e0110 (diff) |
ethtool: Specify what kind of coalescing struct ethtool_coalesce covers
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index be32dd03e10c..71d45a199f96 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -118,7 +118,7 @@ struct ethtool_eeprom { | |||
118 | }; | 118 | }; |
119 | 119 | ||
120 | /** | 120 | /** |
121 | * struct ethtool_coalesce - coalescing parameters of chip | 121 | * struct ethtool_coalesce - coalescing parameters for IRQs and stats updates |
122 | * @cmd: ETHTOOL_{G,S}COALESCE | 122 | * @cmd: ETHTOOL_{G,S}COALESCE |
123 | * @rx_coalesce_usecs: How many usecs to delay an RX interrupt after | 123 | * @rx_coalesce_usecs: How many usecs to delay an RX interrupt after |
124 | * a packet arrives. If 0, only @rx_max_coalesced_frames is used. | 124 | * a packet arrives. If 0, only @rx_max_coalesced_frames is used. |