RDMA/erdma: Add the hardware related definitions
authorCheng Xu <chengyou@linux.alibaba.com>
Wed, 27 Jul 2022 01:49:18 +0000 (09:49 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 27 Jul 2022 18:54:38 +0000 (15:54 -0300)
commitbe3cff0f242d8b5ea43ca5beb4c2b44b216d0fe1
tree93e67141eb7db1e9b5a1ed78452bef5638577c06
parentd8f70c47394c26a8d7c6e602d909de88d1bdae5e
RDMA/erdma: Add the hardware related definitions

ERDMA is a PCIe device, and this file provides ERDMA hardware related
definitions, mainly including PCIe device capabilities and restrictions,
device registers definitions, doorbell space, doorbell structure
definitions and WQE definitions.

Link: https://lore.kernel.org/r/20220727014927.76564-3-chengyou@linux.alibaba.com
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/erdma/erdma_hw.h [new file with mode: 0644]