aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08RDMA/hns: Support to create 1M srq queuechenglang1-1/+1
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou1-0/+5
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-10/+13
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-03-27RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky1-1/+1
2019-03-25RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou1-2/+0
2019-03-25RDMA/hns: Bugfix for sending with invalidateLijun Ou1-1/+1
2019-03-25RDMA/hns: Hide error print information with roce vf deviceLijun Ou1-7/+5
2019-03-25RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou1-71/+81
2019-03-25RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou1-12/+16
2019-03-25RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou1-37/+46
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-02-19RDMA/hns: Bugfix for set hem of SCCYangyang Li1-0/+3
2019-02-14RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu1-51/+6
2019-02-14RDMA/hns: Fix the state of rereg mrYixian Liu1-0/+3
2019-02-14RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang1-0/+1
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-15/+10
2019-02-04RDMA/hns: Fix the chip hanging caused by sending doorbell during resetWei Hu (Xavier)1-9/+16
2019-02-04RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)1-5/+134
2019-02-04RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)1-13/+90
2019-02-04RDMA/hns: Make some function staticYueHaibing1-1/+1
2019-01-31RDMA/hns: Remove set but not used variable 'rst'YueHaibing1-2/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-5/+5
2019-01-24RDMA/hns: Add timer allocation support for hip08Yangyang Li1-2/+101
2019-01-24RDMA/hns: Add SCC context clr support for hip08Yangyang Li1-1/+58
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li1-1/+45
2019-01-21RDMA/hns: Add the process of AEQ overflow for hip08Xiaofei Tan1-0/+11
2019-01-18IB/hw: Remove unneeded semicolonsYueHaibing1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-5/+5
2019-01-07RDMA/hns: Modify the pbl ba page size for hip08Lijun Ou1-1/+1
2019-01-07RDMA/hns: Add constraint on the setting of local ACK timeoutLijun Ou1-4/+10
2019-01-07RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+2
2018-12-11RDMA/hns: Initialize ib_device_ops structKamal Heib1-0/+18
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe1-68/+60
2018-12-11RDMA/hns: Bugfix for RoCE loopback testLijun Ou1-0/+36
2018-12-11RDMA/hns: Update posting & querying mailboxLijun Ou1-26/+43
2018-12-11RDMA/hns: Encapsulate and simplify qp state transitionLijun Ou1-15/+16