Searched defs:mxge_softc (Results 1 – 1 of 1) sorted by relevance
218 struct mxge_softc { struct219 struct ifnet* ifp;220 struct mxge_slice_state *ss;221 int tx_boundary; /* boundary transmits cannot cross*/222 int lro_cnt;223 bus_dma_tag_t parent_dmat;224 volatile uint8_t *sram;225 int sram_size;226 volatile uint32_t *irq_deassert;227 mcp_cmd_response_t *cmd;[all …]