RDMA/efa: Add EFA device definitions
authorGal Pressman <galpress@amazon.com>
Sun, 5 May 2019 17:59:22 +0000 (20:59 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 6 May 2019 16:47:50 +0000 (13:47 -0300)
commit01edac3aa2b9002860f405f1af23536386d45db0
tree0ca7587aa19e47b7dcb1bbd445b41c06a6929931
parentf95be3d28d891b0c0f339a504e3aa8e382bbd9a6
RDMA/efa: Add EFA device definitions

EFA PCIe device implements a single Admin Queue (AQ) and Admin Completion
Queue (ACQ) pair to initialize and communicate configuration with the
device.  Through this pair, we run set/get commands for querying and
configuring the device, create/modify/destroy queues, and IB specific
commands like Address Handler (AH), Memory Registration (MR) and
Protection Domains (PD).

In addition to admin (AQ/ACQ), we have data path queues that get
classified as Queue Pairs (QP) and Completion Queues (CQ).

Signed-off-by: Gal Pressman <galpress@amazon.com>
Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/efa/efa_admin_cmds_defs.h [new file with mode: 0644]
drivers/infiniband/hw/efa/efa_admin_defs.h [new file with mode: 0644]
drivers/infiniband/hw/efa/efa_common_defs.h [new file with mode: 0644]
drivers/infiniband/hw/efa/efa_regs_defs.h [new file with mode: 0644]