siop_acb
void siop_scsidone(struct siop_acb *, int);
void siop_poll(struct siop_softc *, struct siop_acb *);
void siop_dump_acb(struct siop_acb *);
struct siop_acb *acb = sc->sc_nexus;
siop_dump_acb(struct siop_acb *acb)
struct siop_acb *acb;
struct siop_acb *acb;
siop_poll(struct siop_softc *sc, struct siop_acb *acb)
struct siop_acb *acb;
siop_scsidone(struct siop_acb *acb, int stat)
register struct siop_acb *acb2;
sc->sc_acb = malloc(sizeof(struct siop_acb) * SIOP_NACB,
struct siop_acb *acb;
struct siop_acb *acb;
memset(acb, 0, sizeof(struct siop_acb) * SIOP_NACB);
struct siop_acb *acb = sc->sc_nexus;
dma_cachectl ((void *)acb, sizeof (struct siop_acb));
struct siop_acb *acb = sc->sc_nexus;
void siopng_scsidone(struct siop_acb *, int);
void siopng_poll(struct siop_softc *, struct siop_acb *);
void siopng_dump_acb(struct siop_acb *);
struct siop_acb *acb = sc->sc_nexus;
siopng_dump_acb(struct siop_acb *acb)
struct siop_acb *acb;
struct siop_acb *acb;
siopng_poll(struct siop_softc *sc, struct siop_acb *acb)
struct siop_acb *acb;
siopng_scsidone(struct siop_acb *acb, int stat)
register struct siop_acb *acb2;
sc->sc_acb = malloc(sizeof(struct siop_acb) * SIOP_NACB,
struct siop_acb *acb;
struct siop_acb *acb;
memset(acb, 0, sizeof(struct siop_acb) * SIOP_NACB);
struct siop_acb *acb = sc->sc_nexus;
dma_cachectl ((void *)acb, sizeof (struct siop_acb));
struct siop_acb *acb = sc->sc_nexus;
TAILQ_HEAD(acb_list, siop_acb) free_list,
struct siop_acb *sc_nexus; /* current command */
struct siop_acb *sc_acb; /* the real command blocks */
TAILQ_ENTRY(siop_acb) chain;