Home
last modified time | relevance | path

Searched defs:cvmx_pko_mem_queue_ptrs_s (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-pko-defs.h2213 struct cvmx_pko_mem_queue_ptrs_s { struct
2215 …int64_t s_tail : 1; /**< Set if this QID is the tail of the static queues */
2216 uint64_t static_p : 1; /**< Set if any QID in this PID has static priority */
2217 uint64_t static_q : 1; /**< Set if this QID has static priority */
2218 uint64_t qos_mask : 8; /**< Mask to control priority across 8 QOS rounds */
2219 uint64_t buf_ptr : 36; /**< Command buffer pointer, <23:17> MBZ */
2220 uint64_t tail : 1; /**< Set if this QID is the tail of the queue array */
2221 …t64_t index : 3; /**< Index[2:0] (distance from head) in the queue array */
2222 uint64_t port : 6; /**< Port ID to which this queue is mapped */
2223 uint64_t queue : 7; /**< Queue ID[6:0] */