aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang1-4/+3
2020-05-25RDMA/hns: Rename QP buffer related functionXi Wang1-4/+4
2020-05-19RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou1-2/+3
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-2/+2
2020-05-12RDMA/hns: Combine enable flags of qpLang Cheng1-11/+11
2020-05-06RDMA/hns: Optimize WQE buffer size calculating processXi Wang1-192/+121
2020-04-22RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang1-137/+45
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-3/+3
2020-03-18RDMA/hns: Check if depth of qp is 0 before configureLang Cheng1-44/+33
2020-03-18RDMA/hns: Optimize base address table config flow for qp bufferXi Wang1-32/+10
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang1-3/+3
2020-03-04RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-28RDMA/hns: Optimize qp doorbell allocation flowXi Wang1-102/+132
2020-02-28RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang1-27/+45
2020-02-28RDMA/hns: Optimize qp param setup flowXi Wang1-64/+72
2020-02-28RDMA/hns: Optimize qp buffer allocation flowXi Wang1-122/+144
2020-02-28RDMA/hns: Optimize qp number assign flowXi Wang1-47/+44
2020-02-28RDMA/hns: Optimize qp context create and destroy flowXi Wang1-85/+81
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang1-0/+41
2020-02-28RDMA/hns: Use flush framework for the case in aeqYixian Liu1-0/+9
2020-02-13RDMA/hns: Delayed flush cqe process with workqueueYixian Liu1-4/+7
2020-02-13RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu1-0/+37
2020-02-11RDMA/hns: Cleanups of magic numbersLang Cheng1-10/+13
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2020-01-10RDMA/hns: Add support for reporting wc as software modeXi Wang1-2/+46
2020-01-07RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UPWenpeng Liang1-24/+20
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-1/+1
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng1-5/+3
2019-11-08RDMA/hns: Delete unnecessary variable max_postYixian Liu1-4/+4
2019-10-28RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe1-4/+6
2019-10-21RDMA/hns: Fix a spelling mistake in a macroYixing Liu1-12/+12
2019-09-16RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou1-39/+56
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-4/+4
2019-08-20RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter1-1/+1
2019-08-13RDMA/hns: Bugfix for creating qp attached to srqLijun Ou1-6/+17
2019-08-12RDMA/hns: Use the new APIs for printing logLijun Ou1-20/+25
2019-08-12RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu1-1/+2
2019-08-12RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou1-48/+69
2019-08-12RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou1-7/+22
2019-07-25RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou1-23/+38
2019-07-07RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2019-07-07RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou1-2/+2
2019-07-05RDMA/hns: Fixup qp release bugchenglang1-6/+2
2019-06-25RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-13/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-3/+2
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou1-42/+147