tht_softc
tht_down(struct tht_softc *sc)
struct tht_softc *sc = ifp->if_softc;
tht_load_pkt(struct tht_softc *sc, struct tht_pkt *pkt, struct mbuf *m)
tht_txf(struct tht_softc *sc)
tht_rxf_fill(struct tht_softc *sc, int wait)
tht_rxf_drain(struct tht_softc *sc)
tht_rxd(struct tht_softc *sc)
struct tht_softc *sc = ifp->if_softc;
tht_fifo_alloc(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_free(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_readable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_writable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_pre(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_read(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write_dmap(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write_pad(struct tht_softc *sc, struct tht_fifo *tf, int bc)
tht_fifo_post(struct tht_softc *sc, struct tht_fifo *tf)
tht_lladdr_read(struct tht_softc *sc)
tht_lladdr_write(struct tht_softc *sc)
tht_sw_reset(struct tht_softc *sc)
tht_fw_load(struct tht_softc *sc)
tht_link_state(struct tht_softc *sc)
tht_read(struct tht_softc *sc, bus_size_t r)
tht_write(struct tht_softc *sc, bus_size_t r, u_int32_t v)
tht_write_region(struct tht_softc *sc, bus_size_t r, void *buf, size_t len)
tht_wait_eq(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
tht_wait_ne(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
tht_dmamem_alloc(struct tht_softc *sc, bus_size_t size, bus_size_t align)
tht_dmamem_free(struct tht_softc *sc, struct tht_dmamem *tdm)
tht_pkt_alloc(struct tht_softc *sc, struct tht_pkt_list *tpl, int npkts,
tht_pkt_free(struct tht_softc *sc, struct tht_pkt_list *tpl)
sizeof(struct tht_softc), tht_match, tht_attach
int tht_pkt_alloc(struct tht_softc *,
void tht_pkt_free(struct tht_softc *,
int tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
void tht_fifo_free(struct tht_softc *, struct tht_fifo *);
size_t tht_fifo_readable(struct tht_softc *,
size_t tht_fifo_writable(struct tht_softc *,
void tht_fifo_pre(struct tht_softc *,
void tht_fifo_read(struct tht_softc *, struct tht_fifo *,
void tht_fifo_write(struct tht_softc *, struct tht_fifo *,
void tht_fifo_write_dmap(struct tht_softc *,
void tht_fifo_write_pad(struct tht_softc *,
void tht_fifo_post(struct tht_softc *,
void tht_lladdr_read(struct tht_softc *);
void tht_lladdr_write(struct tht_softc *);
int tht_sw_reset(struct tht_softc *);
int tht_fw_load(struct tht_softc *);
void tht_link_state(struct tht_softc *);
int tht_load_pkt(struct tht_softc *, struct tht_pkt *,
void tht_txf(struct tht_softc *sc);
void tht_rxf_fill(struct tht_softc *, int);
void tht_rxf_drain(struct tht_softc *);
void tht_rxd(struct tht_softc *);
void tht_up(struct tht_softc *);
void tht_iff(struct tht_softc *);
void tht_down(struct tht_softc *);
struct tht_dmamem *tht_dmamem_alloc(struct tht_softc *, bus_size_t,
void tht_dmamem_free(struct tht_softc *,
u_int32_t tht_read(struct tht_softc *, bus_size_t);
void tht_write(struct tht_softc *, bus_size_t, u_int32_t);
void tht_write_region(struct tht_softc *, bus_size_t,
int tht_wait_eq(struct tht_softc *, bus_size_t, u_int32_t,
int tht_wait_ne(struct tht_softc *, bus_size_t, u_int32_t,
struct tht_softc *sc = (struct tht_softc *)self;
struct tht_softc *sc = (struct tht_softc *)self;
struct tht_softc *sc = arg;
sc = (struct tht_softc *)d;
struct tht_softc *sc = ifp->if_softc;
tht_up(struct tht_softc *sc)
tht_iff(struct tht_softc *sc)