Searched defs:mxge_softc (Results 1 – 1 of 1) sorted by relevance
193 struct mxge_softc { struct194 if_t ifp;195 struct mxge_slice_state *ss;196 int tx_boundary; /* boundary transmits cannot cross*/197 int lro_cnt;198 bus_dma_tag_t parent_dmat;199 volatile uint8_t *sram;200 int sram_size;201 volatile uint32_t *irq_deassert;202 mcp_cmd_response_t *cmd;[all …]