summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA/hns: Fix coding style issuesLang Cheng1-6/+3
2023-01-14RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2023-01-14RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2023-01-14RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2023-01-14RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-08-21RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2021-12-14RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-12-14RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-10-06RDMA/hns: Fix inaccurate printsYixing Liu1-15/+15
2021-03-04RDMA/hns: Fixes missing error code of CMDQLang Cheng1-4/+3
2021-03-04RDMA/hns: Disable RQ inline by defaultLijun Ou1-1/+0
2020-12-30RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li1-7/+3
2020-12-30RDMA/hns: Fix 0-length sge calculation errorLang Cheng1-14/+10
2020-12-30RDMA/hns: Avoid setting loopback indicator when smac is same as dmacWeihang Li1-9/+0
2020-12-30RDMA/hns: Only record vlan info for HIP08Weihang Li1-4/+9
2020-11-26RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu1-0/+1
2020-11-26RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang1-4/+4
2020-09-24RDMA/hns: Support inline data in extented sge space for RCWeihang Li1-46/+150
2020-09-24RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li1-0/+1
2020-09-24RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li1-6/+12
2020-09-24RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang1-1/+3
2020-09-24RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang1-3/+3
2020-09-24RDMA/hns: Add check for the validity of sl configurationJiaran Zhang1-2/+10
2020-09-24RDMA/hns: Add interception for resizing SRQsYangyang Li1-0/+4
2020-09-24RDMA/hns: Refactor process about opcode in post_send()Weihang Li1-55/+76
2020-09-24RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li1-4/+26
2020-09-24RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang1-12/+54
2020-09-24RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang1-7/+13
2020-09-24RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang1-8/+25
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-1/+1
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-5/+4
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-2/+11
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li1-5/+4
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-135/+118
2020-07-30RDMA/hns: Fix the unneeded process when getting a general type of CQE errorXi Wang1-0/+9
2020-07-30RDMA/hns: Fix error during modify qp RTS2RTSLang Cheng1-1/+3
2020-07-30RDMA/hns: Delete unnecessary memset when allocating VF resourceLang Cheng1-2/+0
2020-07-30RDMA/hns: Remove redundant parameters in set_rc_wqe()Weihang Li1-13/+17
2020-07-30RDMA/hns: Remove support for HIP08_ALang Cheng1-52/+45
2020-07-30RDMA/hns: Refactor hns_roce_v2_set_hem()Weihang Li1-19/+26
2020-07-30RDMA/hns: Remove redundant hardware opcode definitionsLang Cheng1-13/+13
2020-07-16RDMA/hns: Fix wrong assignment of lp_pktn_ini in QPCWeihang Li1-12/+22
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang1-37/+7
2020-06-18RDMA/hns: Fix an cmd queue issue when resettingYangyang Li1-1/+1
2020-06-18RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li1-7/+8
2020-06-03RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter1-1/+1
2020-05-25RDMA/hns: Make the end of sge process more clearYixian Liu1-2/+2
2020-05-25RDMA/hns: Simplify process related to poll cqLang Cheng1-8/+3
2020-05-25RDMA/hns: Remove redundant type cast for general pointersWeihang Li1-14/+14
2020-05-25RDMA/hns: Refactor the QP context filling process related to WQE buffer confi...Xi Wang1-115/+149