Searched refs:pri_bit_map (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 42 u8 pri_bit_map; member 269 u8 *pri_bit_map);
|
H A 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()
|
H A D | hclge_debugfs.c | 1379 u8 pg_id, sch_mode, weight, pri_bit_map, i, j; in __hclge_dbg_dump_tm_pg() local 1394 ret = hclge_tm_get_pg_to_pri_map(hdev, pg_id, &pri_bit_map); in __hclge_dbg_dump_tm_pg() 1423 sprintf(result[j++], "0x%02x", pri_bit_map); in __hclge_dbg_dump_tm_pg()
|