]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ena: Align names of constants
authorDawid Gorecki <dgr@semihalf.com>
Fri, 10 Jun 2022 09:18:13 +0000 (11:18 +0200)
committerMarcin Wojtas <mw@FreeBSD.org>
Tue, 26 Jul 2022 19:30:16 +0000 (21:30 +0200)
commit96c5c2901c51327520a07b1b8e34a06aa7d69ad3
treecb2d8ed61cd096e9bc65bfa2ca5e59e81798737c
parentaf445a63a3d8d5b6426edefb696cb15bc514c78c
ena: Align names of constants

Most of the constants in ena.h file were prefixed with ENA_*, while
others did not have this prefix. Align the constants by prefixing the
remaining constants with ENA.

Obtained from: Semihalf
MFC after: 2 weeks
Sponsored by: Amazon, Inc.

(cherry picked from commit 8f15f8a72b5474b81c5951d4039d203b2d80e2e3)
sys/dev/ena/ena.c
sys/dev/ena/ena.h
sys/dev/ena/ena_datapath.c
sys/dev/ena/ena_netmap.c
sys/dev/ena/ena_sysctl.c