summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_device.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Support cqe inline in user spaceLuoyouming2023-01-091-0/+1
* RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming2023-01-091-1/+1
* RDMA/hns: Remove rq inline in kernelLuoyouming2023-01-091-16/+0
* RDMA/hns: Fix incorrect sge nums calculationLuoyouming2022-11-181-0/+3
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-1/+0
|\
| * RDMA/hns: Remove the num_qpc_timer variableYixing Liu2022-08-301-1/+0
* | RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li2022-09-271-1/+1
* | RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li2022-09-271-2/+2
* | RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin2022-09-271-1/+0
* | RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang2022-08-301-1/+0
* | RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang2022-08-241-0/+2
* | RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang2022-08-231-0/+1
* | RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang2022-08-231-0/+2
* | RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang2022-08-231-0/+1
* | RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang2022-08-231-0/+1
* | RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang2022-08-231-8/+2
|/
* RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu2022-07-181-0/+1
* RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang2022-05-121-2/+12
* RDMA/hns: Remove the num_cqc_timer variableYixing Liu2022-05-041-1/+0
* RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li2022-05-041-0/+6
* RDMA/hns: Remove unused function to_hns_roce_state()Yixing Liu2022-04-111-11/+0
* RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu2022-03-151-0/+2
* RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-041-2/+0
* RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-041-3/+11
* RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-041-3/+3
* RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang2022-03-041-1/+0
* RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-041-2/+1
* RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-041-1/+1
* RDMA/hns: Remove support for HIP06Chengchang Tang2022-01-051-62/+2
* RDMA/hns: Support direct wqe of userspaceYixing Liu2021-12-141-4/+4
* RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu2021-11-191-9/+9
* RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu2021-11-191-13/+13
* RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-291-0/+23
* RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+2
* RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang2021-08-251-1/+8
* RDMA/hns: Delete unused hns bitmap interfaceYangyang Li2021-08-241-5/+0
* RDMA/hns: Use IDA interface to manage srq indexYangyang Li2021-08-241-3/+2
* RDMA/hns: Use IDA interface to manage uar indexYangyang Li2021-08-241-4/+2
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-3/+2
* RDMA/hns: Fix spelling mistakes of originalLang Cheng2021-06-221-1/+1
* RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang2021-06-221-0/+1
* RDMA/hns: Modify function return value typeYangyang Li2021-06-221-1/+1
* RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li2021-06-211-3/+2
* RDMA/hns: Use IDA interface to manage pd indexYangyang Li2021-06-211-3/+2
* RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li2021-06-211-3/+8
* RDMA/hns: Remove unused RR mechanismYangyang Li2021-06-211-5/+1
* RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li2021-06-211-3/+0
* RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li2021-06-211-2/+0
* RDMA/hns: Support getting max QP number from firmwareXi Wang2021-06-161-3/+2
* RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2021-06-081-1/+1