]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
enic: Move RX functions to their own file
authorJohn Daley <johndale@cisco.com>
Wed, 5 Feb 2025 23:54:13 +0000 (15:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 7 Feb 2025 01:17:01 +0000 (17:17 -0800)
commitfe57762c6490581ae446956ab54d221262a4951b
tree593e0a72c1318ed8114fc00a4bf8764c2ed1b15a
parent6597e8d35851e1e0cb381f76ce1d960518fd8c94
enic: Move RX functions to their own file

Move RX handler code into its own file in preparation for further
changes. Some formatting changes were necessary in order to satisfy
checkpatch but there were no functional changes.

Co-developed-by: Nelson Escobar <neescoba@cisco.com>
Signed-off-by: Nelson Escobar <neescoba@cisco.com>
Co-developed-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: John Daley <johndale@cisco.com>
Link: https://patch.msgid.link/20250205235416.25410-2-johndale@cisco.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/cisco/enic/Makefile
drivers/net/ethernet/cisco/enic/enic_main.c
drivers/net/ethernet/cisco/enic/enic_rq.c [new file with mode: 0644]
drivers/net/ethernet/cisco/enic/enic_rq.h [new file with mode: 0644]