aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-11RDMA/hns: Add TPQ link table supportoulijun1-0/+1
2018-07-11RDMA/hns: Add TSQ link table supportoulijun1-0/+2
2018-07-11RDMA/hns: Fix endian conversions and annotationsoulijun1-5/+5
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-1/+1
2018-05-30RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)1-0/+8
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)1-0/+2
2018-05-24RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaustWei Hu(Xavier)1-0/+1
2018-05-16RDMA/hns: Add 64KB page size support for hip08Yixian Liu1-0/+3
2018-03-13RDMA/hns: Support cq record doorbell for kernel spaceYixian Liu1-0/+1
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu1-0/+6
2018-03-13RDMA/hns: Support cq record doorbell for the user spaceYixian Liu1-0/+6
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu1-1/+45
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun1-1/+1
2018-02-01RDMA/hns: Add names to function arguments in function pointersoulijun1-4/+4
2018-01-16RDMA/hns: Add gsi qp support for modifying qp in hip08oulijun1-0/+1
2018-01-03RDMA/hns: Set access flags of hip08 RoCEoulijun1-0/+1
2018-01-03RDMA/hns: Add rq inline data support for hip08 RoCEoulijun1-0/+18
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-3/+1
2017-12-22RDMA/hns: Add eq support of hip08Yixian Liu1-1/+25
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu1-6/+51
2017-12-01RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentWei Hu\(Xavier\)1-3/+1
2017-11-10RDMA/hns: Modify the usage of cmd_sn in hip08oulijun1-0/+1
2017-11-10RDMA/hns: Configure TRRL field in hip08 RoCE deviceoulijun1-0/+2
2017-11-10RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)1-2/+2
2017-11-10RDMA/hns: Generate gid type of RoCEv2Wei Hu(Xavier)1-0/+1
2017-11-10RDMA/hns: Add rereg mr support for hip08Wei Hu(Xavier)1-0/+12
2017-10-25RDMA/hns: Add modify CQ support for hip08oulijun1-0/+1
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)1-0/+2
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)1-4/+6
2017-09-29RDMA/hns: Don't unregister a callback we didn't registerLijun Ou1-1/+0
2017-09-29RDMA/hns: Check return value of kzallocWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Delete the unnecessary initializing enum to zeroWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)1-0/+2
2017-09-27RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)1-0/+11
2017-09-27RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)1-0/+1
2017-09-27RDMA/hns: Support multi hop addressing for PBL in hip08Wei Hu(Xavier)1-0/+16
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu1-3/+11
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu1-0/+6
2017-09-27RDMA/hns: Add the interfaces to support multi hop addressing for the contexts in hip08Shaobo Xu1-1/+22
2017-09-27RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)1-1/+4
2017-09-27RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)1-1/+7
2017-09-27RDMA/hns: Add command queue support for hip08 RoCE driverWei Hu(Xavier)1-0/+2
2017-09-27RDMA/hns: Initialize the PCI device for hip08 RoCEWei Hu(Xavier)1-0/+2
2017-09-27RDMA/hns: Move priv in order to add multiple hns_roce supportWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-3/+3
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-2/+3
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-1/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-12-03IB/hns: Fix the bug when free cqShaobo Xu1-0/+8
2016-12-03IB/hns: Fix the bug when free mrShaobo Xu1-0/+10