]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ena: Move RSS logic into its own source files
authorArtur Rojek <ar@semihalf.com>
Thu, 12 Aug 2021 08:34:27 +0000 (10:34 +0200)
committerMarcin Wojtas <mw@FreeBSD.org>
Wed, 1 Sep 2021 23:06:26 +0000 (01:06 +0200)
commit986e7b9227668caf9620f207e3c1d708c87b634d
treea6ed4a86e06f2b45c836741d3b3a9feb1d5fd9a1
parentcb98c439d66c303353a9f4abbbe9ddb51559c638
ena: Move RSS logic into its own source files

Delegate RSS related functionality into separate .c/.h files in
preparation for the full RSS support.

While at it, reorder functions and remove prototypes for ones with
internal linkage.

Obtained from: Semihalf
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
sys/dev/ena/ena.c
sys/dev/ena/ena.h
sys/dev/ena/ena_rss.c [new file with mode: 0644]
sys/dev/ena/ena_rss.h [new file with mode: 0644]
sys/modules/ena/Makefile