Searched defs:txp_softc (Results 1 – 1 of 1) sorted by relevance
564 struct txp_softc { struct565 struct device sc_dev; /* base device */566 struct arpcom sc_arpcom; /* ethernet common */567 struct txp_hostvar *sc_hostvar;568 struct txp_boot_record *sc_boot;569 bus_space_handle_t sc_bh; /* bus handle (regs) */570 bus_space_tag_t sc_bt; /* bus tag (regs) */571 bus_dma_tag_t sc_dmat; /* dma tag */572 struct txp_cmd_ring sc_cmdring;573 struct txp_rsp_ring sc_rspring;[all …]