Searched defs:cnmac_softc (Results 1 – 1 of 1) sorted by relevance
35 struct cnmac_softc { struct36 device_t sc_dev;37 bus_space_tag_t sc_regt;38 bus_dma_tag_t sc_dmat;40 void *sc_ih;42 struct octpip_softc *sc_pip;43 struct octipd_softc *sc_ipd;44 struct octpko_softc *sc_pko;45 struct octsmi_softc *sc_smi;46 struct octgmx_softc *sc_gmx;[all …]