linux/drivers/net/ethernet/qlogic
Lukas Bulwahn 3970160351 qed: avoid defines prefixed with CONFIG
Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
that are introduced in a Kconfig file.

Here, constants for bitmap indices of some configs are defined and these
defines begin with the config's name, and are suffixed with BITMAP_IDX.

To avoid defines prefixed with "CONFIG", name these constants
BITMAP_IDX_FOR_CONFIG_XYZ instead of CONFIG_XYZ_BITMAP_IDX.

No functional change.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-25 08:13:09 +00:00
..
netxen net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
qed qed: avoid defines prefixed with CONFIG 2022-11-25 08:13:09 +00:00
qede net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
qlcnic qlcnic: fix sleep-in-atomic-context bugs caused by msleep 2022-11-25 08:12:12 +00:00
Kconfig
Makefile
qla3xxx.c net/qla3xxx: fix potential memleak in ql3xxx_send() 2022-11-18 19:39:05 -08:00
qla3xxx.h