aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04RDMA/hns: Remove the num_cqc_timer variableYixing Liu1-1/+0
2022-05-04RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li1-0/+6
2022-04-11RDMA/hns: Remove unused function to_hns_roce_state()Yixing Liu1-11/+0
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu1-0/+2
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang1-2/+0
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang1-3/+11
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang1-3/+3
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang1-1/+0
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang1-2/+1
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang1-1/+1
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-62/+2
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu1-4/+4
2021-11-19RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu1-9/+9
2021-11-19RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu1-13/+13
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang1-0/+23
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-1/+2
2021-08-25RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang1-1/+8
2021-08-24RDMA/hns: Delete unused hns bitmap interfaceYangyang Li1-5/+0
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li1-3/+2
2021-08-24RDMA/hns: Use IDA interface to manage uar indexYangyang Li1-4/+2
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-3/+2
2021-06-22RDMA/hns: Fix spelling mistakes of originalLang Cheng1-1/+1
2021-06-22RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang1-0/+1
2021-06-22RDMA/hns: Modify function return value typeYangyang Li1-1/+1
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li1-3/+2
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li1-3/+2
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li1-3/+8
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li1-5/+1
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li1-3/+0
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li1-2/+0
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang1-3/+2
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li1-1/+1
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li1-1/+1
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li1-1/+1
2021-05-28RDMA/hns: Clean the hardware related code for HEMXi Wang1-2/+0
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang1-5/+10
2021-05-20RDMA/hns: Remove unused CMDQ memberLang Cheng1-1/+0
2021-05-20RDMA/hns: Refactor extend link table allocationXi Wang1-2/+1
2021-05-20RDMA/hns: Remove unused parameter udataLang Cheng1-2/+1
2021-04-13RDMA/hns: Remove duplicated hem page size config codeXi Wang1-1/+0
2021-04-13RDMA/hns: Enable RoCE on virtual functionsWei Xu1-0/+1
2021-04-13RDMA/hns: Reserve the resource for the VFsWei Xu1-0/+3
2021-04-13RDMA/hns: Query the number of functions supported by the PFWei Xu1-0/+1
2021-04-08RDMA/hns: Delete unused members in the structure hns_roce_hwYangyang Li1-16/+0
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng1-5/+1
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu1-4/+4
2021-04-01RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu1-2/+2
2021-04-01RDMA/hns: Refactor reset state checking flowXi Wang1-8/+3
2021-04-01RDMA/hns: Support congestion control type selection according to the FWYangyang Li1-0/+10
2021-04-01RDMA/hns: Support query information of functions from FWWei Xu1-0/+1