Searched defs:rge_softc (Results 1 – 1 of 1) sorted by relevance
153 struct rge_softc { struct154 device_t sc_dev;155 if_t sc_ifp; /* Ethernet common data */156 bool sc_ether_attached;157 struct mtx sc_mtx;158 struct resource *sc_irq[RGE_MSI_MESSAGES];159 void *sc_ih[RGE_MSI_MESSAGES];160 uint32_t sc_expcap; /* PCe exp cap */161 struct resource *sc_bres; /* bus space MMIO/IOPORT resource */162 bus_space_handle_t rge_bhandle; /* bus space handle */[all …]