Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c646 char *sch_mode_str; in hclge_dbg_dump_tc() local
674 sch_mode_str = ets_weight->tc_weight[i] ? "dwrr" : "sp"; in hclge_dbg_dump_tc()
676 i, sch_mode_str, in hclge_dbg_dump_tc()
720 char *result[ARRAY_SIZE(tm_pg_items)], *sch_mode_str; in __hclge_dbg_dump_tm_pg() local
760 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in __hclge_dbg_dump_tm_pg()
766 sprintf(result[j++], "%4s", sch_mode_str); in __hclge_dbg_dump_tm_pg()
966 char *result[ARRAY_SIZE(tm_pri_items)], *sch_mode_str; in hclge_dbg_dump_tm_pri() local
1003 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in hclge_dbg_dump_tm_pri()
1008 sprintf(result[j++], "%4s", sch_mode_str); in hclge_dbg_dump_tm_pri()
1039 char *result[ARRAY_SIZE(tm_qset_items)], *sch_mode_str; in hclge_dbg_dump_tm_qset() local
[all …]