Searched refs:priorities (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.h167 * priorities[16]) is a function pointer. It is meant to allow
168 * customization of the PKO queue priorities based on the port
172 extern CVMX_SHARED void (*cvmx_override_pko_queue_priority)(int ipd_port, uint64_t *priorities);
H A Dcvmx-pko.c292 uint64_t priorities[CVMX_PKO_NQ_PER_PORT_MAX] = { local
301 * Give the user a chance to override the per queue priorities.
304 cvmx_override_pko_queue_priority(pko_port, &priorities[0]);
312 priorities[queue] == CVMX_PKO_QUEUE_STATIC_PRIORITY)
317 priorities[queue] != CVMX_PKO_QUEUE_STATIC_PRIORITY &&
332 priorities[queue] == CVMX_PKO_QUEUE_STATIC_PRIORITY)
366 switch ((int)priorities[queue])
383 (unsigned long long)priorities[queue]);
780 * will be participated in. These priorities can be changed
H A Dcvmx-helper.c111 * priorities[16]) is a function pointer. It is meant to allow
112 * customization of the PKO queue priorities based on the port
117 uint64_t *priorities) = NULL;
783 The vector of priorities has been extended to support CN5xxx CPUs,
786 priorities and replicate them in the second half.
789 /* uint64_t priorities[16] = {8,7,6,5,4,3,2,1,8,7,6,5,4,3,2,1}; */
790 uint64_t priorities[16] = {[0 ... 15] = 8}; local
793 classification, tagging and output priorities are set */
798 /* Give the user a chance to override the per queue priorities */
800 cvmx_override_pko_queue_priority(ipd_port, priorities);
[all...]
/freebsd-11-stable/sys/isa/
H A Dpnpparse.c411 int priorities[1 + MAXDEP]; local
430 priorities[0] = 0;
473 priorities[ncfgs] = p[0];
475 priorities[ncfgs] = 1;
478 priorities[ncfgs]);
550 ISA_ADD_CONFIG(parent, dev, priorities[0], &configs[0]);
562 ISA_ADD_CONFIG(parent, dev, priorities[i], &configs[i]);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c3260 LEGACY(priorities, TT_FORK|TT_NEED_BASE),

Completed in 193 milliseconds