Lines Matching defs:priority
172 const uint64_t priority = 8;
175 &priority);
329 * @priority: Array of priority levels for each queue. Values are
333 * on the fly while the pko is enabled. A priority of 9
334 * indicates that static priority should be used. If static
335 * priority is used all queues with static priority must be
337 * queues have higher priority than higher numbered queues.
342 const uint64_t priority[])
370 * Validate the static queue priority setup and set
375 /* Find first queue of static priority */
377 && priority[queue] ==
380 /* Find last queue of static priority */
383 && priority[queue] != CVMX_PKO_QUEUE_STATIC_PRIORITY
389 /* all queues are static priority */
392 * Check to make sure all static priority
399 && priority[queue] ==
402 "Static priority queues aren't "
411 "priority queues don't start at base "
417 cvmx_dprintf("Port %d: Static priority queue base: %d, "
455 * Convert the priority into an enable bit field. Try
459 switch ((int)priority[queue]) {
495 "priority %llu\n",
496 (unsigned long long)priority[queue]);