summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/erdma/erdma_eq.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-09RDMA/erdma: Refactor the initialization and destruction of EQCheng Xu1-45/+42
2024-04-01RDMA/erdma: Remove unnecessary __GFP_ZERO flagBoshi Yu1-4/+2
2024-04-01RDMA/erdma: Unify the names related to doorbell recordsBoshi Yu1-13/+10
2024-04-01RDMA/erdma: Allocate doorbell records from dma poolBoshi Yu1-21/+34
2023-03-22RDMA/erdma: Eliminate unnecessary casting of EQ doorbellsCheng Xu1-5/+4
2022-09-20RDMA/erdma: Remove redundant includesCheng Xu1-6/+0
2022-09-20RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu1-5/+2
2022-07-27RDMA/erdma: Add event queue implementationCheng Xu1-0/+329