aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_queue()Guangbin Huang1-8/+9
2022-09-07net: hns3: debugfs add dump dscp map infoGuangbin Huang1-1/+59
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang1-1/+4
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang1-5/+5
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0
2021-12-03net: hns3: add comments for hclge_dbg_fill_content()Hao Chen1-0/+4
2021-12-03net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang1-3/+3
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen1-1/+1
2021-11-29net: hns3: refactor two hns3 debugfs functionsJie Wang1-50/+43
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+14
2021-10-27net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+24
2021-09-28net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann1-4/+24
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-09-14net: hns3: PF support get multicast MAC address space assigned by firmwareGuangbin Huang1-0/+3
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-05-31net: 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-20net: hns3: remove the useless debugfs file node cmdYufeng Mo1-10/+0
2021-05-20net: hns3: refactor dump serv info of debugfsYufeng Mo1-14/+25
2021-05-20net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang1-7/+16
2021-05-20net: hns3: refactor dump qs shaper of debugfsGuangbin Huang1-85/+44
2021-05-20net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang1-79/+107
2021-05-20net: hns3: refactor dump qos pri map of debugfsGuangbin Huang1-17/+28
2021-05-20net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang1-13/+17
2021-05-20net: hns3: refactor dump tc of debugfsGuangbin Huang1-26/+29
2021-05-20net: hns3: refactor dump tm of debugfsGuangbin Huang1-201/+103
2021-05-20net: hns3: refactor dump tm map of debugfsGuangbin Huang1-94/+75
2021-05-20net: hns3: refactor dump fd tcam of debugfsHao Chen1-31/+57
2021-05-20net: hns3: refactor dump reg dcb info of debugfsYufeng Mo1-89/+207
2021-05-20net: hns3: refactor dump reg of debugfsYufeng Mo1-122/+234
2021-05-14net: hns3: refactor dump ncl config of debugfsJiaran Zhang1-47/+31
2021-05-14net: hns3: refactor dump m7 info of debugfsJiaran Zhang1-31/+50
2021-05-14net: hns3: refactor dump reset info of debugfsJiaran Zhang1-32/+44
2021-05-14net: hns3: refactor dump intr of debugfsJiaran Zhang1-9/+17
2021-05-14net: hns3: refactor dump loopback of debugfsYufeng Mo1-19/+25
2021-05-14net: hns3: refactor dump mng tbl of debugfsYufeng Mo1-43/+37
2021-05-14net: hns3: refactor dump mac list of debugfsHuazhong Tan1-37/+90
2021-05-14net: hns3: refactor the debugfs processYufeng Mo1-10/+22
2021-03-26net: hns3: remove unused parameter from hclge_dbg_dump_loopback()Huazhong Tan1-3/+2
2021-03-13net: hns3: add phy loopback support for imp-controlled PHYsGuangbin Huang1-7/+13
2021-02-12net: hns3: split out hclge_dbg_dump_qos_buf_cfg()Jian Shen1-43/+115
2021-02-09net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-06net: hns3: replace macro of max qset number with specificationGuangbin Huang1-5/+3
2021-01-29net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang1-0/+153
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-1/+1