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

  /src/sys/dev/eisa/
ahb.c 96 struct ahb_ecb *sc_ecbs; /* all our ecbs */
98 struct ahb_ecb *sc_ecbhash[ECB_HASH_SIZE];
99 TAILQ_HEAD(, ahb_ecb) sc_free_ecb;
100 struct ahb_ecb *sc_immed_ecb; /* an outstanding immediete command */
118 static void ahb_send_mbox(struct ahb_softc *, int, struct ahb_ecb *);
119 static void ahb_send_immed(struct ahb_softc *, u_int32_t, struct ahb_ecb *);
121 static void ahb_free_ecb(struct ahb_softc *, struct ahb_ecb *);
122 static struct ahb_ecb *ahb_get_ecb(struct ahb_softc *);
123 static struct ahb_ecb *ahb_ecb_lookup(struct ahb_softc *, uint32_t);
124 static void ahb_done(struct ahb_softc *, struct ahb_ecb *);
    [all...]
ahbreg.h 168 struct ahb_ecb { struct
211 TAILQ_ENTRY(ahb_ecb) chain;
212 struct ahb_ecb *nexthash;

Completed in 12 milliseconds