summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Remove support for HIP08_ALang Cheng2020-07-301-10/+0
* RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang2020-05-251-4/+3
* RDMA/hns: Rename QP buffer related functionXi Wang2020-05-251-4/+4
* RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou2020-05-191-2/+3
* RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang2020-05-191-2/+2
* RDMA/hns: Combine enable flags of qpLang Cheng2020-05-121-11/+11
* RDMA/hns: Optimize WQE buffer size calculating processXi Wang2020-05-061-192/+121
* RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang2020-04-221-137/+45
* RDMA/hns: Optimize hns buffer allocation flowXi Wang2020-04-221-3/+3
* RDMA/hns: Check if depth of qp is 0 before configureLang Cheng2020-03-181-44/+33
* RDMA/hns: Optimize base address table config flow for qp bufferXi Wang2020-03-181-32/+10
* RDMA/hns: Rename wqe buffer related functionsXi Wang2020-03-181-3/+3
* RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2020-03-041-1/+1
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA/hns: Optimize qp doorbell allocation flowXi Wang2020-02-281-102/+132
* RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang2020-02-281-27/+45
* RDMA/hns: Optimize qp param setup flowXi Wang2020-02-281-64/+72
* RDMA/hns: Optimize qp buffer allocation flowXi Wang2020-02-281-122/+144
* RDMA/hns: Optimize qp number assign flowXi Wang2020-02-281-47/+44
* RDMA/hns: Optimize qp context create and destroy flowXi Wang2020-02-281-85/+81
* RDMA/hns: Optimize qp destroy flowXi Wang2020-02-281-0/+41
* RDMA/hns: Use flush framework for the case in aeqYixian Liu2020-02-281-0/+9
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-131-4/+7
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-131-0/+37
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-111-10/+13
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-101-2/+46
* | RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UPWenpeng Liang2020-01-071-24/+20
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-081-1/+1
* RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-081-5/+3
* RDMA/hns: Delete unnecessary variable max_postYixian Liu2019-11-081-4/+4
* RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe2019-10-281-4/+6
* RDMA/hns: Fix a spelling mistake in a macroYixing Liu2019-10-211-12/+12
* RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou2019-09-161-39/+56
* RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-281-4/+4
* RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter2019-08-201-1/+1
* RDMA/hns: Bugfix for creating qp attached to srqLijun Ou2019-08-131-6/+17
* RDMA/hns: Use the new APIs for printing logLijun Ou2019-08-121-20/+25
* RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2019-08-121-1/+2
* RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou2019-08-121-48/+69
* RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou2019-08-121-7/+22
* RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou2019-07-251-23/+38
* RDMA/hns: Fixs hw access invalid dma memory errorXi Wang2019-07-071-1/+0
* RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou2019-07-071-2/+2
* RDMA/hns: Fixup qp release bugchenglang2019-07-051-6/+2
* RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2019-06-251-1/+1
* RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-251-13/+0
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-3/+2