Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c703 static const struct hclge_dbg_item tm_pg_items[] = { variable
740 char *result[ARRAY_SIZE(tm_pg_items)], *sch_mode_str; in __hclge_dbg_dump_tm_pg()
746 for (i = 0; i < ARRAY_SIZE(tm_pg_items); i++) { in __hclge_dbg_dump_tm_pg()
751 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
752 NULL, ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
791 hclge_dbg_fill_content(content, sizeof(content), tm_pg_items, in __hclge_dbg_dump_tm_pg()
793 ARRAY_SIZE(tm_pg_items)); in __hclge_dbg_dump_tm_pg()
805 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()