diff options
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index e6ebc9761822..95991e4300bf 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -260,6 +260,15 @@ bool ethtool_convert_link_mode_to_legacy_u32(u32 *legacy_u32, | |||
260 | * will remain unchanged. | 260 | * will remain unchanged. |
261 | * Returns a negative error code or zero. An error code must be returned | 261 | * Returns a negative error code or zero. An error code must be returned |
262 | * if at least one unsupported change was requested. | 262 | * if at least one unsupported change was requested. |
263 | * @get_rxfh_context: Get the contents of the RX flow hash indirection table, | ||
264 | * hash key, and/or hash function assiciated to the given rss context. | ||
265 | * Returns a negative error code or zero. | ||
266 | * @set_rxfh_context: Create, remove and configure RSS contexts. Allows setting | ||
267 | * the contents of the RX flow hash indirection table, hash key, and/or | ||
268 | * hash function associated to the given context. Arguments which are set | ||
269 | * to %NULL or zero will remain unchanged. | ||
270 | * Returns a negative error code or zero. An error code must be returned | ||
271 | * if at least one unsupported change was requested. | ||
263 | * @get_channels: Get number of channels. | 272 | * @get_channels: Get number of channels. |
264 | * @set_channels: Set number of channels. Returns a negative error code or | 273 | * @set_channels: Set number of channels. Returns a negative error code or |
265 | * zero. | 274 | * zero. |