tht_softc 474 dev/pci/if_tht.c struct tht_softc { tht_softc 507 dev/pci/if_tht.c sizeof(struct tht_softc), tht_match, tht_attach tht_softc 515 dev/pci/if_tht.c int tht_pkt_alloc(struct tht_softc *, tht_softc 517 dev/pci/if_tht.c void tht_pkt_free(struct tht_softc *, tht_softc 561 dev/pci/if_tht.c int tht_fifo_alloc(struct tht_softc *, struct tht_fifo *, tht_softc 563 dev/pci/if_tht.c void tht_fifo_free(struct tht_softc *, struct tht_fifo *); tht_softc 565 dev/pci/if_tht.c size_t tht_fifo_readable(struct tht_softc *, tht_softc 567 dev/pci/if_tht.c size_t tht_fifo_writable(struct tht_softc *, tht_softc 569 dev/pci/if_tht.c void tht_fifo_pre(struct tht_softc *, tht_softc 571 dev/pci/if_tht.c void tht_fifo_read(struct tht_softc *, struct tht_fifo *, tht_softc 573 dev/pci/if_tht.c void tht_fifo_write(struct tht_softc *, struct tht_fifo *, tht_softc 575 dev/pci/if_tht.c void tht_fifo_write_dmap(struct tht_softc *, tht_softc 577 dev/pci/if_tht.c void tht_fifo_write_pad(struct tht_softc *, tht_softc 579 dev/pci/if_tht.c void tht_fifo_post(struct tht_softc *, tht_softc 583 dev/pci/if_tht.c void tht_lladdr_read(struct tht_softc *); tht_softc 584 dev/pci/if_tht.c void tht_lladdr_write(struct tht_softc *); tht_softc 585 dev/pci/if_tht.c int tht_sw_reset(struct tht_softc *); tht_softc 586 dev/pci/if_tht.c int tht_fw_load(struct tht_softc *); tht_softc 588 dev/pci/if_tht.c void tht_link_state(struct tht_softc *); tht_softc 594 dev/pci/if_tht.c int tht_load_pkt(struct tht_softc *, struct tht_pkt *, tht_softc 596 dev/pci/if_tht.c void tht_txf(struct tht_softc *sc); tht_softc 598 dev/pci/if_tht.c void tht_rxf_fill(struct tht_softc *, int); tht_softc 599 dev/pci/if_tht.c void tht_rxf_drain(struct tht_softc *); tht_softc 600 dev/pci/if_tht.c void tht_rxd(struct tht_softc *); tht_softc 602 dev/pci/if_tht.c void tht_up(struct tht_softc *); tht_softc 603 dev/pci/if_tht.c void tht_iff(struct tht_softc *); tht_softc 604 dev/pci/if_tht.c void tht_down(struct tht_softc *); tht_softc 611 dev/pci/if_tht.c struct tht_dmamem *tht_dmamem_alloc(struct tht_softc *, bus_size_t, tht_softc 613 dev/pci/if_tht.c void tht_dmamem_free(struct tht_softc *, tht_softc 617 dev/pci/if_tht.c u_int32_t tht_read(struct tht_softc *, bus_size_t); tht_softc 618 dev/pci/if_tht.c void tht_write(struct tht_softc *, bus_size_t, u_int32_t); tht_softc 619 dev/pci/if_tht.c void tht_write_region(struct tht_softc *, bus_size_t, tht_softc 621 dev/pci/if_tht.c int tht_wait_eq(struct tht_softc *, bus_size_t, u_int32_t, tht_softc 623 dev/pci/if_tht.c int tht_wait_ne(struct tht_softc *, bus_size_t, u_int32_t, tht_softc 746 dev/pci/if_tht.c struct tht_softc *sc = (struct tht_softc *)self; tht_softc 807 dev/pci/if_tht.c struct tht_softc *sc = arg; tht_softc 826 dev/pci/if_tht.c struct tht_softc *sc = arg; tht_softc 862 dev/pci/if_tht.c struct tht_softc *sc = ifp->if_softc; tht_softc 936 dev/pci/if_tht.c tht_up(struct tht_softc *sc) tht_softc 1016 dev/pci/if_tht.c tht_iff(struct tht_softc *sc) tht_softc 1078 dev/pci/if_tht.c tht_down(struct tht_softc *sc) tht_softc 1113 dev/pci/if_tht.c struct tht_softc *sc = ifp->if_softc; tht_softc 1186 dev/pci/if_tht.c tht_load_pkt(struct tht_softc *sc, struct tht_pkt *pkt, struct mbuf *m) tht_softc 1227 dev/pci/if_tht.c tht_txf(struct tht_softc *sc) tht_softc 1264 dev/pci/if_tht.c tht_rxf_fill(struct tht_softc *sc, int wait) tht_softc 1326 dev/pci/if_tht.c tht_rxf_drain(struct tht_softc *sc) tht_softc 1346 dev/pci/if_tht.c tht_rxd(struct tht_softc *sc) tht_softc 1431 dev/pci/if_tht.c struct tht_softc *sc = ifp->if_softc; tht_softc 1443 dev/pci/if_tht.c tht_fifo_alloc(struct tht_softc *sc, struct tht_fifo *tf, tht_softc 1467 dev/pci/if_tht.c tht_fifo_free(struct tht_softc *sc, struct tht_fifo *tf) tht_softc 1475 dev/pci/if_tht.c tht_fifo_readable(struct tht_softc *sc, struct tht_fifo *tf) tht_softc 1490 dev/pci/if_tht.c tht_fifo_writable(struct tht_softc *sc, struct tht_fifo *tf) tht_softc 1505 dev/pci/if_tht.c tht_fifo_pre(struct tht_softc *sc, struct tht_fifo *tf) tht_softc 1512 dev/pci/if_tht.c tht_fifo_read(struct tht_softc *sc, struct tht_fifo *tf, tht_softc 1540 dev/pci/if_tht.c tht_fifo_write(struct tht_softc *sc, struct tht_fifo *tf, tht_softc 1569 dev/pci/if_tht.c tht_fifo_write_dmap(struct tht_softc *sc, struct tht_fifo *tf, tht_softc 1588 dev/pci/if_tht.c tht_fifo_write_pad(struct tht_softc *sc, struct tht_fifo *tf, int bc) tht_softc 1598 dev/pci/if_tht.c tht_fifo_post(struct tht_softc *sc, struct tht_fifo *tf) tht_softc 1616 dev/pci/if_tht.c tht_lladdr_read(struct tht_softc *sc) tht_softc 1625 dev/pci/if_tht.c tht_lladdr_write(struct tht_softc *sc) tht_softc 1636 dev/pci/if_tht.c tht_sw_reset(struct tht_softc *sc) tht_softc 1705 dev/pci/if_tht.c tht_fw_load(struct tht_softc *sc) tht_softc 1764 dev/pci/if_tht.c tht_link_state(struct tht_softc *sc) tht_softc 1779 dev/pci/if_tht.c tht_read(struct tht_softc *sc, bus_size_t r) tht_softc 1787 dev/pci/if_tht.c tht_write(struct tht_softc *sc, bus_size_t r, u_int32_t v) tht_softc 1795 dev/pci/if_tht.c tht_write_region(struct tht_softc *sc, bus_size_t r, void *buf, size_t len) tht_softc 1804 dev/pci/if_tht.c tht_wait_eq(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v, tht_softc 1819 dev/pci/if_tht.c tht_wait_ne(struct tht_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v, tht_softc 1834 dev/pci/if_tht.c tht_dmamem_alloc(struct tht_softc *sc, bus_size_t size, bus_size_t align) tht_softc 1877 dev/pci/if_tht.c tht_dmamem_free(struct tht_softc *sc, struct tht_dmamem *tdm) tht_softc 1889 dev/pci/if_tht.c tht_pkt_alloc(struct tht_softc *sc, struct tht_pkt_list *tpl, int npkts, tht_softc 1920 dev/pci/if_tht.c tht_pkt_free(struct tht_softc *sc, struct tht_pkt_list *tpl)