Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_submitqueue.c178 int default_prio, max_priority; in msm_submitqueue_init() local
183 max_priority = (priv->gpu->nr_rings * NR_SCHED_PRIORITIES) - 1; in msm_submitqueue_init()
190 default_prio = DIV_ROUND_UP(max_priority, 2); in msm_submitqueue_init()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c36 u64 max_priority; in mlxsw_sp_acl_tcam_priority_get() local
47 max_priority = MLXSW_CORE_RES_GET(mlxsw_sp->core, KVD_SIZE) - 1; in mlxsw_sp_acl_tcam_priority_get()
48 if (rulei->priority >= max_priority) in mlxsw_sp_acl_tcam_priority_get()
52 *priority = max_priority - rulei->priority; in mlxsw_sp_acl_tcam_priority_get()