summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/erdma/erdma_hw.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-01RDMA/erdma: Unify the names related to doorbell recordsBoshi Yu1-3/+3
2024-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+39
2023-12-30RDMA/erdma: Add hardware statistics supportCheng Xu1-0/+37
2023-12-30RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requestsCheng Xu1-0/+2
2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue1-2/+0
2023-08-19RDMA/erdma: Implement hierarchical MTTCheng Xu1-2/+12
2023-08-19RDMA/erdma: Refactor the storage structure of MTT entriesCheng Xu1-2/+2
2023-06-11RDMA/erdma: Refactor the original doorbell allocation mechanismCheng Xu1-13/+0
2023-06-11RDMA/erdma: Associate QPs/CQs with doorbells for authorizationCheng Xu1-1/+16
2023-06-11RDMA/erdma: Allocate doorbell resources from hardwareCheng Xu1-0/+22
2023-06-11RDMA/erdma: Configure PAGE_SIZE to hardwareCheng Xu1-0/+12
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2023-03-24RDMA/erdma: Use fixed hardware page sizeCheng Xu1-0/+4
2023-03-20RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu1-1/+1
2023-03-20RDMA/erdma: Fix some typosCheng Xu1-1/+1
2023-01-15RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-11-24RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu1-0/+8
2022-11-07RDMA/erdma: Implement atomic operations supportCheng Xu1-3/+15
2022-11-07RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu1-0/+5
2022-11-07RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu1-4/+2
2022-09-21RDMA/erdma: Support dynamic mtuCheng Xu1-0/+6
2022-09-20RDMA/erdma: Make hardware internal opcodes invisible to driverCheng Xu1-4/+4
2022-07-27RDMA/erdma: Add the hardware related definitionsCheng Xu1-0/+508