summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-041-0/+12
* RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-041-36/+37
* RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-041-6/+6
* RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-041-11/+11
* RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-041-22/+14
* RDMA/hns: Remove support for HIP06Chengchang Tang2022-01-051-1/+0
* RDMA/hns: Correct the hex print formatXinhao Liu2021-11-191-5/+5
* RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2021-08-031-4/+3
* RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang2021-04-081-8/+13
* RDMA/hns: Enable all CMDQ contextLang Cheng2021-04-081-36/+26
* RDMA/hns: Refactor reset state checking flowXi Wang2021-04-011-24/+11
* RDMA/hns: Fix incorrect symbol typesWenpeng Liang2020-12-111-5/+5
* RDMA/hns: Fix coding style issuesLang Cheng2020-12-111-14/+13
* RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2019-09-161-9/+1
* RDMA/hns: Remove unuseful memberLang Cheng2019-08-131-1/+0
* RDMA/hns: Clean up unnecessary variable initializationLang Cheng2019-07-071-1/+1
* RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-251-4/+0
* RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)2019-02-041-8/+24
* RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)2018-05-301-0/+3
* RDMA/hns: Refactor eq code for hip06Yixian Liu2017-12-221-0/+1
* RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)2017-09-271-92/+6
* RDMA/hns: Modify assignment device variable to support both PCI device and pl...Wei Hu(Xavier)2017-09-271-3/+3
* RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)2017-09-271-0/+3
* IB/hns: Use kmalloc_array() in hns_roce_cmd_use_events()Markus Elfring2017-04-201-3/+3
* IB/hns: Fix for Checkpatch.pl comment style errorsSalil2016-12-031-4/+4
* IB/hns: Add driver files for hns RoCE driveroulijun2016-08-221-0/+368