Lines Matching full:queues
30 * Support functions for managing command queues used for
50 * called "cvmx_cmd_queues". Except for the PKO queues, each
52 * contention on spin locks. The PKO queues are stored such that
54 * allows for queues being in separate cache lines when there
55 * are low number of queues per port. With 16 queues per port,
57 * second queues for each port are in another area, etc. This
59 * 16 queues per port using a minimum of cache lines per core.
60 * All queues for a given core will be isolated in the same
65 * queues. The lock uses a "ticket / now serving" model to
93 * queues. Each hardware block has up to 65536 sub identifiers for
94 * multiple command queues. Not all chips support all hardware
146 * This structure contains the global state of all command queues.
165 * @fpa_pool: FPA pool the command queues should come from.
218 * have 256 queues or less. Devices with more than 16 queues in __cvmx_cmd_queue_get_index()
221 * running 16 queues per port to support lockless operation. in __cvmx_cmd_queue_get_index()