Home
last modified time | relevance | path

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

/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c245 int fetch_allow) in am65_cpsw_est_set_sched_cmds() argument
262 prio_mask = fetch_allow & AM65_CPSW_FETCH_ALLOW_MSK; in am65_cpsw_est_set_sched_cmds()
324 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; in am65_cpsw_est_set_sched_list() local
339 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
340 if (fetch_allow > AM65_CPSW_FETCH_ALLOW_MAX) in am65_cpsw_est_set_sched_list()
342 fetch_allow); in am65_cpsw_est_set_sched_list()
345 fetch_allow); in am65_cpsw_est_set_sched_list()
353 all_fetch_allow |= fetch_allow; in am65_cpsw_est_set_sched_list()