Symbol: tht_fifo
sys/dev/pci/if_tht.c
1403
tht_fifo_alloc(struct tht_softc *sc, struct tht_fifo *tf,
sys/dev/pci/if_tht.c
1427
tht_fifo_free(struct tht_softc *sc, struct tht_fifo *tf)
sys/dev/pci/if_tht.c
1435
tht_fifo_readable(struct tht_softc *sc, struct tht_fifo *tf)
sys/dev/pci/if_tht.c
1450
tht_fifo_writable(struct tht_softc *sc, struct tht_fifo *tf)
sys/dev/pci/if_tht.c
1465
tht_fifo_pre(struct tht_softc *sc, struct tht_fifo *tf)
sys/dev/pci/if_tht.c
1472
tht_fifo_read(struct tht_softc *sc, struct tht_fifo *tf,
sys/dev/pci/if_tht.c
1500
tht_fifo_write(struct tht_softc *sc, struct tht_fifo *tf,
sys/dev/pci/if_tht.c
1529
tht_fifo_write_dmap(struct tht_softc *sc, struct tht_fifo *tf,
sys/dev/pci/if_tht.c
1548
tht_fifo_write_pad(struct tht_softc *sc, struct tht_fifo *tf, int bc)
sys/dev/pci/if_tht.c
1558
tht_fifo_post(struct tht_softc *sc, struct tht_fifo *tf)
sys/dev/pci/if_tht.c
487
struct tht_fifo sc_txt;
sys/dev/pci/if_tht.c
488
struct tht_fifo sc_rxf;
sys/dev/pci/if_tht.c
489
struct tht_fifo sc_rxd;
sys/dev/pci/if_tht.c
490
struct tht_fifo sc_txf;
sys/dev/pci/if_tht.c
557
int tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
sys/dev/pci/if_tht.c
559
void tht_fifo_free(struct tht_softc *, struct tht_fifo *);
sys/dev/pci/if_tht.c
562
struct tht_fifo *);
sys/dev/pci/if_tht.c
564
struct tht_fifo *);
sys/dev/pci/if_tht.c
566
struct tht_fifo *);
sys/dev/pci/if_tht.c
567
void tht_fifo_read(struct tht_softc *, struct tht_fifo *,
sys/dev/pci/if_tht.c
569
void tht_fifo_write(struct tht_softc *, struct tht_fifo *,
sys/dev/pci/if_tht.c
572
struct tht_fifo *, bus_dmamap_t);
sys/dev/pci/if_tht.c
574
struct tht_fifo *, int);
sys/dev/pci/if_tht.c
576
struct tht_fifo *);