]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8da4fc1debadfe9ba43906da4d4137576c3b3bcb
tree65ba94b33e14e9919e4e70cfb6b60baf18c12cd4
parent86b81db2d6b8a72a0a98de17bb8e17d932661c8a
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]