summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang1-15/+14
2020-05-06RDMA/hns: Move SRQ code to the reasonable placeYixian Liu1-306/+303
2020-05-06RDMA/hns: Optimize WQE buffer size calculating processXi Wang1-73/+36
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang1-35/+41
2020-04-24RDMA/hns: Simplify the state judgment code of qpLang Cheng1-27/+27
2020-04-24RDMA/hns: Simplify the cqe code of poll cqLang Cheng1-73/+57
2020-04-24RDMA/hns: Simplify the qp state convert codeLang Cheng1-13/+14
2020-04-24RDMA/hns: Optimize hns_roce_v2_set_mac()Lijun Ou1-5/+2
2020-04-24RDMA/hns: Optimize hns_roce_config_link_table()Lijun Ou1-32/+21
2020-04-22RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang1-7/+8
2020-04-22RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang1-16/+18
2020-04-22RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang1-19/+17
2020-04-22RDMA/hns: Optimize 0 hop addressing for EQE bufferXi Wang1-123/+48
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-25/+18
2020-03-29RDMA/hns: Reduce PFC frames in congestion scenariosJihua Tao1-1/+1
2020-03-26RDMA/hns: Remove redundant judgment of qp_typeWeihang Li1-7/+0
2020-03-26RDMA/hns: Remove redundant assignment of wc->smac when polling cqWeihang Li1-8/+1
2020-03-26RDMA/hns: Remove redundant qpc setup operationsLang Cheng1-236/+1
2020-03-26RDMA/hns: Remove meaningless printsWenpeng Liang1-4/+1
2020-03-26RDMA/hns: Optimize hns_roce_alloc_vf_resource()Lijun Ou1-81/+62
2020-03-26RDMA/hns: Simplify attribute judgment codeLang Cheng1-2/+1
2020-03-26RDMA/hns: Unify format of printsLijun Ou1-69/+87
2020-03-18RDMA/hns: Optimize wqe buffer set flow for post sendXi Wang1-248/+224
2020-03-18RDMA/hns: Optimize the wr opcode conversion from ib to hnsXi Wang1-27/+36
2020-03-18RDMA/hns: Optimize wqe buffer filling process for post sendXi Wang1-31/+32
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang1-5/+5
2020-02-28RDMA/hns: Optimize qp context create and destroy flowXi Wang1-4/+0
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang1-38/+1