Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c474 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_dbg_dump_tm_pg() local
551 bp_to_qs_map_cmd = (struct hclge_bp_to_qs_map_cmd *)desc.data; in hclge_dbg_dump_tm_pg()
553 bp_to_qs_map_cmd->tc_id); in hclge_dbg_dump_tm_pg()
555 bp_to_qs_map_cmd->qs_group_id); in hclge_dbg_dump_tm_pg()
557 le32_to_cpu(bp_to_qs_map_cmd->qs_bit_map)); in hclge_dbg_dump_tm_pg()
682 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_dbg_dump_tm_map() local
735 bp_to_qs_map_cmd = (struct hclge_bp_to_qs_map_cmd *)desc.data; in hclge_dbg_dump_tm_map()
738 bp_to_qs_map_cmd->tc_id = tc_id; in hclge_dbg_dump_tm_map()
739 bp_to_qs_map_cmd->qs_group_id = group_id; in hclge_dbg_dump_tm_map()
745 le32_to_cpu(bp_to_qs_map_cmd->qs_bit_map); in hclge_dbg_dump_tm_map()
Dhclge_tm.c499 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_tm_qs_bp_cfg() local
505 bp_to_qs_map_cmd = (struct hclge_bp_to_qs_map_cmd *)desc.data; in hclge_tm_qs_bp_cfg()
507 bp_to_qs_map_cmd->tc_id = tc; in hclge_tm_qs_bp_cfg()
508 bp_to_qs_map_cmd->qs_group_id = grp_id; in hclge_tm_qs_bp_cfg()
509 bp_to_qs_map_cmd->qs_bit_map = cpu_to_le32(bit_map); in hclge_tm_qs_bp_cfg()