summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang2020-07-074-132/+147
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-233-15/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter2020-06-021-1/+1
* RDMA/hns: remove duplicate assignment to pointer raqColin Ian King2020-05-291-1/+1
* RDMA/hns: Make the end of sge process more clearYixian Liu2020-05-251-2/+2
* RDMA/hns: Simplify process related to poll cqLang Cheng2020-05-251-8/+3
* RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang2020-05-252-7/+6
* RDMA/hns: Remove redundant type cast for general pointersWeihang Li2020-05-253-137/+73
* RDMA/hns: Optimize the usage of MTRXi Wang2020-05-252-27/+30
* RDMA/hns: Refactor the QP context filling process related to WQE buffer confi...Xi Wang2020-05-251-115/+149
* RDMA/hns: Change variables representing quantity to unsignedWeihang Li2020-05-252-10/+11
* RDMA/hns: Change all page_shift to unsignedWeihang Li2020-05-255-24/+27
* RDMA/hns: Rename QP buffer related functionXi Wang2020-05-251-4/+4
* RDMA/hns: Remove unused code about assertYangyang Li2020-05-252-5/+0
* RDMA/hns: Optimize post and poll processLang Cheng2020-05-251-13/+14
* RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng2020-05-253-11/+11
* RDMA/hns: Let software PI/CI grow naturallyLang Cheng2020-05-251-5/+4
* RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou2020-05-195-8/+14
* RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang2020-05-197-20/+22
* RDMA/hns: Remove redundant memcpy()Weihang Li2020-05-191-2/+0
* RDMA/hns: Store mr len information into mr objLang Cheng2020-05-191-0/+2
* RDMA/hns: Fix error with to_hr_hem_entries_count()Weihang Li2020-05-191-0/+3
* RDMA/hns: Fix wrong assignment of SRQ's max_wrWeihang Li2020-05-191-2/+2
* RDMA/hns: Fix assignment to ba_pg_sz of eqeWenpeng Liang2020-05-191-1/+1
* RDMA/hns: Fix cmdq parameter of querying pf timer resourceLang Cheng2020-05-191-20/+12
* RDMA/hns: Bugfix for querying qkeyLijun Ou2020-05-191-1/+1
* RDMA/hns: Combine enable flags of qpLang Cheng2020-05-123-16/+15
* RDMA/hns: Extend capability flags for HIP08_CWeihang Li2020-05-123-1/+6
* RDMA/hns: Remove redundant assignment of capsWenpeng Liang2020-05-061-5/+0
* RDMA/hns: Adjust lp_pktn_ini dynamicallyWeihang Li2020-05-061-1/+2
* RDMA/hns: Fix comments with non-English symbolsWeihang Li2020-05-061-4/+3
* RDMA/hns: Optimize SRQ buffer size calculating processXi Wang2020-05-063-24/+23
* RDMA/hns: Move SRQ code to the reasonable placeYixian Liu2020-05-061-306/+303
* RDMA/hns: Optimize WQE buffer size calculating processXi Wang2020-05-063-265/+182
* RDMA/hns: Remove unused MTT functionsXi Wang2020-05-066-807/+2
* RDMA/hns: Optimize PBL buffer allocation processXi Wang2020-05-064-669/+197
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-022-4/+5
* RDMA/hns: Simplify the status judgment code of hns_roce_v1_m_qp()Lang Cheng2020-04-241-12/+30
* RDMA/hns: Simplify the state judgment code of qpLang Cheng2020-04-241-27/+27
* RDMA/hns: Simplify the cqe code of poll cqLang Cheng2020-04-241-73/+57
* RDMA/hns: Simplify the qp state convert codeLang Cheng2020-04-241-13/+14
* RDMA/hns: Optimize hns_roce_v2_set_mac()Lijun Ou2020-04-241-5/+2
* RDMA/hns: Optimize hns_roce_config_link_table()Lijun Ou2020-04-241-32/+21
* RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang2020-04-224-265/+122
* RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang2020-04-223-250/+161
* RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang2020-04-224-196/+106
* RDMA/hns: Optimize 0 hop addressing for EQE bufferXi Wang2020-04-222-129/+48
* RDMA/hns: Optimize hns buffer allocation flowXi Wang2020-04-228-128/+121