aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-47/+29
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu1-2/+1
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu1-5/+5
2019-11-08RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng1-11/+4
2019-11-08RDMA/hns: Simplify doorbell initialization codeLang Cheng1-4/+1
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu1-6/+6
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng1-4/+1
2019-10-28RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou1-3/+3
2019-10-28RDMA/hns: Fix to support 64K page for srqLijun Ou1-2/+2
2019-10-21RDMA/hns: Release qp resources when failed to destroy qpYangyang Li1-8/+4
2019-10-21RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li1-5/+5
2019-10-21RDMA/hns: remove a redundant le16_to_cpuWeihang Li1-1/+1
2019-08-28RDMA/hns: Fix wrong assignment of qp_access_flagsLijun Ou1-2/+2
2019-08-28RDMA/hns: Add reset process for function-clearLang Cheng1-2/+96
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-73/+68
2019-08-28RDMA/hns: Remove the some magic numberLijun Ou1-2/+2
2019-08-28RDMA/hns: Modify the data structure of hns_roce_avLang Cheng1-6/+3
2019-08-13RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang1-2/+4
2019-08-13RDMA/hns: Modify pi vlaue when cq overflowsYangyang Li1-1/+1
2019-08-13RDMA/hns: Logic optimization of wc_flagsWeihang Li1-1/+2
2019-08-12RDMA/hns: Use the new APIs for printing logLijun Ou1-4/+4
2019-08-12RDMA/hns: Disable alw_lcl_lpbk of SSUWeihang Li1-1/+1
2019-08-12RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()Weihang Li1-3/+2
2019-08-12RDMA/hns: Refactor hns_roce_v2_set_hem for hip08Yangyang Li1-33/+42
2019-08-12RDMA/hns: Remove unnecessary kzallocLang Cheng1-37/+27
2019-08-12RDMA/hns: Refactor irq request codeLang Cheng1-12/+13
2019-08-12RDMA/hns: Split bool statement and assign statementLang Cheng1-6/+8
2019-08-12RDMA/hns: Update some comments styleLang Cheng1-6/+3
2019-08-12RDMA/hns: Clean up unnecessary initial assignmentLang Cheng1-2/+2
2019-08-12RDMA/hns: Remove unnessary init for cmq regYixian Liu1-4/+2
2019-08-12RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu1-3/+3
2019-08-01RDMA/hns: remove set but not used variable 'irq_num'YueHaibing1-2/+0
2019-07-25RDMA/hns: Refactor eq table init for hip08Yixian Liu1-69/+107
2019-07-25RDMA/hns: optimize the duplicated code for qpc setting flowXi Wang1-58/+38
2019-07-25RDMA/hns: Refactor for hns_roce_v2_modify_qp functionLijun Ou1-150/+206
2019-07-07RDMA/hns: Clean up unnecessary variable initializationLang Cheng1-2/+2
2019-07-05RDMA/hns: Set reset flag when hw resettingLang Cheng1-0/+1
2019-07-05RDMA/hns: Modify ba page size for cqeYangyang Li1-1/+1
2019-07-05RDMA/hns: Bugfix for cleaning mtrLijun Ou1-1/+1
2019-07-03RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag'YueHaibing1-2/+0
2019-07-03IB: Remove unneeded memsetFuqian Huang1-3/+0
2019-06-25RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()Dan Carpenter1-2/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-1/+1
2019-06-20RDMA/hns: reset function when removing moduleLang Cheng1-0/+44
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou1-41/+77
2019-06-07RDMA/hns: Bugfix for filling the sge of srqLijun Ou1-3/+3
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou1-16/+18
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou1-29/+36
2019-05-27RDMA/hns: Remove unnecessary print message in aeqYixian Liu1-1/+0
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-2/+5