Lines Matching defs:fetch_cnt
242 int fetch_cnt,
248 if (fetch_cnt > AM65_CPSW_FETCH_CNT_MAX) {
249 fetch_cnt -= AM65_CPSW_FETCH_CNT_MAX;
252 cmd_fetch_cnt = fetch_cnt;
257 fetch_cnt = 0;
265 } while (fetch_cnt);
275 u32 fetch_cnt;
283 fetch_cnt = am65_est_cmd_ns_to_cnt(taprio->entries[i].interval,
286 cmd_cnt = DIV_ROUND_UP(fetch_cnt, AM65_CPSW_FETCH_CNT_MAX);
292 if (!fetch_cnt)
322 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0;
335 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval,
342 ram_addr = am65_cpsw_est_set_sched_cmds(ram_addr, fetch_cnt,
345 if (!fetch_cnt && i < est_new->taprio.num_entries - 1) {