tht_fifo_alloc
int tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
if (tht_fifo_alloc(sc, &sc->sc_rxf, &tht_rxf_desc) != 0)
if (tht_fifo_alloc(sc, &sc->sc_rxd, &tht_rxd_desc) != 0)
if (tht_fifo_alloc(sc, &sc->sc_txf, &tht_txf_desc) != 0)