aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue1-3/+3
2022-09-27RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()Chengchang Tang1-6/+1
2022-09-27RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin1-9/+3
2022-09-27RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()Yunsheng Lin1-4/+4
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang1-2/+2
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-1/+0
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-2/+2
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang1-15/+10
2021-05-28RDMA/hns: Clean the hardware related code for HEMXi Wang1-80/+2
2021-05-28RDMA/hns: Use refcount_t APIs for HEMWeihang Li1-17/+15
2021-05-28RDMA/hns: Refactor root BT allocation for MTRXi Wang1-84/+146
2021-02-08RDMA/hns: Add mapped page count checking for MTRXi Wang1-3/+6
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-9/+9
2020-12-11RDMA/hns: Clear redundant variable initializationXinhao Liu1-1/+1
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-10/+10
2020-12-11RDMA/hns: Normalization the judgment of some featuresWenpeng Liang1-2/+2
2020-10-28RDMA/hns: Add support for configuring GMV tableWeihang Li1-0/+15
2020-09-24RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li1-1/+1
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-3/+3
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li1-1/+1
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang1-105/+0
2020-04-22RDMA/hns: Add support for addressing when hopnum is 0Xi Wang1-6/+3
2020-03-29RDMA/hns: Fix uninitialized variable bugGustavo A. R. Silva1-1/+1
2020-03-24RDMA/hns: Optimize mhop put flow for multi-hop addressingXi Wang1-100/+61
2020-03-24RDMA/hns: Optimize mhop get flow for multi-hop addressingXi Wang1-115/+182
2020-03-18RDMA/hns: Optimize base address table config flow for qp bufferXi Wang1-5/+11
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-22/+12
2019-08-13RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang1-6/+13
2019-08-12RDMA/hns: Handling the error return value of hem functionLang Cheng1-5/+10
2019-07-25RDMA/hns: Refactor hem table mhop check and calculationLijun Ou1-110/+70
2019-07-24RDMA/hns: Fix comparison of unsigned long variable 'end' with less than zeroColin Ian King1-2/+2
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-5/+0
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou1-0/+460
2019-06-07RDMA/hns: fix inverted logic of readl read and shiftColin Ian King1-1/+1
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou1-9/+9
2019-05-27RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng1-10/+11
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou1-2/+4
2019-01-24RDMA/hns: Add timer allocation support for hip08Yangyang Li1-0/+42
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li1-3/+23
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-1/+31
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou1-0/+9
2018-07-26RDMA/hns: Use delay instead of usleepLijun Ou1-2/+2
2018-07-26RDMA/hns: Add illegal hop_num judgementLijun Ou1-0/+3
2018-04-27RDMA/hns: Adjust the order of cleanup hem tableoulijun1-2/+2
2018-04-27RDMA/hns: Bugfix for init hem tableoulijun1-4/+4
2017-12-01RDMA/hns: Get rid of page operation after dma_alloc_coherentWei Hu\(Xavier\)1-12/+13
2017-11-10RDMA/hns: Unify the calculation for hem index in hip08oulijun1-4/+6
2017-11-10RDMA/hns: Configure TRRL field in hip08 RoCE deviceoulijun1-0/+3
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)1-16/+13
2017-09-29RDMA/hns: make various function static, fixes warningsColin Ian King1-9/+9