aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang1-0/+12
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang1-36/+37
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang1-6/+6
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang1-11/+11
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang1-22/+14
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-1/+0
2021-11-19RDMA/hns: Correct the hex print formatXinhao Liu1-5/+5
2021-08-03RDMA/hns: Fix the double unlock problem of poll_semYangyang Li1-4/+3
2021-04-08RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang1-8/+13
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng1-36/+26
2021-04-01RDMA/hns: Refactor reset state checking flowXi Wang1-24/+11
2020-12-11RDMA/hns: Fix incorrect symbol typesWenpeng Liang1-5/+5
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-14/+13
2019-09-16RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu1-9/+1
2019-08-13RDMA/hns: Remove unuseful memberLang Cheng1-1/+0
2019-07-07RDMA/hns: Clean up unnecessary variable initializationLang Cheng1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-4/+0
2019-02-04RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)1-8/+24
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)1-0/+3
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu1-0/+1
2017-09-27RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)1-92/+6
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-3/+3
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-0/+3
2017-04-20IB/hns: Use kmalloc_array() in hns_roce_cmd_use_events()Markus Elfring1-3/+3
2016-12-03IB/hns: Fix for Checkpatch.pl comment style errorsSalil1-4/+4
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+368