aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10RDMA/hns: Modify the usage of cmd_sn in hip08oulijun3-1/+4
2017-11-10RDMA/hns: Unify the calculation for hem index in hip08oulijun1-4/+6
2017-11-10RDMA/hns: Set the owner field of SQWQE in hip08 RoCEoulijun1-0/+5
2017-11-10RDMA/hns: Add sq_invld_flg field in QP contextoulijun2-2/+6
2017-11-10RDMA/hns: Update the usage of ack timeout in hip08oulijun1-7/+4
2017-11-10RDMA/hns: Set sq_cur_sge_blk_addr field in QPC in hip08oulijun2-1/+17
2017-11-10RDMA/hns: Enable the cqe field of sqwqe of RCoulijun1-2/+3
2017-11-10RDMA/hns: Set se attribute of sqwqe in hip08oulijun1-0/+3
2017-11-10RDMA/hns: Configure fence attribute in hip08 RoCEoulijun1-1/+3
2017-11-10RDMA/hns: Configure TRRL field in hip08 RoCE deviceoulijun7-2/+68
2017-11-10RDMA/hns: Update calculation of irrl_ba field for hip08oulijun1-2/+2
2017-11-10RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)5-12/+42
2017-11-10RDMA/hns: Generate gid type of RoCEv2Wei Hu(Xavier)3-3/+6
2017-11-10RDMA/hns: Add rereg mr support for hip08Wei Hu(Xavier)5-0/+195
2017-10-25RDMA/hns: Add modify CQ support for hip08oulijun5-0/+51
2017-10-25RDMA/hns: Update the PD&CQE&MTT specification in hip08Wei Hu(Xavier)1-4/+4
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)6-16/+21
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)5-57/+142
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford20-636/+6452
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-13/+1
2017-10-18RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"Colin Ian King1-1/+1
2017-10-14IB/hns: Declare local functions 'static'Bart Van Assche1-29/+35
2017-10-14IB/hns: Annotate iomem pointers correctlyBart Van Assche3-8/+10
2017-10-04RDMA/hns: return 0 rather than return a garbage status valueColin Ian King1-0/+1
2017-09-29RDMA/hns: Fix calltrace for sleeping in atomicLijun Ou1-1/+1
2017-09-29RDMA/hns: Don't unregister a callback we didn't registerLijun Ou2-2/+0
2017-09-29RDMA/hns: Avoid NULL pointer exceptionWei Hu(Xavier)1-0/+5
2017-09-29RDMA/hns: Set rdma_ah_attr type for querying qpLijun Ou2-0/+3
2017-09-29RDMA/hns: Only assign dest_qp if IB_QP_DEST_QPN bit is setLijun Ou1-4/+5
2017-09-29RDMA/hns: Check return value of kzallocWei Hu(Xavier)4-12/+29
2017-09-29RDMA/hns: Refactor code for readabilityLijun Ou1-44/+51
2017-09-29RDMA/hns: Modify the value with rd&dest_rd of qp_attrLijun Ou1-2/+2
2017-09-29RDMA/hns: remove redundant assignment to variable jColin Ian King1-1/+0
2017-09-29RDMA/hns: make various function static, fixes warningsColin Ian King3-18/+18
2017-09-27RDMA/hns: Delete the unnecessary initializing enum to zeroWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Fix inconsistent warningWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Replace condition statement using hardware version informationWei Hu(Xavier)1-1/+2
2017-09-27RDMA/hns: Add releasing resource operation in error branchWei Hu(Xavier)1-0/+2
2017-09-27RDMA/hns: Configure the MTPT in hip08Wei Hu(Xavier)2-0/+162
2017-09-27RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)6-6/+406
2017-09-27RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)6-29/+1883
2017-09-27RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)5-14/+614
2017-09-27RDMA/hns: Configure mac&gid and user access region for hip08 RoCE driverWei Hu(Xavier)4-5/+76
2017-09-27RDMA/hns: Support multi hop addressing for PBL in hip08Wei Hu(Xavier)4-24/+418
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu6-19/+98
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu8-36/+143
2017-09-27RDMA/hns: Configure BT BA and BT attribute for the contexts in hip08Wei Hu(Xavier)3-1/+292
2017-09-27RDMA/hns: Add the interfaces to support multi hop addressing for the contexts in hip08Shaobo Xu6-12/+630
2017-09-27RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)7-93/+195
2017-09-27RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)5-4/+423