aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan1-14/+2
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-1/+1
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-3/+2
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan1-2/+5
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan1-0/+1
2019-08-01net: hns3: add link change event reportJian Shen1-0/+25
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-1/+9
2019-07-05net: hns3: add all IMP return codePeng Li1-10/+33
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-3/+12
2019-06-03net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li1-1/+5
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan1-4/+2
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li1-2/+2
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan1-3/+8
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing1-1/+1
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-0/+26
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu1-2/+8
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan1-1/+10
2018-10-31net: hns3: bugfix for is_valid_csq_clean_head()Huazhong Tan1-6/+6
2018-10-31net: hns3: bugfix for the initialization of command queue's spin lockHuazhong Tan1-4/+10
2018-08-01net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan1-3/+9
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-21net: hns3: Fix misleading parameter nameJian Shen1-2/+2
2018-07-16net: hns3: Modify the order of initializing command queue registerHuazhong Tan1-2/+2
2018-07-07net: hns3: Prevent sending command during global or core resetHuazhong Tan1-1/+3
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan1-16/+9
2018-07-02net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan1-6/+6
2018-07-02net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan1-16/+5
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan1-2/+0
2018-07-02net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan1-4/+2
2018-07-02net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan1-2/+1
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan1-4/+4
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan1-2/+2
2018-05-20net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang1-2/+2
2018-05-20net: hns3: Use enums instead of magic number in hclge_is_special_opcodeHuazhong Tan1-1/+5
2018-05-01net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan1-0/+19
2017-11-02net: hns3: Refactor the initialization of command queueLipeng1-15/+24
2017-10-10net: hns3: add support for set_rxnfcLipeng1-0/+9
2017-10-09net: hns3: Cleanup for non-static function in hns3 driverYunsheng Lin1-2/+2
2017-10-09net: hns3: Cleanup for endian issue in hns3 driverYunsheng Lin1-4/+4
2017-10-09net: hns3: Cleanup for struct that used to send cmd to firmwareYunsheng Lin1-2/+2
2017-08-19net: hns3: fix a handful of spelling mistakesColin Ian King1-1/+1
2017-08-03net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil1-0/+356