mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
5f308d195e
commit
725b361b29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue