Searched defs:rt2661_softc (Results 1 – 1 of 1) sorted by relevance
91 struct rt2661_softc { struct98 int (*sc_enable)(struct rt2661_softc *); argument99 void (*sc_disable)(struct rt2661_softc *); argument101 bus_dma_tag_t sc_dmat;102 bus_space_tag_t sc_st;103 bus_space_handle_t sc_sh;104 void *sc_soft_ih;106 struct ethercom sc_ec;108 struct callout scan_ch;109 struct callout amrr_ch;[all …]