Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c683 static const struct hclge_dbg_item tm_pg_items[] = { variable
720 char *result[ARRAY_SIZE(tm_pg_items)], *sch_mode_str; in __hclge_dbg_dump_tm_pg()
726 for (i = 0; i < ARRAY_SIZE(tm_pg_items); i++) { in __hclge_dbg_dump_tm_pg()
731 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
732 NULL, ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
771 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
773 ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
785 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()