Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c1341 static const struct hclge_dbg_item tm_pg_items[] = { variable
1378 char *result[ARRAY_SIZE(tm_pg_items)], *sch_mode_str; in __hclge_dbg_dump_tm_pg()
1384 for (i = 0; i < ARRAY_SIZE(tm_pg_items); i++) { in __hclge_dbg_dump_tm_pg()
1389 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
1390 NULL, ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
1429 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
1431 ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
1443 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()