HomeSort by: relevance | last modified time | path
    Searched refs:sfas_pending (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
sfasvar.h 71 struct sfas_pending { struct
72 TAILQ_ENTRY(sfas_pending) link;
159 TAILQ_HEAD(,sfas_pending) sc_xs_pending;
160 TAILQ_HEAD(,sfas_pending) sc_xs_free;
161 struct sfas_pending sc_xs_store[MAXPENDING];
sfas.c 111 void sfas_donextcmd(struct sfas_softc *, struct sfas_pending *);
117 int sfasselect(struct sfas_softc *, struct sfas_pending *, unsigned char *,
119 void sfasicmd(struct sfas_softc *, struct sfas_pending *);
120 void sfasgo(struct sfas_softc *, struct sfas_pending *);
127 struct sfas_pending *, unsigned char *, int,
194 * Initialize the sfas_pending structs and link them into the free list. We
274 struct sfas_pending *pendp;
290 /* Get hold of a sfas_pending block. */
326 sfas_donextcmd(struct sfas_softc *dev, struct sfas_pending *pendp)
380 struct sfas_pending *pendp
    [all...]

Completed in 12 milliseconds