Lines Matching refs:is_l3
1205 static int mlxbf_pmc_program_counter(unsigned int blk_num, u32 cnt_num, u32 evt, bool is_l3) in mlxbf_pmc_program_counter() argument
1212 if (is_l3) in mlxbf_pmc_program_counter()
1316 static int mlxbf_pmc_read_counter(unsigned int blk_num, u32 cnt_num, bool is_l3, u64 *result) in mlxbf_pmc_read_counter() argument
1325 if (is_l3) in mlxbf_pmc_read_counter()
1428 static int mlxbf_pmc_read_event(unsigned int blk_num, u32 cnt_num, bool is_l3, u64 *result) in mlxbf_pmc_read_event() argument
1436 if (is_l3) in mlxbf_pmc_read_event()
1509 bool is_l3 = false; in mlxbf_pmc_counter_show() local
1517 is_l3 = true; in mlxbf_pmc_counter_show()
1521 if (mlxbf_pmc_read_counter(blk_num, cnt_num, is_l3, &value)) in mlxbf_pmc_counter_show()
1544 bool is_l3 = false; in mlxbf_pmc_counter_store() local
1565 err = mlxbf_pmc_read_event(blk_num, cnt_num, is_l3, &evt_num); in mlxbf_pmc_counter_store()
1569 is_l3); in mlxbf_pmc_counter_store()
1597 bool is_l3 = false; in mlxbf_pmc_event_show() local
1606 is_l3 = true; in mlxbf_pmc_event_show()
1608 err = mlxbf_pmc_read_event(blk_num, cnt_num, is_l3, &evt_num); in mlxbf_pmc_event_show()
1627 bool is_l3 = false; in mlxbf_pmc_event_store() local
1646 is_l3 = true; in mlxbf_pmc_event_store()
1648 err = mlxbf_pmc_program_counter(blk_num, cnt_num, evt_num, is_l3); in mlxbf_pmc_event_store()