Searched refs:bp_to_qs_map_cmd (Results 1 – 2 of 2) sorted by relevance
352 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_dbg_dump_tm_pg() local426 bp_to_qs_map_cmd = (struct hclge_bp_to_qs_map_cmd *)desc.data; in hclge_dbg_dump_tm_pg()428 bp_to_qs_map_cmd->tc_id); in hclge_dbg_dump_tm_pg()430 bp_to_qs_map_cmd->qs_group_id); in hclge_dbg_dump_tm_pg()432 bp_to_qs_map_cmd->qs_bit_map); in hclge_dbg_dump_tm_pg()555 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_dbg_dump_tm_map() local608 bp_to_qs_map_cmd = (struct hclge_bp_to_qs_map_cmd *)desc.data; in hclge_dbg_dump_tm_map()611 bp_to_qs_map_cmd->tc_id = tc_id; in hclge_dbg_dump_tm_map()612 bp_to_qs_map_cmd->qs_group_id = group_id; in hclge_dbg_dump_tm_map()617 qset_maping[group_id] = bp_to_qs_map_cmd->qs_bit_map; in hclge_dbg_dump_tm_map()
499 struct hclge_bp_to_qs_map_cmd *bp_to_qs_map_cmd; in hclge_tm_qs_bp_cfg() local505 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()