Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c650 char *sch_mode_str; in hclge_dbg_dump_tc() local
678 sch_mode_str = ets_weight->tc_weight[i] ? "dwrr" : "sp"; in hclge_dbg_dump_tc()
680 i, sch_mode_str, in hclge_dbg_dump_tc()
724 char *result[ARRAY_SIZE(tm_pg_items)], *sch_mode_str; in __hclge_dbg_dump_tm_pg() local
764 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in __hclge_dbg_dump_tm_pg()
770 sprintf(result[j++], "%4s", sch_mode_str); in __hclge_dbg_dump_tm_pg()
971 char *result[ARRAY_SIZE(tm_pri_items)], *sch_mode_str; in hclge_dbg_dump_tm_pri() local
1008 sch_mode_str = sch_mode & HCLGE_TM_TX_SCHD_DWRR_MSK ? "dwrr" : in hclge_dbg_dump_tm_pri()
1013 sprintf(result[j++], "%4s", sch_mode_str); in hclge_dbg_dump_tm_pri()
1044 char *result[ARRAY_SIZE(tm_qset_items)], *sch_mode_str; in hclge_dbg_dump_tm_qset() local
[all …]