Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/mxge/
H A Dif_mxge_var.h125 struct mxge_softc { struct
126 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 …]