aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou1-0/+11
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou1-0/+12
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou1-0/+36
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-3/+3
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-2/+2
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou1-1/+1
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou1-5/+32
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou1-0/+8
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-4/+4
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-5/+3
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+10
2019-03-29RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox1-4/+2
2019-03-29RDMA/hns: Convert cq_table to XArrayMatthew Wilcox1-2/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-4/+3
2019-02-04RDMA/hns: Fix the chip hanging caused by sending doorbell during resetWei Hu (Xavier)1-0/+1
2019-02-04RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)1-0/+7
2019-02-04RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)1-0/+21
2019-01-24RDMA/hns: Add timer allocation support for hip08Yangyang Li1-0/+14
2019-01-24RDMA/hns: Add SCC context clr support for hip08Yangyang Li1-0/+4
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li1-0/+6
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+2
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-12-11RDMA/hns: Initialize ib_device_ops structKamal Heib1-0/+2
2018-12-05RDMA/hns: Add SRQ asynchronous event supportLijun Ou1-0/+7
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-1/+57
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou1-0/+23
2018-12-05RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou1-0/+4
2018-10-16RDMA/hns: Add FRMR support for hip08Yixian Liu1-0/+10
2018-10-03RDMA/hns: Update some attributes of the RoCE deviceLijun Ou1-0/+1
2018-10-03RDMA/hns: Limit the size of extend sge of sqLijun Ou1-0/+1
2018-10-03RDMA/hns: Bugfix for reserved qp numberLijun Ou1-0/+1
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu1-0/+21
2018-09-26RDMA/hns: Add enable judgement for UD vlanLijun Ou1-0/+1
2018-09-26RDMA/hns: Add atomic supportLijun Ou1-0/+1
2018-09-20RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe1-8/+0
2018-09-19RDMA/hns: Move all prints out of irq handleliuyixian1-0/+1
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu1-1/+17
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-1/+1
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