Searched defs:ccp_queue (Results 1 – 1 of 1) 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