summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-05RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang1-13/+13
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe1-7/+57
2022-01-08RDMA/hns: Replace get_udp_sport with rdma_get_udp_sportZhu Yanjun1-10/+3
2022-01-07RDMA/hns: Modify the hop num of HIP09 EQ to 1Wenpeng Liang1-1/+2
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-7/+6
2021-12-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-3/+11
2021-12-15RDMA/hns: Support direct wqe of userspaceYixing Liu1-1/+2
2021-12-15RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li1-7/+57
2021-11-25RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-11-25RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-11-19RDMA/hns: Remove magic numberXinhao Liu1-1/+3
2021-11-19RDMA/hns: Correctly initialize the members of Array[][]Xinhao Liu1-1/+2
2021-11-19RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu1-1/+1
2021-11-19RDMA/hns: Correct the print format to be consistent with the variable typeXinhao Liu1-3/+3
2021-11-19RDMA/hns: Correct the hex print formatXinhao Liu1-1/+1
2021-11-01Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-3/+3
2021-10-29RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibilityYixing Liu1-2/+2
2021-10-29RDMA/hns: Fix initial arm_st of CQHaoyue Xu1-1/+1
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-3/+3
2021-10-12RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing1-15/+5
2021-09-27RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang1-1/+1
2021-09-24RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe1-5/+6
2021-08-26RDMA/hns: Delete unnecessary blank lines.Xinhao Liu1-2/+0
2021-08-26RDMA/hns: Adjust the order in which irq are requested and enabledWenpeng Liang1-16/+13
2021-08-26RDMA/hns: Remove dqpn filling when modify qp from Init to InitWenpeng Liang1-7/+0
2021-08-26RDMA/hns: Fix query destination qpnWenpeng Liang1-1/+1
2021-08-25RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang1-1/+8
2021-08-25RDMA/hns: Bugfix for the missing assignment for dip_idxJunxian Huang1-1/+3
2021-08-25RDMA/hns: Fix incorrect lsn fieldYixing Liu1-3/+0
2021-08-23RDMA/hns: Ownerbit mode add control fieldLang Cheng1-0/+3
2021-08-23RDMA/hns: Enable stash feature of HIP09Yixing Liu1-0/+1