Searched refs:pri_bit_map (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_tm.h | 42 	u8 pri_bit_map;  member 269 			       u8 *pri_bit_map);
  | 
| D | hclge_tm.c | 311 				      u8 pg_id, u8 pri_bit_map)  in hclge_tm_pg_to_pri_map_cfg()  argument 321 	map->pri_bit_map = pri_bit_map;  in hclge_tm_pg_to_pri_map_cfg() 2000 			       u8 *pri_bit_map)  in hclge_tm_get_pg_to_pri_map()  argument 2016 	*pri_bit_map = map->pri_bit_map;  in hclge_tm_get_pg_to_pri_map()
  | 
| D | hclge_debugfs.c | 741 	u8 pg_id, sch_mode, weight, pri_bit_map, i, j;  in __hclge_dbg_dump_tm_pg()  local 756 		ret = hclge_tm_get_pg_to_pri_map(hdev, pg_id, &pri_bit_map);  in __hclge_dbg_dump_tm_pg() 785 		sprintf(result[j++], "0x%02x", pri_bit_map);  in __hclge_dbg_dump_tm_pg()
  |