2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/ethernet/huawei/hinic
Jakub Kicinski 943c0ce308 eth: hinic: migrate to new RXFH callbacks
Migrate to new callbacks added by commit 9bb00786fc ("net: ethtool:
add dedicated callbacks for getting and setting rxfh fields").

Zeroing data on SET is not necessary, the argument is not copied
back to user space. The driver has no other RXNFC functionality
so the SET callback can be now removed.

Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250618203823.1336156-9-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-06-21 07:55:00 -07:00
..
hinic_common.c
hinic_common.h
hinic_debugfs.c net: hinic: fix memory leak when reading function table 2022-10-20 21:09:47 -07:00
hinic_debugfs.h net: hinic: remove unused macro 2022-09-22 17:41:27 -07:00
hinic_dev.h net: hinic: Set max_mtu/min_mtu directly to simplify the code. 2022-10-25 19:42:34 -07:00
hinic_devlink.c hinic: devlink health: use retained error fmsg API 2023-10-20 11:34:50 +01:00
hinic_devlink.h
hinic_ethtool.c eth: hinic: migrate to new RXFH callbacks 2025-06-21 07:55:00 -07:00
hinic_hw_api_cmd.c
hinic_hw_api_cmd.h
hinic_hw_cmdq.c net: hinic: fix the issue of CMDQ memory leaks 2022-10-20 21:09:47 -07:00
hinic_hw_cmdq.h
hinic_hw_csr.h net: hinic: remove unused macro 2022-09-22 17:41:27 -07:00
hinic_hw_dev.c net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() 2022-10-20 21:09:46 -07:00
hinic_hw_dev.h net: hinic: Add control command support for VF PMD driver in DPDK 2022-11-07 08:50:20 +00:00
hinic_hw_eqs.c
hinic_hw_eqs.h
hinic_hw_if.c net: hinic: remove unused functions 2022-09-22 17:41:26 -07:00
hinic_hw_if.h net: hinic: remove unused functions 2022-09-22 17:41:26 -07:00
hinic_hw_io.c
hinic_hw_io.h
hinic_hw_mbox.c net: hinic: remove unused macro 2022-09-22 17:41:27 -07:00
hinic_hw_mbox.h
hinic_hw_mgmt.c
hinic_hw_mgmt.h
hinic_hw_qp_ctxt.h
hinic_hw_qp.c net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl() 2022-09-22 17:41:28 -07:00
hinic_hw_qp.h net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl() 2022-09-22 17:41:28 -07:00
hinic_hw_wq.c
hinic_hw_wq.h
hinic_hw_wqe.h net: hinic: remove unused enumerated value 2022-09-22 17:41:28 -07:00
hinic_main.c net: hinic: Fix cleanup in create_rxqs/txqs() 2024-12-16 18:26:17 -08:00
hinic_port.c net: hinic: Fix typo in dev_err message 2024-12-10 18:27:39 -08:00
hinic_port.h net: hinic: Add support for configuration of rx-vlan-filter by ethtool 2022-11-07 08:50:20 +00:00
hinic_rx.c net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). 2022-10-28 20:13:54 -07:00
hinic_rx.h
hinic_sriov.c net: hinic: Add control command support for VF PMD driver in DPDK 2022-11-07 08:50:20 +00:00
hinic_sriov.h
hinic_tx.c net: hinic: Use devm_kasprintf() 2023-09-13 12:21:09 +01:00
hinic_tx.h
Kconfig
Makefile