summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_srq.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang1-2/+4
2023-10-02RDMA/hns: Support SRQ record doorbellYangyang Li1-2/+83
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang1-28/+52
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang1-2/+2
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang1-16/+4
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang1-3/+3
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang1-4/+2
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang1-4/+2
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang1-2/+2
2021-12-14RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li1-14/+14
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li1-2/+2
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li1-4/+4
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang1-5/+5
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu1-1/+1
2021-03-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-0/+3
2021-02-08RDMA/hns: Refactor code about SRQ ContextWenpeng Liang1-31/+13
2021-02-08RDMA/hns: Refactor hns_roce_create_srq()Wenpeng Liang1-117/+152
2021-02-08RDMA/hns: Remove the reserved WQE of SRQWenpeng Liang1-2/+4
2021-02-08RDMA/hns: Force srq_limit to 0 when creating SRQWenpeng Liang1-0/+1
2021-02-08RDMA/hns: Bugfix for checking whether the srq is full when post wrWenpeng Liang1-2/+3
2021-02-08RDMA/hns: Allocate one more recv SGE for HIP08Lang Cheng1-3/+37
2021-01-28RDMA/hns: Refactor the MTR creation flowXi Wang1-2/+0
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-15/+22
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-1/+0
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-5/+5
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li1-1/+0
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+4
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-1/+1
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li1-1/+1
2020-05-25RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang1-3/+3
2020-05-19RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou1-1/+1
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-4/+4
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang1-8/+8
2020-04-22RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang1-225/+140
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-20/+17
2020-02-11RDMA/hns: Cleanups of magic numbersLang Cheng1-1/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+3
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-41/+45
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-4/+4
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-1/+1
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-11/+11
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu1-13/+13
2019-11-06RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang1-1/+1
2019-10-21RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li1-10/+14
2019-08-28RDMA/hns: Delete the not-used linesWenpeng Liang1-1/+0
2019-08-28RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang1-22/+7
2019-07-25RDMA/hns: Refactor the code of creating srqLijun Ou1-127/+183