summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add all IMP return codePeng Li2019-07-061-5/+33
* net: hns3: optimize the CSQ cmd error handlingPeng Li2019-06-281-5/+14
* net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-291-2/+0Star
* net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2019-04-261-1/+1
* net: hns3: code optimization for command queue' spin lockPeng Li2019-04-141-2/+2
* net: hns3: add error handler for initializing command queueHuazhong Tan2019-04-091-3/+8
* net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan2019-04-041-11/+24
* net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan2019-02-221-0/+20
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+2Star
* net: hns3: stop handling command queue while resetting VFHuazhong Tan2018-11-101-1/+12
* net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan2018-11-071-61/+80
* net: hns3: Add handle for default caseJian Shen2018-09-221-4/+4
* net: hns3: Fix cmdq registers initialization issue for vfJian Shen2018-09-201-2/+2
* net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-021-17/+9Star
* net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta2018-03-221-0/+6
* net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interfaceSalil Mehta2017-12-151-0/+342