summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou2019-06-201-42/+147
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-36/+14
|\
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-3/+0
| |\
| * | RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-291-36/+14
* | | RDMA/hns: Bugfix for mapping user dbLijun Ou2019-04-251-1/+1
| |/ |/|
* | RDMA/hns: Bugfix for SCC hem freeYangyang Li2019-04-081-3/+0
|/
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-12/+9
* RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
* RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-5/+5