twe_ccb 77 dev/ic/twe.c static __inline struct twe_ccb *twe_get_ccb(struct twe_softc *sc); twe_ccb 78 dev/ic/twe.c static __inline void twe_put_ccb(struct twe_ccb *ccb); twe_ccb 80 dev/ic/twe.c int twe_cmd(struct twe_ccb *ccb, int flags, int wait); twe_ccb 81 dev/ic/twe.c int twe_start(struct twe_ccb *ccb, int wait); twe_ccb 82 dev/ic/twe.c int twe_complete(struct twe_ccb *ccb); twe_ccb 83 dev/ic/twe.c int twe_done(struct twe_softc *sc, struct twe_ccb *ccb); twe_ccb 89 dev/ic/twe.c static __inline struct twe_ccb * twe_ccb 93 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 103 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 115 dev/ic/twe.c register struct twe_ccb *ccb; twe_ccb 138 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 437 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 485 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 598 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 646 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 659 dev/ic/twe.c struct twe_ccb *ccb1; twe_ccb 687 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 783 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 957 dev/ic/twe.c struct twe_ccb *ccb; twe_ccb 31 dev/ic/twevar.h struct twe_ccb { twe_ccb 36 dev/ic/twevar.h TAILQ_ENTRY(twe_ccb) ccb_link; twe_ccb 49 dev/ic/twevar.h typedef TAILQ_HEAD(twe_queue_head, twe_ccb) twe_queue_head; twe_ccb 66 dev/ic/twevar.h struct twe_ccb sc_ccbs[TWE_MAXCMDS];