summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Support cqe inline in user spaceLuoyouming2023-01-091-0/+12
* RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming2023-01-091-9/+21
* RDMA/hns: Remove rq inline in kernelLuoyouming2023-01-091-67/+0
* Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-091-11/+4
|\
| * RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu2022-10-241-0/+4
| * RDMA/hns: Disable local invalidate operationYangyang Li2022-10-241-11/+0
* | RDMA/hns: Fix XRC caps on HIP08Chengchang Tang2022-12-071-2/+3
* | RDMA/hns: Fix error code of CMDChengchang Tang2022-12-071-1/+25
* | RDMA/hns: Fix page size cap from firmwareChengchang Tang2022-12-071-0/+3
* | RDMA/hns: Fix PBL page MTR findChengchang Tang2022-12-071-1/+2
* | RDMA/hns: Fix AH attr queried by query_qpChengchang Tang2022-12-071-0/+2
* | RDMA/hns: Fix the gid problem caused by free mrYixing Liu2022-12-071-43/+132
* | RDMA/hns: Fix incorrect sge nums calculationLuoyouming2022-11-181-11/+1
* | RDMA/hns: Fix ext_sge num error when post sendLuoyouming2022-11-181-2/+11
|/
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-2/+1
|\
| * RDMA/hns: Remove the num_qpc_timer variableYixing Liu2022-08-301-2/+1
* | RDMA/hns: Unified Log Printing StyleGuofeng Yue2022-09-271-25/+25
* | RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu2022-09-271-2/+4
* | RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming2022-09-271-4/+3
* | RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li2022-09-271-2/+0
* | RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li2022-09-271-3/+0
* | RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu2022-09-271-6/+3
* | RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue2022-09-271-3/+3
* | RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue2022-09-271-1/+1
* | RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang2022-08-301-1/+1
* | RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang2022-08-241-0/+30
* | RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang2022-08-231-6/+6
* | RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang2022-08-231-5/+30
|/
* RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu2022-07-181-2/+180
* RDMA/hns: Refactor the abnormal interrupt handler functionHaoyue Xu2022-07-181-12/+23
* RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu2022-07-181-2/+2
* RDMA/hns: Fix the wrong type of return value of the interrupt handlerHaoyue Xu2022-07-181-13/+14
* RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu2022-07-181-10/+0
* RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang2022-05-121-99/+38
* RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang2022-05-121-165/+96
* RDMA/hns: Remove the num_cqc_timer variableYixing Liu2022-05-041-2/+1
* RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li2022-05-041-0/+21
* RDMA/hns: Init the variable at the suitable placeHaoyue Xu2022-04-111-1/+2
* RDMA/hns: Add judgment on the execution result of CMDQ that free vf resourceWenpeng Liang2022-04-111-4/+13
* RDMA/hns: Remove redundant variable "ret"Guofeng Yue2022-04-111-4/+1
* RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QPChengchang Tang2022-04-111-3/+1
* RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu2022-03-151-2/+309
* RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang2022-03-041-2/+2
* RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-041-2/+2
* RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-041-56/+55
* RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-041-17/+16
* RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-041-22/+13
* RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-041-13/+13
* Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-131-7/+57
|\
| * RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2021-12-141-7/+57