tht_fifo_alloc    561 dev/pci/if_tht.c int			tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
tht_fifo_alloc    809 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
tht_fifo_alloc    950 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
tht_fifo_alloc    952 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_rxf, &tht_rxf_desc) != 0)
tht_fifo_alloc    954 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_rxd, &tht_rxd_desc) != 0)
tht_fifo_alloc    956 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_txf, &tht_txf_desc) != 0)