Searched defs:txp_softc (Results 1 – 1 of 1) sorted by relevance
570 struct txp_softc { struct571 device_t sc_dev; /* base device */572 struct ethercom sc_arpcom; /* ethernet common */573 struct txp_hostvar *sc_hostvar;574 struct txp_boot_record *sc_boot;575 bus_space_handle_t sc_bh; /* bus handle (regs) */576 bus_space_tag_t sc_bt; /* bus tag (regs) */577 bus_dma_tag_t sc_dmat; /* dma tag */578 struct txp_cmd_ring sc_cmdring;579 struct txp_rsp_ring sc_rspring;[all …]