summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix the bug with NULL pointeroulijun2018-05-091-1/+1
* RDMA/hns: Set NULL for __internal_mroulijun2018-05-091-0/+1
* RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko2018-02-141-4/+4
* RDMA/hns: Fix the endian problem for hnsoulijun2018-02-051-18/+42
* RDMA/hns: Remove unnecessary platform_get_resource() error checkweiyongjun (A)2018-01-181-4/+0
* RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe2018-01-151-3/+4
* RDMA/hns: Assign dest_qp when deregistering mroulijun2018-01-031-1/+1
* RDMA/hns: Add detailed comments for mb() callYixian Liu2017-12-291-7/+12
* RDMA/hns: Refactor eq code for hip06Yixian Liu2017-12-221-9/+731
* RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)2017-11-101-2/+5
* RDMA/hns: Add modify CQ support for hip08oulijun2017-10-251-0/+6
* RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)2017-10-251-0/+1
* RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"Colin Ian King2017-10-181-1/+1
* IB/hns: Declare local functions 'static'Bart Van Assche2017-10-141-29/+35
* IB/hns: Annotate iomem pointers correctlyBart Van Assche2017-10-141-4/+5
* RDMA/hns: Avoid NULL pointer exceptionWei Hu(Xavier)2017-09-291-0/+5
* RDMA/hns: Set rdma_ah_attr type for querying qpLijun Ou2017-09-291-0/+2
* RDMA/hns: Only assign dest_qp if IB_QP_DEST_QPN bit is setLijun Ou2017-09-291-4/+5
* RDMA/hns: Check return value of kzallocWei Hu(Xavier)2017-09-291-3/+13
* RDMA/hns: Refactor code for readabilityLijun Ou2017-09-291-44/+51
* RDMA/hns: Modify the value with rd&dest_rd of qp_attrLijun Ou2017-09-291-2/+2
* RDMA/hns: make various function static, fixes warningsColin Ian King2017-09-291-3/+3
* RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)2017-09-271-1/+3
* RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)2017-09-271-0/+1
* RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)2017-09-271-0/+1
* RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu2017-09-271-4/+4
* RDMA/hns: Add the interfaces to support multi hop addressing for the contexts...Shaobo Xu2017-09-271-1/+1
* RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)2017-09-271-0/+75
* RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)2017-09-271-1/+3
* RDMA/hns: Modify assignment device variable to support both PCI device and pl...Wei Hu(Xavier)2017-09-271-0/+1
* RDMA/hns: Move priv in order to add multiple hns_roce supportWei Hu(Xavier)2017-09-271-27/+34
* RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)2017-09-271-1/+243
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * IB/hns: checking for IS_ERR() instead of NULLDan Carpenter2017-08-041-1/+1
* | IB/hns: fix returnvar.cocci warningskbuild test robot2017-07-281-2/+1
|/
* IB/hns: Fix for checkpatch.pl comment style warningsoulijun2017-07-171-4/+6
* IB/hns: Fix the bug with rdma operationoulijun2017-07-171-4/+4
* IB/hns: Fix the bug with wild pointer when destroy rc qpoulijun2017-07-171-5/+7
* IB/hns: Fix the bug of polling cq failed for loopback Qpsoulijun2017-07-171-19/+34
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-171-1/+2
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-081-1/+1
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-55/+60
* infiniband: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-04-251-0/+1
* IB/hns: Explicitly include linux/of.hMark Brown2017-04-051-0/+1
* IB/hns: Fix the bug when free cqShaobo Xu2016-12-031-0/+53
* IB/hns: Fix the bug when free mrShaobo Xu2016-12-031-0/+485
* IB/hns: Fix the bug when destroy qpWei Hu (Xavier)2016-12-031-96/+339
* IB/hns: Fix for Checkpatch.pl comment style errorsSalil2016-12-031-28/+28
OpenPOWER on IntegriCloud