Searched defs:cnmac_softc (Results 1 – 1 of 1) sorted by relevance
59 struct cnmac_softc { struct60 struct device sc_dev;61 bus_space_tag_t sc_regt;62 bus_dma_tag_t sc_dmat;64 bus_dmamap_t sc_dmap;66 void *sc_ih;67 struct cn30xxpip_softc *sc_pip;68 struct cn30xxipd_softc *sc_ipd;69 struct cn30xxpko_softc *sc_pko;70 struct cn30xxsmi_softc *sc_smi;[all …]