aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-2/+2
2021-03-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-0/+25
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-1/+1
2021-02-08RDMA/hns: Move HIP06 related definitions into hns_roce_hw_v1.hLang Cheng1-41/+0
2021-02-08RDMA/hns: Replace wmb&__raw_writeq with writeqLang Cheng1-1/+1
2021-02-08RDMA/hns: Fix type of sq_signal_bitsWeihang Li1-1/+1
2021-02-08RDMA/hns: Add support of direct wqeYixing Liu1-0/+6
2021-02-08RDMA/hns: Refactor code about SRQ ContextWenpeng Liang1-5/+1
2021-02-08RDMA/hns: Refactor hns_roce_create_srq()Wenpeng Liang1-2/+3
2021-02-08RDMA/hns: Remove the reserved WQE of SRQWenpeng Liang1-0/+1
2021-02-08RDMA/hns: Bugfix for checking whether the srq is full when post wrWenpeng Liang1-2/+2
2021-02-08RDMA/hns: Allocate one more recv SGE for HIP08Lang Cheng1-0/+4
2021-01-28RDMA/hns: Optimize the MR registration processLang Cheng1-3/+1
2021-01-28RDMA/hns: Refactor the MTR creation flowXi Wang1-1/+0