tht_fifo_write    573 dev/pci/if_tht.c void			tht_fifo_write(struct tht_softc *, struct tht_fifo *,
tht_fifo_write   1171 dev/pci/if_tht.c 		tht_fifo_write(sc, &sc->sc_txt, &txt, sizeof(txt));
tht_fifo_write   1306 dev/pci/if_tht.c 		tht_fifo_write(sc, &sc->sc_rxf, &rxf, sizeof(rxf));
tht_fifo_write   1583 dev/pci/if_tht.c 		tht_fifo_write(sc, tf, &pbd, sizeof(pbd));
tht_fifo_write   1594 dev/pci/if_tht.c 		tht_fifo_write(sc, tf, (void *)&pad, sizeof(pad));
tht_fifo_write   1728 dev/pci/if_tht.c 		tht_fifo_write(sc, &sc->sc_txt, buf, wrlen);