Home
last modified time | relevance | path

Searched defs:rge_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/rge/
H A Dif_rgevar.h153 struct rge_softc { struct
154 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 …]