Skip to content
Snippets Groups Projects
Commit 725b361b authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

ethtool: Specify what kind of coalescing struct ethtool_coalesce covers

parent 5f308d19
No related branches found
No related tags found
No related merge requests found
......@@ -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
* @rx_coalesce_usecs: How many usecs to delay an RX interrupt after
* a packet arrives. If 0, only @rx_max_coalesced_frames is used.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment