Files
linux/drivers/net/ethernet/qlogic/qed
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
..
2022-04-22 15:15:23 -07:00
2021-10-04 12:55:49 +01:00
2022-05-22 20:44:30 +01:00
2022-04-04 12:42:52 +01:00
2021-10-04 12:55:49 +01:00
2021-10-04 12:55:48 +01:00
2021-12-03 18:24:20 -08:00
2021-10-04 12:55:48 +01:00
2020-06-30 15:51:40 -07:00
2021-10-04 12:55:49 +01:00
2021-10-18 15:58:21 -07:00
2020-06-30 15:51:40 -07:00
2022-07-06 19:55:14 -07:00
2020-06-30 15:51:40 -07:00
2021-10-04 12:55:48 +01:00
2021-10-04 12:55:49 +01:00
2022-05-22 20:44:30 +01:00
2021-10-04 12:55:49 +01:00