Searched refs:max_priority (Results 1 – 3 of 3) sorted by relevance
71 const unsigned int max_priority = SKBPRIO_MAX_PRIORITY - 1; in skbprio_enqueue() local79 prio = min(skb->priority, max_priority); in skbprio_enqueue()
100 u64 max_priority; in mlxsw_sp_acl_tcam_priority_get() local111 max_priority = MLXSW_CORE_RES_GET(mlxsw_sp->core, KVD_SIZE) - 1; in mlxsw_sp_acl_tcam_priority_get()112 if (rulei->priority >= max_priority) in mlxsw_sp_acl_tcam_priority_get()116 *priority = max_priority - rulei->priority; in mlxsw_sp_acl_tcam_priority_get()
161 static int max_priority[] = { 127 }; /* From DECnet spec */ variable185 .extra2 = &max_priority