Searched defs:ccp_queue (Results 1 – 2 of 2) sorted by relevance
101 struct ccp_queue { struct102 struct mtx cq_lock;103 unsigned cq_qindex;104 struct ccp_softc *cq_softc;130 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, argument
187 struct ccp_queue { struct188 struct ccp_device *dev;191 rte_atomic64_t free_slots;195 uint64_t id; /**< queue id */196 uint64_t qidx; /**< queue index */200 struct ccp_desc *qbase_desc;201 void *qbase_addr;202 phys_addr_t qbase_phys_addr;204 void *reg_base;206 uint32_t qcontrol;[all …]