summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-02RDMA/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
2020-05-25RDMA/hns: Change variables representing quantity to unsignedWeihang Li1-8/+9
2020-05-25RDMA/hns: Optimize post and poll processLang Cheng1-13/+14
2020-05-25RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng1-3/+3
2020-05-25RDMA/hns: Let software PI/CI grow naturallyLang Cheng1-5/+4
2020-05-19RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou1-4/+5
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-2/+2
2020-05-19RDMA/hns: Remove redundant memcpy()Weihang Li1-2/+0
2020-05-19RDMA/hns: Fix wrong assignment of SRQ's max_wrWeihang Li1-2/+2
2020-05-19RDMA/hns: Fix assignment to ba_pg_sz of eqeWenpeng Liang1-1/+1
2020-05-19RDMA/hns: Fix cmdq parameter of querying pf timer resourceLang Cheng1-20/+12
2020-05-19RDMA/hns: Bugfix for querying qkeyLijun Ou1-1/+1
2020-05-12RDMA/hns: Combine enable flags of qpLang Cheng1-1/+1
2020-05-12RDMA/hns: Extend capability flags for HIP08_CWeihang Li1-0/+3
2020-05-06RDMA/hns: Remove redundant assignment of capsWenpeng Liang1-5/+0
2020-05-06RDMA/hns: Adjust lp_pktn_ini dynamicallyWeihang Li1-1/+2