summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-09-28net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann1-4/+24
2021-09-13net: hns3: fix the exception when query imp infoJiaran Zhang1-0/+4
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang1-28/+42
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen1-0/+34
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen1-0/+37
2021-06-11net: hns3: add debugfs support for ptp infoHuazhong Tan1-0/+55
2021-06-01net: hns3: add debugfs support for vlan configurationJian Shen1-0/+283
2021-05-21net: hns3: Fix return of uninitialized variable retColin Ian King1-0/+1
2021-05-21net: hns3: remove the useless debugfs file node cmdYufeng Mo1-10/+0
2021-05-21net: hns3: refactor dump serv info of debugfsYufeng Mo1-14/+25
2021-05-21net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang1-7/+16
2021-05-21net: hns3: refactor dump qs shaper of debugfsGuangbin Huang1-85/+44
2021-05-21net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang1-79/+107
2021-05-21net: hns3: refactor dump qos pri map of debugfsGuangbin Huang1-17/+28
2021-05-21net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang1-13/+17
2021-05-21net: hns3: refactor dump tc of debugfsGuangbin Huang1-26/+29
2021-05-21net: hns3: refactor dump tm of debugfsGuangbin Huang1-201/+103
2021-05-21net: hns3: refactor dump tm map of debugfsGuangbin Huang1-94/+75
2021-05-21net: hns3: refactor dump fd tcam of debugfsHao Chen1-31/+57
2021-05-21net: hns3: refactor dump reg dcb info of debugfsYufeng Mo1-89/+207
2021-05-21net: hns3: refactor dump reg of debugfsYufeng Mo1-122/+234
2021-05-15net: hns3: refactor dump ncl config of debugfsJiaran Zhang1-47/+31
2021-05-15net: hns3: refactor dump m7 info of debugfsJiaran Zhang1-31/+50
2021-05-15net: hns3: refactor dump reset info of debugfsJiaran Zhang1-32/+44
2021-05-15net: hns3: refactor dump intr of debugfsJiaran Zhang1-9/+17
2021-05-15net: hns3: refactor dump loopback of debugfsYufeng Mo1-19/+25
2021-05-15net: hns3: refactor dump mng tbl of debugfsYufeng Mo1-43/+37
2021-05-15net: hns3: refactor dump mac list of debugfsHuazhong Tan1-37/+90
2021-05-15net: hns3: refactor the debugfs processYufeng Mo1-10/+22
2021-03-27net: hns3: remove unused parameter from hclge_dbg_dump_loopback()Huazhong Tan1-3/+2
2021-03-14net: hns3: add phy loopback support for imp-controlled PHYsGuangbin Huang1-7/+13
2021-02-13net: hns3: split out hclge_dbg_dump_qos_buf_cfg()Jian Shen1-43/+115
2021-02-10net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-07net: hns3: replace macro of max qset number with specificationGuangbin Huang1-5/+3
2021-01-30net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang1-0/+153
2020-12-10net: hns3: refine the struct hane3_tc_infoJian Shen1-1/+1
2020-11-22net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu1-4/+26
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo1-0/+12
2020-09-25net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24net: hns3: Constify static structsRikard Falkeborn1-5/+5
2020-05-14net: hns3: modify some incorrect spellingHuazhong Tan1-7/+7
2020-05-11net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo1-5/+10
2020-04-26net: hns3: add support for dumping UC and MC MAC listJian Shen1-0/+51
2020-04-20net: hns3: add support for dumping MAC reg in debugfsYufeng Mo1-0/+113
2020-04-20net: hns3: clean up some coding style issueHuazhong Tan1-1/+1
2020-03-10net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo1-7/+2
2020-03-10net: hns3: print out command code when dump fails in debugfsYufeng Mo1-22/+34
2020-03-10net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo1-3/+3