summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17RDMA/hns: Modify the value of long message loopback sliceYangyang Li1-5/+3
2023-05-17RDMA/hns: Fix timeout attr in query qp for HIP08Chengchang Tang1-3/+14
2023-03-14RDMA/hns: Add new command to support query vf capsYixing Liu1-135/+54
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming1-0/+12
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming1-9/+21
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming1-67/+0
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe1-11/+4
2022-12-08RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-08RDMA/hns: Fix error code of CMDChengchang Tang1-1/+25
2022-12-08RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-08RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-08RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-08RDMA/hns: Fix the gid problem caused by free mrYixing Liu1-43/+132
2022-11-19RDMA/hns: Fix incorrect sge nums calculationLuoyouming1-11/+1
2022-11-19RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-10-24RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu1-0/+4
2022-10-24RDMA/hns: Disable local invalidate operationYangyang Li1-11/+0
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-2/+1
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue1-25/+25
2022-09-27RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu1-2/+4
2022-09-27RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-09-27RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li1-2/+0
2022-09-27RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li1-3/+0
2022-09-27RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu1-6/+3
2022-09-27RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue1-3/+3
2022-09-27RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue1-1/+1
2022-08-30RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang1-1/+1
2022-08-30RDMA/hns: Remove the num_qpc_timer variableYixing Liu1-2/+1
2022-08-24RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang1-0/+30
2022-08-23RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang1-6/+6
2022-08-23RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang1-5/+30
2022-07-18RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu1-2/+180
2022-07-18RDMA/hns: Refactor the abnormal interrupt handler functionHaoyue Xu1-12/+23
2022-07-18RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-07-18RDMA/hns: Fix the wrong type of return value of the interrupt handlerHaoyue Xu1-13/+14
2022-07-18RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu1-10/+0
2022-05-12RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang1-99/+38
2022-05-12RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang1-165/+96
2022-05-05RDMA/hns: Remove the num_cqc_timer variableYixing Liu1-2/+1
2022-05-05RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li1-0/+21
2022-04-11RDMA/hns: Init the variable at the suitable placeHaoyue Xu1-1/+2
2022-04-11RDMA/hns: Add judgment on the execution result of CMDQ that free vf resourceWenpeng Liang1-4/+13
2022-04-11RDMA/hns: Remove redundant variable "ret"Guofeng Yue1-4/+1
2022-04-11RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QPChengchang Tang1-3/+1
2022-03-16RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu1-2/+309
2022-03-05RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang1-2/+2
2022-03-05RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang1-2/+2
2022-03-05RDMA/hns: Refactor mailbox functionsChengchang Tang1-56/+55
2022-03-05RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang1-17/+16
2022-03-05RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang1-22/+13