Home | History | Annotate | Download | only in apbus

Lines Matching defs:spifi_scb

62 struct spifi_scb {
63 TAILQ_ENTRY(spifi_scb) chain;
85 struct spifi_scb *sc_nexus;
90 struct spifi_scb sc_scb[16];
91 TAILQ_HEAD(, spifi_scb) free_scb;
92 TAILQ_HEAD(, spifi_scb) ready_scb;
113 struct spifi_scb *spifi_get_scb(struct spifi_softc *);
114 void spifi_free_scb(struct spifi_softc *, struct spifi_scb *);
222 struct spifi_scb *scb;
281 struct spifi_scb *
284 struct spifi_scb *scb;
297 spifi_free_scb(struct spifi_softc *sc, struct spifi_scb *scb)
309 struct spifi_scb *scb = sc->sc_nexus;
351 struct spifi_scb *scb;
418 struct spifi_scb *scb;
575 struct spifi_scb *scb = sc->sc_nexus;
600 struct spifi_scb *scb = sc->sc_nexus;
641 struct spifi_scb *scb = sc->sc_nexus;
668 struct spifi_scb *scb = sc->sc_nexus;
716 struct spifi_scb *scb = sc->sc_nexus;
742 struct spifi_scb *scb = sc->sc_nexus;