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
..
Makefile qed: Remove IP services API. 2022-04-22 15:15:23 -07:00
qed.h
qed_chain.c
qed_cxt.c
qed_cxt.h
qed_dbg_hsi.h qed: fix typos in comments 2022-05-22 20:44:30 +01:00
qed_dcbx.c
qed_dcbx.h
qed_debug.c qed: fix ethtool register dump 2022-04-04 12:42:52 +01:00
qed_debug.h
qed_dev.c qlogic: qed: fix clang -Wformat warnings 2022-07-12 20:36:41 -07:00
qed_dev_api.h
qed_devlink.c
qed_devlink.h
qed_fcoe.c
qed_fcoe.h
qed_hsi.h
qed_hw.c
qed_hw.h
qed_init_fw_funcs.c
qed_init_ops.c
qed_init_ops.h
qed_int.c net: ethernet: move from strlcpy with unused retval to strscpy 2022-08-31 14:11:26 -07:00
qed_int.h
qed_iro_hsi.h
qed_iscsi.c
qed_iscsi.h
qed_iwarp.c
qed_iwarp.h
qed_l2.c
qed_l2.h
qed_ll2.c
qed_ll2.h
qed_main.c qed: Remove unnecessary synchronize_irq() before free_irq() 2022-05-17 13:02:34 +02:00
qed_mcp.c qed: avoid defines prefixed with CONFIG 2022-11-25 08:13:09 +00:00
qed_mcp.h
qed_mfw_hsi.h
qed_mng_tlv.c
qed_nvmetcp.c
qed_nvmetcp.h
qed_nvmetcp_fw_funcs.c
qed_nvmetcp_fw_funcs.h
qed_ooo.c
qed_ooo.h
qed_ptp.c
qed_ptp.h
qed_rdma.c qed: Use bitmap_empty() 2022-07-06 19:55:14 -07:00
qed_rdma.h
qed_reg_addr.h
qed_roce.c qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() 2022-05-02 06:30:40 -07:00
qed_roce.h
qed_selftest.c
qed_selftest.h
qed_sp.h
qed_sp_commands.c
qed_spq.c
qed_sriov.c
qed_sriov.h
qed_vf.c
qed_vf.h qed: fix typos in comments 2022-05-22 20:44:30 +01:00