twe_queue_head
ccb = TAILQ_LAST(&sc->sc_ccb2q, twe_queue_head);
ccb = TAILQ_LAST(&sc->sc_free_ccb, twe_queue_head);
typedef TAILQ_HEAD(twe_queue_head, twe_ccb) twe_queue_head;
twe_queue_head sc_free_ccb;
twe_queue_head sc_ccbq;
twe_queue_head sc_ccb2q;
twe_queue_head sc_done_ccb;