Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c622 int fetch_allow) in am65_cpsw_est_set_sched_cmds() argument
639 prio_mask = fetch_allow & AM65_CPSW_FETCH_ALLOW_MSK; in am65_cpsw_est_set_sched_cmds()
701 u32 fetch_cnt, fetch_allow, all_fetch_allow = 0; in am65_cpsw_est_set_sched_list() local
716 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
717 if (fetch_allow > AM65_CPSW_FETCH_ALLOW_MAX) in am65_cpsw_est_set_sched_list()
719 fetch_allow); in am65_cpsw_est_set_sched_list()
722 fetch_allow); in am65_cpsw_est_set_sched_list()
730 all_fetch_allow |= fetch_allow; in am65_cpsw_est_set_sched_list()