]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
authorPavan Chebbi <pavan.chebbi@broadcom.com>
Sat, 14 Mar 2026 15:16:01 +0000 (08:16 -0700)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 27 Mar 2026 12:12:36 +0000 (09:12 -0300)
commit7be18a1fa00eab5283b35c13e26c6b76fcaab9ce
tree1b5704d827806f0d5c9f8d062800f68ead1fc89d
parentc369299895a591d96745d6492d4888259b004a9e
fwctl/bnxt_en: Move common definitions to include/linux/bnxt/

We have common definitions that are now going to be used
by more than one component outside of bnxt (bnxt_re and
fwctl)

Move bnxt_ulp.h to include/linux/bnxt/ as ulp.h.

Link: https://patch.msgid.link/r/20260314151605.932749-2-pavan.chebbi@broadcom.com
Reviewed-by: Andy Gospodarek <gospo@broadcom.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/bnxt_re/debugfs.c
drivers/infiniband/hw/bnxt_re/main.c
drivers/infiniband/hw/bnxt_re/qplib_fp.c
drivers/infiniband/hw/bnxt_re/qplib_res.h
drivers/net/ethernet/broadcom/bnxt/bnxt.c
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c
include/linux/bnxt/ulp.h [moved from drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h with 100% similarity]