aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang6-27/+106
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2-7/+7
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li2-5/+5
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li2-5/+5
2021-05-28RDMA/hns: Refactor capability configuration flow of VFXi Wang2-146/+156
2021-05-28RDMA/hns: Clean the hardware related code for HEMXi Wang5-90/+85
2021-05-28RDMA/hns: Use refcount_t APIs for HEMWeihang Li2-19/+17
2021-05-28RDMA/hns: Fix wrong timer context buffer page sizeXi Wang1-6/+0
2021-05-28RDMA/hns: Refactor root BT allocation for MTRXi Wang1-84/+146
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang7-54/+68
2021-05-20RDMA/hns: Remove unused CMDQ memberLang Cheng1-1/+0
2021-05-20RDMA/hns: Remove Receive Queue of CMDQLang Cheng2-73/+25
2021-05-20RDMA/hns: Rename CMDQ head/tail pointer to PI/CILang Cheng2-7/+7
2021-05-20RDMA/hns: Refactor extend link table allocationXi Wang3-206/+124
2021-05-20RDMA/hns: Remove unused parameter udataLang Cheng4-8/+5
2021-05-11RDMA/hns: Remove the condition of light load for posting DWQEYixian Liu1-2/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-1601/+1886
2021-04-13RDMA/hns: Remove duplicated hem page size config codeXi Wang3-110/+76
2021-04-13RDMA/hns: Enable RoCE on virtual functionsWei Xu3-39/+202
2021-04-13RDMA/hns: Set parameters of all the functions belong to a PFWei Xu1-2/+16
2021-04-13RDMA/hns: Reserve the resource for the VFsWei Xu3-28/+60
2021-04-13RDMA/hns: Query the number of functions supported by the PFWei Xu3-4/+10
2021-04-13RDMA/hns: Simplify function's resource related commandXi Wang3-305/+89
2021-04-13RDMA/hns: Remove unnecessary flush operation for workqueueYixian Liu2-3/+0
2021-04-08RDMA/hns: Prevent le32 from being implicitly converted to u32Lang Cheng1-8/+7
2021-04-08RDMA/hns: Simplify the function config_eqc()Yixing Liu2-185/+65
2021-04-08RDMA/hns: Add XRC subtype in QPC and XRC type in SRQCWenpeng Liang2-7/+11
2021-04-08RDMA/hns: Remove unsupported QP typesWenpeng Liang3-5/+1
2021-04-08RDMA/hns: Delete unused members in the structure hns_roce_hwYangyang Li3-32/+0
2021-04-08RDMA/hns: Delete redundant abnormal interrupt statusWenpeng Liang2-16/+6
2021-04-08RDMA/hns: Delete redundant condition judgment related to eqYangyang Li1-21/+6
2021-04-08RDMA/hns: Fix missing assignment of max_inline_dataWeihang Li1-0/+1
2021-04-08RDMA/hns: Avoid enabling RQ inline on UDWeihang Li2-3/+8
2021-04-08RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang2-10/+20
2021-04-08RDMA/hns: Support more return types of command queueLang Cheng1-4/+14
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng2-41/+27
2021-04-07RDMA/hns: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu7-130/+119
2021-04-01RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu5-40/+66
2021-04-01RDMA/hns: Simplify command fields for HEM base address configurationXi Wang2-160/+83
2021-04-01RDMA/hns: Reorganize process of setting HEMXi Wang1-33/+44
2021-04-01RDMA/hns: Refactor reset state checking flowXi Wang5-200/+220
2021-04-01RDMA/hns: Reorganize hns_roce_create_cq()Yixing Liu1-28/+58
2021-04-01RDMA/hns: Refactor hns_roce_v2_poll_one()Weihang Li1-179/+224
2021-04-01RDMA/hns: Support congestion control type selection according to the FWYangyang Li4-3/+200
2021-04-01RDMA/hns: Support query information of functions from FWWei Xu3-1/+37
2021-03-30RDMA/hns: Fix a spelling mistake in hns_roce_hw_v1.cRuiqi Gong1-4/+4
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch4-19/+19
2021-03-23RDMA/hns: Support to query firmware versionLang Cheng1-0/+14
2021-03-22RDMA/hns: Fix memory corruption when allocating XRCDNWeihang Li1-2/+10