1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved. */ 3 4 #ifndef _HINIC3_RSS_H_ 5 #define _HINIC3_RSS_H_ 6 7 #include <linux/netdevice.h> 8 9 int hinic3_rss_init(struct net_device *netdev); 10 void hinic3_rss_uninit(struct net_device *netdev); 11 void hinic3_try_to_enable_rss(struct net_device *netdev); 12 void hinic3_clear_rss_config(struct net_device *netdev); 13 14 #endif 15