sc_txf            494 dev/pci/if_tht.c 	struct tht_fifo		sc_txf;
sc_txf            956 dev/pci/if_tht.c 	if (tht_fifo_alloc(sc, &sc->sc_txf, &tht_txf_desc) != 0)
sc_txf           1090 dev/pci/if_tht.c 	    tht_fifo_readable(sc, &sc->sc_txf) > 0)
sc_txf           1098 dev/pci/if_tht.c 	tht_fifo_free(sc, &sc->sc_txf);
sc_txf           1235 dev/pci/if_tht.c 	if (tht_fifo_readable(sc, &sc->sc_txf) < sizeof(txf))
sc_txf           1238 dev/pci/if_tht.c 	tht_fifo_pre(sc, &sc->sc_txf);
sc_txf           1241 dev/pci/if_tht.c 		tht_fifo_read(sc, &sc->sc_txf, &txf, sizeof(txf));
sc_txf           1256 dev/pci/if_tht.c 	} while (sc->sc_txf.tf_ready >= sizeof(txf));
sc_txf           1260 dev/pci/if_tht.c 	tht_fifo_post(sc, &sc->sc_txf);