summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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-21net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang1-2/+2
2018-05-21net: 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-20net: hns3: fix a handful of spelling mistakesColin Ian King1-1/+1
2017-08-04net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil1-0/+356