Searched defs:cvmx_pko_mem_iqueue_ptrs_s (Results 1 – 1 of 1) sorted by relevance
1874 struct cvmx_pko_mem_iqueue_ptrs_s { struct1876 …int64_t s_tail : 1; /**< Set if this QID is the tail of the static queues */1877 uint64_t static_p : 1; /**< Set if any QID in this IPID has static priority */1878 uint64_t static_q : 1; /**< Set if this QID has static priority */1879 uint64_t qos_mask : 8; /**< Mask to control priority across 8 QOS rounds */1880 uint64_t buf_ptr : 31; /**< Command buffer pointer[37:7] */1881 uint64_t tail : 1; /**< Set if this QID is the tail of the queue array */1882 uint64_t index : 5; /**< Index (distance from head) in the queue array */1883 uint64_t reserved_15_15 : 1;1884 …t64_t ipid : 7; /**< PKO-Internal Port ID to which this queue is mapped */[all …]