diff options
author | Eric Joyner <erj@FreeBSD.org> | 2018-10-15 17:23:41 +0000 |
---|---|---|
committer | Eric Joyner <erj@FreeBSD.org> | 2018-10-15 17:23:41 +0000 |
commit | 3f74c0272eaf1a4455c94db9fc2f5ed812d04020 (patch) | |
tree | 017fb596d80a621e7f2acf54832e97be17de105c /sys/dev/ixl/ixl.h | |
parent | 9588a5ae05853d4f1f2768a2a1574306431a37e8 (diff) | |
download | src-3f74c0272eaf1a4455c94db9fc2f5ed812d04020.tar.gz src-3f74c0272eaf1a4455c94db9fc2f5ed812d04020.zip |
iavf(4): Finish rename/rebrand internally
Rename functions and variables from ixlv to iavf to match the
user-facing name change. There shouldn't be any functional changes
with this change, but this may help with browsing the source code
and reducing diffs in the future.
Submitted by: kbowling@
Reviewed by: erj@, sbruno@
Approved by: re (gjb@)
Differential Revision: https://reviews.freebsd.org/D17544
Notes
Notes:
svn path=/head/; revision=339362
Diffstat (limited to 'sys/dev/ixl/ixl.h')
-rw-r--r-- | sys/dev/ixl/ixl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h index e3147fc8939d..fe0a2064d3c9 100644 --- a/sys/dev/ixl/ixl.h +++ b/sys/dev/ixl/ixl.h @@ -203,7 +203,7 @@ #define IXL_VSI_DATA_PORT 0x01 -#define IXLV_MAX_QUEUES 16 +#define IAVF_MAX_QUEUES 16 #define IXL_MAX_VSI_QUEUES (2 * (I40E_VSILAN_QTABLE_MAX_INDEX + 1)) #define IXL_RX_CTX_BASE_UNITS 128 |