Searched defs:txp_softc (Results 1 – 1 of 1) sorted by relevance
591 struct txp_softc { struct592 struct arpcom sc_arpcom; /* ethernet common */593 struct txp_hostvar *sc_hostvar;594 struct txp_boot_record *sc_boot;595 bus_space_handle_t sc_bh; /* bus handle (regs) */596 bus_space_tag_t sc_bt; /* bus tag (regs) */597 struct resource *sc_res;598 struct resource *sc_irq;599 void *sc_intrhand;600 struct txp_ldata *sc_ldata;[all …]