Commit 725b361b authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

ethtool: Specify what kind of coalescing struct ethtool_coalesce covers

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5f308d19
...@@ -118,7 +118,7 @@ struct ethtool_eeprom { ...@@ -118,7 +118,7 @@ struct ethtool_eeprom {
}; };
/** /**
* struct ethtool_coalesce - coalescing parameters of chip * struct ethtool_coalesce - coalescing parameters for IRQs and stats updates
* @cmd: ETHTOOL_{G,S}COALESCE * @cmd: ETHTOOL_{G,S}COALESCE
* @rx_coalesce_usecs: How many usecs to delay an RX interrupt after * @rx_coalesce_usecs: How many usecs to delay an RX interrupt after
* a packet arrives. If 0, only @rx_max_coalesced_frames is used. * a packet arrives. If 0, only @rx_max_coalesced_frames is used.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment