Searched defs:xe_softc (Results 1 – 1 of 1) sorted by relevance
27 struct xe_softc { struct28 struct mb8795_softc sc_mb8795; /* glue to MI code */30 bus_space_tag_t sc_bst; /* bus space tag */31 bus_space_handle_t sc_bsh; /* bus space handle */33 struct nextdma_softc *sc_rxdma;34 struct nextdma_softc *sc_txdma;36 bus_dmamap_t sc_tx_dmamap; /* should we have multiple of these? */37 struct mbuf *sc_tx_mb_head; /* pointer to data for this command */38 int sc_tx_loaded;39 u_char *sc_txbuf; /* to solve alignment problems, we[all …]