tht_fifo_free     563 dev/pci/if_tht.c void			tht_fifo_free(struct tht_softc *, struct tht_fifo *);
tht_fifo_free     817 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_txt);
tht_fifo_free    1001 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_rxd);
tht_fifo_free    1003 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_rxf);
tht_fifo_free    1005 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_txt);
tht_fifo_free    1098 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_txf);
tht_fifo_free    1099 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_rxd);
tht_fifo_free    1100 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_rxf);
tht_fifo_free    1101 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_txt);