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

/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-helper-pko.h15 * priorities[16]) is a function pointer. It is meant to allow
16 * customization of the PKO queue priorities based on the port
20 extern void (*cvmx_override_pko_queue_priority)(int ipd_port, u8 *priorities);
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-pko.c61 * priorities[16]) is a function pointer. It is meant to allow
62 * customization of the PKO queue priorities based on the port
67 uint8_t *priorities) = NULL;
159 * the last. The vector of priorities has been extended to
162 * don't change the initial 8 priorities and replicate them in
166 /* uint8_t priorities[16] = {8,7,6,5,4,3,2,1,8,7,6,5,4,3,2,1}; */
167 u8 priorities[16] = { [0 ... 15] = 8 }; local
172 * priorities are set.
185 * priorities.
188 cvmx_override_pko_queue_priority(ipd_port, priorities);
[all...]

Completed in 90 milliseconds