Searched refs:fetch_cnt (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 621 int fetch_cnt, in am65_cpsw_est_set_sched_cmds() argument 627 if (fetch_cnt > AM65_CPSW_FETCH_CNT_MAX) { in am65_cpsw_est_set_sched_cmds() 628 fetch_cnt -= AM65_CPSW_FETCH_CNT_MAX; in am65_cpsw_est_set_sched_cmds() 631 cmd_fetch_cnt = fetch_cnt; in am65_cpsw_est_set_sched_cmds() 636 fetch_cnt = 0; in am65_cpsw_est_set_sched_cmds() 644 } while (fetch_cnt); in am65_cpsw_est_set_sched_cmds() 654 u32 fetch_cnt; in am65_cpsw_est_calc_cmd_num() local 671 if (!fetch_cnt) in am65_cpsw_est_calc_cmd_num() 701 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; in am65_cpsw_est_set_sched_list() local 714 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval, in am65_cpsw_est_set_sched_list() [all …]
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | amd-ibs.h | 34 fetch_cnt:16, /* 16-31: instruction fetch count */ member
|
| /linux-6.15/tools/arch/x86/include/asm/ |
| H A D | amd-ibs.h | 34 fetch_cnt:16, /* 16-31: instruction fetch count */ member
|
| /linux-6.15/tools/perf/util/ |
| H A D | amd-sample-raw.c | 66 reg.val, reg.fetch_maxcnt << 4, reg.fetch_cnt << 4, reg.fetch_lat, in pr_ibs_fetch_ctl()
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | ibs.c | 391 return fetch_ctl.fetch_cnt << 4; in get_ibs_fetch_count()
|