summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-201-4/+1
* RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King2020-02-201-1/+1
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-131-46/+53
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-131-2/+1
* RDMA/hns: Optimize eqe buffer allocation flowXi Wang2020-02-111-375/+106
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-111-5/+5
* RDMA/hns: Add support for extended atomic in userspaceJiaran Zhang2020-01-151-1/+15
* RDMA/hns: Get pf capabilities from firmwareLijun Ou2020-01-151-109/+4
* RDMA/hns: Add interfaces to get pf capabilities from firmwareLijun Ou2020-01-151-0/+367
* RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li2020-01-151-3/+0
* RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-101-27/+131
* RDMA/hns: Bugfix for posting a wqe with sgeLijun Ou2020-01-101-16/+25
* RDMA/hns: Fix coding style issuesLijun Ou2020-01-071-114/+64
* RDMA/hns: Remove redundant print informationYixing Liu2020-01-071-1/+0
* RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()Lijun Ou2020-01-071-3/+1
* RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-01-031-25/+18
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-47/+29
|\
| * RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu2019-11-251-2/+1
| * RDMA/hns: Redefine interfaces used in creating cqYixian Liu2019-11-251-5/+5
| * RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng2019-11-081-11/+4
| * RDMA/hns: Simplify doorbell initialization codeLang Cheng2019-11-081-4/+1
| * RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu2019-11-081-6/+6
| * RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-081-4/+1
| * RDMA/hns: Fix to support 64K page for srqLijun Ou2019-10-281-2/+2
| * RDMA/hns: Release qp resources when failed to destroy qpYangyang Li2019-10-211-8/+4
| * RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li2019-10-211-5/+5
| * RDMA/hns: remove a redundant le16_to_cpuWeihang Li2019-10-211-1/+1
* | RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou2019-10-281-3/+3
|/
* RDMA/hns: Fix wrong assignment of qp_access_flagsLijun Ou2019-08-281-2/+2
* RDMA/hns: Add reset process for function-clearLang Cheng2019-08-281-2/+96
* RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-281-73/+68
* RDMA/hns: Remove the some magic numberLijun Ou2019-08-281-2/+2
* RDMA/hns: Modify the data structure of hns_roce_avLang Cheng2019-08-281-6/+3
* RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang2019-08-131-2/+4
* RDMA/hns: Modify pi vlaue when cq overflowsYangyang Li2019-08-131-1/+1
* RDMA/hns: Logic optimization of wc_flagsWeihang Li2019-08-131-1/+2
* RDMA/hns: Use the new APIs for printing logLijun Ou2019-08-121-4/+4
* RDMA/hns: Disable alw_lcl_lpbk of SSUWeihang Li2019-08-121-1/+1
* RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()Weihang Li2019-08-121-3/+2
* RDMA/hns: Refactor hns_roce_v2_set_hem for hip08Yangyang Li2019-08-121-33/+42
* RDMA/hns: Remove unnecessary kzallocLang Cheng2019-08-121-37/+27
* RDMA/hns: Refactor irq request codeLang Cheng2019-08-121-12/+13
* RDMA/hns: Split bool statement and assign statementLang Cheng2019-08-121-6/+8
* RDMA/hns: Update some comments styleLang Cheng2019-08-121-6/+3
* RDMA/hns: Clean up unnecessary initial assignmentLang Cheng2019-08-121-2/+2
* RDMA/hns: Remove unnessary init for cmq regYixian Liu2019-08-121-4/+2
* RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2019-08-121-3/+3
* RDMA/hns: remove set but not used variable 'irq_num'YueHaibing2019-08-011-2/+0
* RDMA/hns: Refactor eq table init for hip08Yixian Liu2019-07-251-69/+107
* RDMA/hns: optimize the duplicated code for qpc setting flowXi Wang2019-07-251-58/+38