Home
last modified time | relevance | path

Searched refs:fetch_allow (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c243 int fetch_allow) in am65_cpsw_est_set_sched_cmds() argument
260 prio_mask = fetch_allow & AM65_CPSW_FETCH_ALLOW_MSK; in am65_cpsw_est_set_sched_cmds()
322 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; in am65_cpsw_est_set_sched_list() local
337 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
338 if (fetch_allow > AM65_CPSW_FETCH_ALLOW_MAX) in am65_cpsw_est_set_sched_list()
340 fetch_allow); in am65_cpsw_est_set_sched_list()
343 fetch_allow); in am65_cpsw_est_set_sched_list()
351 all_fetch_allow |= fetch_allow; in am65_cpsw_est_set_sched_list()