sc_ccb2q          179 dev/ic/twe.c   	TAILQ_INIT(&sc->sc_ccb2q);
sc_ccb2q          458 dev/ic/twe.c   		    !TAILQ_EMPTY(&sc->sc_ccb2q)) {
sc_ccb2q          460 dev/ic/twe.c   			ccb = TAILQ_LAST(&sc->sc_ccb2q, twe_queue_head);
sc_ccb2q          461 dev/ic/twe.c   			TAILQ_REMOVE(&sc->sc_ccb2q, ccb, ccb_link);
sc_ccb2q          473 dev/ic/twe.c   		if (!TAILQ_EMPTY(&sc->sc_ccb2q))
sc_ccb2q          612 dev/ic/twe.c   		TAILQ_INSERT_TAIL(&sc->sc_ccb2q, ccb, ccb_link);
sc_ccb2q           69 dev/ic/twevar.h 	twe_queue_head	sc_ccb2q;