Symbol: tht_softc
sys/dev/pci/if_tht.c
1053
tht_down(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1088
struct tht_softc *sc = ifp->if_softc;
sys/dev/pci/if_tht.c
1159
tht_load_pkt(struct tht_softc *sc, struct tht_pkt *pkt, struct mbuf *m)
sys/dev/pci/if_tht.c
1200
tht_txf(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1237
tht_rxf_fill(struct tht_softc *sc, int wait)
sys/dev/pci/if_tht.c
1299
tht_rxf_drain(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1319
tht_rxd(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1391
struct tht_softc *sc = ifp->if_softc;
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
1576
tht_lladdr_read(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1585
tht_lladdr_write(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1596
tht_sw_reset(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1665
tht_fw_load(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1713
tht_link_state(struct tht_softc *sc)
sys/dev/pci/if_tht.c
1737
tht_read(struct tht_softc *sc, bus_size_t r)
sys/dev/pci/if_tht.c
1745
tht_write(struct tht_softc *sc, bus_size_t r, u_int32_t v)
sys/dev/pci/if_tht.c
1753
tht_write_region(struct tht_softc *sc, bus_size_t r, void *buf, size_t len)
sys/dev/pci/if_tht.c
1762
tht_wait_eq(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
sys/dev/pci/if_tht.c
1777
tht_wait_ne(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
sys/dev/pci/if_tht.c
1792
tht_dmamem_alloc(struct tht_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/pci/if_tht.c
1832
tht_dmamem_free(struct tht_softc *sc, struct tht_dmamem *tdm)
sys/dev/pci/if_tht.c
1844
tht_pkt_alloc(struct tht_softc *sc, struct tht_pkt_list *tpl, int npkts,
sys/dev/pci/if_tht.c
1874
tht_pkt_free(struct tht_softc *sc, struct tht_pkt_list *tpl)
sys/dev/pci/if_tht.c
503
sizeof(struct tht_softc), tht_match, tht_attach
sys/dev/pci/if_tht.c
511
int tht_pkt_alloc(struct tht_softc *,
sys/dev/pci/if_tht.c
513
void tht_pkt_free(struct tht_softc *,
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
561
size_t tht_fifo_readable(struct tht_softc *,
sys/dev/pci/if_tht.c
563
size_t tht_fifo_writable(struct tht_softc *,
sys/dev/pci/if_tht.c
565
void tht_fifo_pre(struct tht_softc *,
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
571
void tht_fifo_write_dmap(struct tht_softc *,
sys/dev/pci/if_tht.c
573
void tht_fifo_write_pad(struct tht_softc *,
sys/dev/pci/if_tht.c
575
void tht_fifo_post(struct tht_softc *,
sys/dev/pci/if_tht.c
579
void tht_lladdr_read(struct tht_softc *);
sys/dev/pci/if_tht.c
580
void tht_lladdr_write(struct tht_softc *);
sys/dev/pci/if_tht.c
581
int tht_sw_reset(struct tht_softc *);
sys/dev/pci/if_tht.c
582
int tht_fw_load(struct tht_softc *);
sys/dev/pci/if_tht.c
583
void tht_link_state(struct tht_softc *);
sys/dev/pci/if_tht.c
589
int tht_load_pkt(struct tht_softc *, struct tht_pkt *,
sys/dev/pci/if_tht.c
591
void tht_txf(struct tht_softc *sc);
sys/dev/pci/if_tht.c
593
void tht_rxf_fill(struct tht_softc *, int);
sys/dev/pci/if_tht.c
594
void tht_rxf_drain(struct tht_softc *);
sys/dev/pci/if_tht.c
595
void tht_rxd(struct tht_softc *);
sys/dev/pci/if_tht.c
597
void tht_up(struct tht_softc *);
sys/dev/pci/if_tht.c
598
void tht_iff(struct tht_softc *);
sys/dev/pci/if_tht.c
599
void tht_down(struct tht_softc *);
sys/dev/pci/if_tht.c
606
struct tht_dmamem *tht_dmamem_alloc(struct tht_softc *, bus_size_t,
sys/dev/pci/if_tht.c
608
void tht_dmamem_free(struct tht_softc *,
sys/dev/pci/if_tht.c
612
u_int32_t tht_read(struct tht_softc *, bus_size_t);
sys/dev/pci/if_tht.c
613
void tht_write(struct tht_softc *, bus_size_t, u_int32_t);
sys/dev/pci/if_tht.c
614
void tht_write_region(struct tht_softc *, bus_size_t,
sys/dev/pci/if_tht.c
616
int tht_wait_eq(struct tht_softc *, bus_size_t, u_int32_t,
sys/dev/pci/if_tht.c
618
int tht_wait_ne(struct tht_softc *, bus_size_t, u_int32_t,
sys/dev/pci/if_tht.c
748
struct tht_softc *sc = (struct tht_softc *)self;
sys/dev/pci/if_tht.c
799
struct tht_softc *sc = (struct tht_softc *)self;
sys/dev/pci/if_tht.c
819
struct tht_softc *sc = arg;
sys/dev/pci/if_tht.c
827
sc = (struct tht_softc *)d;
sys/dev/pci/if_tht.c
862
struct tht_softc *sc = ifp->if_softc;
sys/dev/pci/if_tht.c
908
tht_up(struct tht_softc *sc)
sys/dev/pci/if_tht.c
990
tht_iff(struct tht_softc *sc)