Lines Matching defs:QoS
54 namespace QoS {
57 * The QoS::MemCtrl is a base class for Memory objects
58 * which support QoS - it provides access to a set of QoS
68 /** QoS Policy, assigns QoS priority to the incoming packets */
71 /** QoS Bus Turnaround Policy: selects the bus direction (READ/WRITE) */
74 /** QoS Queue Policy: selects packet among same-priority queue */
77 /** Number of configured QoS priorities */
80 /** Enables QoS priority escalation */
84 * Enables QoS synchronized scheduling invokes the QoS scheduler
100 * Vector of QoS priorities/last service time. Refreshed at every
105 /** Read request packets queue length in #packets, per QoS priority */
108 /** Write request packets queue length in #packets, per QoS priority */
126 /** per-master average QoS priority */
128 /** per-master average QoS distance between assigned and queued values */
184 * the configured QoS policy.
189 * @return a QoS priority value
253 * QoS Memory base class
298 * @param prio QoS Priority of the queue
307 * @param prio QoS Priority of the queue
328 * Gets the last service tick related to a QoS Priority
330 * @param prio QoS Priority
337 * QoS memory controller.
395 // Change QoS priority and move packet
512 } // namespace QoS