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