Searched defs:txp_softc (Results 1 – 1 of 1) sorted by relevance
657 struct txp_softc { struct658 struct ifnet *sc_ifp;659 device_t sc_dev;660 struct txp_hostvar *sc_hostvar;661 struct txp_boot_record *sc_boot;662 struct resource *sc_res;663 int sc_res_id;664 int sc_res_type;665 struct resource *sc_irq;666 void *sc_intrhand;[all …]