tht_fifo          450 dev/pci/if_tht.c struct tht_fifo {
tht_fifo          491 dev/pci/if_tht.c 	struct tht_fifo		sc_txt;
tht_fifo          492 dev/pci/if_tht.c 	struct tht_fifo		sc_rxf;
tht_fifo          493 dev/pci/if_tht.c 	struct tht_fifo		sc_rxd;
tht_fifo          494 dev/pci/if_tht.c 	struct tht_fifo		sc_txf;
tht_fifo          561 dev/pci/if_tht.c int			tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
tht_fifo          563 dev/pci/if_tht.c void			tht_fifo_free(struct tht_softc *, struct tht_fifo *);
tht_fifo          566 dev/pci/if_tht.c 			    struct tht_fifo *);
tht_fifo          568 dev/pci/if_tht.c 			    struct tht_fifo *);
tht_fifo          570 dev/pci/if_tht.c 			    struct tht_fifo *);
tht_fifo          571 dev/pci/if_tht.c void			tht_fifo_read(struct tht_softc *, struct tht_fifo *,
tht_fifo          573 dev/pci/if_tht.c void			tht_fifo_write(struct tht_softc *, struct tht_fifo *,
tht_fifo          576 dev/pci/if_tht.c 			    struct tht_fifo *, bus_dmamap_t);
tht_fifo          578 dev/pci/if_tht.c 			    struct tht_fifo *, int);
tht_fifo          580 dev/pci/if_tht.c 			    struct tht_fifo *);
tht_fifo         1443 dev/pci/if_tht.c tht_fifo_alloc(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo         1467 dev/pci/if_tht.c tht_fifo_free(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo         1475 dev/pci/if_tht.c tht_fifo_readable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo         1490 dev/pci/if_tht.c tht_fifo_writable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo         1505 dev/pci/if_tht.c tht_fifo_pre(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo         1512 dev/pci/if_tht.c tht_fifo_read(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo         1540 dev/pci/if_tht.c tht_fifo_write(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo         1569 dev/pci/if_tht.c tht_fifo_write_dmap(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo         1588 dev/pci/if_tht.c tht_fifo_write_pad(struct tht_softc *sc, struct tht_fifo *tf, int bc)
tht_fifo         1598 dev/pci/if_tht.c tht_fifo_post(struct tht_softc *sc, struct tht_fifo *tf)