aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c
AgeCommit message (Expand)Author
2021-09-03net: hns3: add waiting time before cmdq memory is releasedYufeng Mo
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo
2020-05-30net: hns3: remove an unused macro hclge_is_csqHuazhong Tan
2020-05-27net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan
2019-10-31net: hns3: cleanup some print format warningGuojia Liao
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan
2019-08-01net: hns3: add link change event reportJian Shen
2019-07-29net: hns3: modify firmware version display formatYufeng Mo
2019-07-05net: hns3: add all IMP return codePeng Li
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li
2019-06-03net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan
2018-10-31net: hns3: bugfix for is_valid_csq_clean_head()Huazhong Tan
2018-10-31net: hns3: bugfix for the initialization of command queue's spin lockHuazhong Tan
2018-08-01net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen
2018-07-21net: hns3: Fix misleading parameter nameJian Shen
2018-07-16net: hns3: Modify the order of initializing command queue registerHuazhong Tan
2018-07-07net: hns3: Prevent sending command during global or core resetHuazhong Tan
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan
2018-07-02net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan
2018-07-02net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan
2018-07-02net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan
2018-07-02net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan
2018-05-20net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang
2018-05-20net: hns3: Use enums instead of magic number in hclge_is_special_opcodeHuazhong Tan
2018-05-01net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan
2017-11-02net: hns3: Refactor the initialization of command queueLipeng
2017-10-10net: hns3: add support for set_rxnfcLipeng
2017-10-09net: hns3: Cleanup for non-static function in hns3 driverYunsheng Lin