summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA/hns: Clean the hardware related code for HEMXi Wang1-0/+77
2023-07-27RDMA/hns: Fix coding style issuesLang Cheng1-6/+3
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-7/+0
2020-09-24RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang1-1/+1
2020-09-24RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang1-3/+2
2020-09-24RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang1-6/+4
2020-09-18RDMA/hns: Set the unsupported wr opcodeLijun Ou1-1/+0
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-15/+15
2020-08-18RDMA/hns: Fix spelling mistake "epmty" -> "empty"Colin Ian King1-1/+1
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+3
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang1-4/+3
2020-06-18RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li1-2/+2
2020-05-29RDMA/hns: remove duplicate assignment to pointer raqColin Ian King1-1/+1
2020-05-25RDMA/hns: Remove redundant type cast for general pointersWeihang Li1-122/+58
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang1-31/+14
2020-04-24RDMA/hns: Simplify the status judgment code of hns_roce_v1_m_qp()Lang Cheng1-12/+30
2020-04-22RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang1-11/+2
2020-04-22RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang1-36/+44
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-1/+1
2020-03-26RDMA/hns: Remove meaningless printsWenpeng Liang1-7/+2
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang1-4/+5
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang1-17/+2
2020-02-20RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng1-7/+2
2020-01-10RDMA/hns: Add support for reporting wc as software modeXi Wang1-5/+9
2020-01-03RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu1-21/+16
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu1-4/+4
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu1-6/+3
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu1-5/+4
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-3/+4
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng1-4/+1
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-40/+29
2019-09-18Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+1
2019-09-13RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-21/+16
2019-08-28RDMA/hns: Remove the some magic numberLijun Ou1-1/+2
2019-08-28RDMA/hns: Modify the data structure of hns_roce_avLang Cheng1-6/+3
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-1/+3
2019-08-01RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun1-1/+3
2019-07-31infiniband: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+1
2019-07-24RDMA/hns: Fix comparison of unsigned long variable 'end' with less than zeroColin Ian King1-6/+6
2019-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-39/+40
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-07RDMA/hns: Use %pK format pointer printLang Cheng1-1/+2
2019-07-05RDMA/hns: Fixup qp release bugchenglang1-0/+1
2019-07-03IB: Remove unneeded memsetFuqian Huang1-1/+0
2019-06-29Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-20RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky1-1/+1