Searched defs:mxge_softc (Results 1 – 1 of 1) sorted by relevance
125 struct mxge_softc { struct126 struct arpcom arpcom;127 struct ifnet* ifp; /* points to arpcom.ac_if */128 struct lwkt_serialize main_serialize;129 int nserialize;130 struct lwkt_serialize **serializes;131 struct mxge_slice_state *ss;132 int tx_boundary; /* boundary transmits cannot cross*/133 bus_dma_tag_t parent_dmat;134 volatile uint8_t *sram;[all …]