Searched refs:fetch_cnt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 244 int fetch_cnt, in am65_cpsw_est_set_sched_cmds() argument 250 if (fetch_cnt > AM65_CPSW_FETCH_CNT_MAX) { in am65_cpsw_est_set_sched_cmds() 251 fetch_cnt -= AM65_CPSW_FETCH_CNT_MAX; in am65_cpsw_est_set_sched_cmds() 254 cmd_fetch_cnt = fetch_cnt; in am65_cpsw_est_set_sched_cmds() 259 fetch_cnt = 0; in am65_cpsw_est_set_sched_cmds() 267 } while (fetch_cnt); in am65_cpsw_est_set_sched_cmds() 277 u32 fetch_cnt; in am65_cpsw_est_calc_cmd_num() local 294 if (!fetch_cnt) in am65_cpsw_est_calc_cmd_num() 324 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; in am65_cpsw_est_set_sched_list() local 337 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval, in am65_cpsw_est_set_sched_list() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | amd-ibs.h | 34 fetch_cnt:16, /* 16-31: instruction fetch count */ member
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | amd-ibs.h | 34 fetch_cnt:16, /* 16-31: instruction fetch count */ member
|
/openbmc/linux/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()
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | ibs.c | 347 return fetch_ctl.fetch_cnt << 4; in get_ibs_fetch_count()
|