ahb_ecb           213 dev/eisa/aha1742.c struct ahb_ecb {
ahb_ecb           250 dev/eisa/aha1742.c 	TAILQ_ENTRY(ahb_ecb) chain;
ahb_ecb           251 dev/eisa/aha1742.c 	struct ahb_ecb *nexthash;
ahb_ecb           274 dev/eisa/aha1742.c 	struct ahb_ecb *immed_ecb;	/* an outstanding immediete command */
ahb_ecb           275 dev/eisa/aha1742.c 	struct ahb_ecb *ecbhash[ECB_HASH_SIZE];
ahb_ecb           276 dev/eisa/aha1742.c 	TAILQ_HEAD(, ahb_ecb) free_ecb;
ahb_ecb           282 dev/eisa/aha1742.c void ahb_send_mbox(struct ahb_softc *, int, struct ahb_ecb *);
ahb_ecb           286 dev/eisa/aha1742.c void ahb_done(struct ahb_softc *, struct ahb_ecb *);
ahb_ecb           287 dev/eisa/aha1742.c void ahb_free_ecb(struct ahb_softc *, struct ahb_ecb *, int);
ahb_ecb           288 dev/eisa/aha1742.c struct ahb_ecb *ahb_get_ecb(struct ahb_softc *, int);
ahb_ecb           289 dev/eisa/aha1742.c struct ahb_ecb *ahb_ecb_phys_kv(struct ahb_softc *, physaddr);
ahb_ecb           295 dev/eisa/aha1742.c void ahb_print_ecb(struct ahb_ecb *);
ahb_ecb           342 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           560 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           636 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           703 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           723 dev/eisa/aha1742.c static inline void ahb_init_ecb(struct ahb_softc *, struct ahb_ecb *);
ahb_ecb           728 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           732 dev/eisa/aha1742.c 	bzero(ecb, sizeof(struct ahb_ecb));
ahb_ecb           743 dev/eisa/aha1742.c static inline void ahb_reset_ecb(struct ahb_softc *, struct ahb_ecb *);
ahb_ecb           748 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           759 dev/eisa/aha1742.c struct ahb_ecb *
ahb_ecb           764 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb           780 dev/eisa/aha1742.c 			ecb = (struct ahb_ecb *) malloc(sizeof(struct ahb_ecb),
ahb_ecb           808 dev/eisa/aha1742.c struct ahb_ecb *
ahb_ecb           814 dev/eisa/aha1742.c 	struct ahb_ecb *ecb = sc->ecbhash[hashnum];
ahb_ecb           947 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb          1149 dev/eisa/aha1742.c 	struct ahb_ecb *ecb = arg;
ahb_ecb          1196 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;
ahb_ecb          1210 dev/eisa/aha1742.c 	struct ahb_ecb *ecb;