eth: fbnic: migrate to new RXFH callbacks
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Jun 2025 14:59:46 +0000 (07:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Jun 2025 00:16:20 +0000 (17:16 -0700)
commit2a34007ba9773ee73dc04a3fc58e335656bd28b0
tree198253a4680146ec561d63846be0eefd8477a0c3
parent86b2315e704197b43524c820b46e6fd0e29f3b87
eth: fbnic: migrate to new RXFH callbacks

Add support for the new rxfh_fields callbacks, instead of de-muxing
the rxnfc calls. The code is moved as we try to declare the functions
in the order ing which they appear in the ops struct.

Link: https://patch.msgid.link/20250611145949.2674086-7-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c