summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-241-1/+1
* RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-241-3/+2
* RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang2020-09-241-6/+4
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-09-181-1/+0
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-091-15/+15
* RDMA/hns: Fix spelling mistake "epmty" -> "empty"Colin Ian King2020-08-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-4/+3
|\
| * RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang2020-07-071-4/+3
* | RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li2020-06-181-2/+2
|/
* RDMA/hns: remove duplicate assignment to pointer raqColin Ian King2020-05-291-1/+1
* RDMA/hns: Remove redundant type cast for general pointersWeihang Li2020-05-251-122/+58
* RDMA/hns: Optimize PBL buffer allocation processXi Wang2020-05-061-31/+14
* RDMA/hns: Simplify the status judgment code of hns_roce_v1_m_qp()Lang Cheng2020-04-241-12/+30
* RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang2020-04-221-11/+2
* RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang2020-04-221-36/+44
* RDMA/hns: Optimize hns buffer allocation flowXi Wang2020-04-221-1/+1
* RDMA/hns: Remove meaningless printsWenpeng Liang2020-03-261-7/+2
* RDMA/hns: Rename wqe buffer related functionsXi Wang2020-03-181-4/+5
* RDMA/hns: Optimize qp destroy flowXi Wang2020-02-281-17/+2
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-201-7/+2
* RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-101-5/+9
* RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-01-031-21/+16
* RDMA/hns: Rename the functions used inside creating cqYixian Liu2019-11-251-4/+4
* RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu2019-11-251-6/+3
* RDMA/hns: Redefine interfaces used in creating cqYixian Liu2019-11-251-5/+4
* RDMA/hns: Replace not intuitive function/macro namesYixing Liu2019-11-081-3/+4
* RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-081-4/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-40/+29
|\
| * RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-131-3/+1
| * RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-281-21/+16
| * RDMA/hns: Remove the some magic numberLijun Ou2019-08-281-1/+2
| * RDMA/hns: Modify the data structure of hns_roce_avLang Cheng2019-08-281-6/+3
| * Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-1/+3
| |\
| * | infiniband: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-3/+1
| * | RDMA/hns: Fix comparison of unsigned long variable 'end' with less than zeroColin Ian King2019-07-241-6/+6
* | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-7/+1
|\ \ \ | |_|/ |/| |
| * | drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-7/+1
| |/
* | RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun2019-08-011-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-151-39/+40
|\
| * RDMA/hns: Use %pK format pointer printLang Cheng2019-07-071-1/+2
| * RDMA/hns: Fixup qp release bugchenglang2019-07-051-0/+1
| * IB: Remove unneeded memsetFuqian Huang2019-07-031-1/+0
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+1
| |\
| * | RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2019-06-201-1/+1
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-8/+5
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-8/+13
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-11/+3
| * | RDMA/hns: Replace magic numbers with #definesLijun Ou2019-05-271-1/+1
| * | RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2019-05-271-9/+10