Searched defs:ccp_queue (Results 1 – 1 of 1) sorted by relevance
99 struct ccp_queue { struct100 struct mtx cq_lock;101 unsigned cq_qindex;102 struct ccp_softc *cq_softc;128 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, argument