RDMA/erdma: Add main include file
authorCheng Xu <chengyou@linux.alibaba.com>
Wed, 27 Jul 2022 01:49:19 +0000 (09:49 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 27 Jul 2022 18:54:39 +0000 (15:54 -0300)
commitbee85e0e31ecd2afbd19d2ae900f029a6f0c9e6d
tree65ba94b33e14e9919e4e70cfb6b60baf18c12cd4
parentbe3cff0f242d8b5ea43ca5beb4c2b44b216d0fe1
RDMA/erdma: Add main include file

Add ERDMA driver main header file, defining internal used data structures
and operations. The defined data structures includes *cmdq*, which is used
as the communication channel between ERDMA driver and hardware.

Link: https://lore.kernel.org/r/20220727014927.76564-4-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.h [new file with mode: 0644]