Home
last modified time | relevance | path

Searched refs:sch_mode_str (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1273 const char *sch_mode_str; in hclge_dbg_dump_tc() local
1299 sch_mode_str = ets_weight->tc_weight[i] ? "dwrr" : "sp"; in hclge_dbg_dump_tc()
1300 seq_printf(s, "%u %4s %3u\n", i, sch_mode_str, in hclge_dbg_dump_tc()
1319 const char *sch_mode_str; in hclge_dbg_dump_tm_pg() local
1351 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in hclge_dbg_dump_tm_pg()
1355 sch_mode_str, weight); in hclge_dbg_dump_tm_pg()
1507 const char *sch_mode_str; in hclge_dbg_dump_tm_pri() local
1539 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in hclge_dbg_dump_tm_pri()
1542 seq_printf(s, "%04u %-6s%-6u", i, sch_mode_str, weight); in hclge_dbg_dump_tm_pri()
1557 const char *sch_mode_str; in hclge_dbg_dump_tm_qset() local
[all …]