Searched defs:malo_softc (Results 1 – 2 of 2) sorted by relevance
77 struct malo_softc { struct78 device_t sc_dev;79 struct ethercom sc_ec;80 struct ieee80211com sc_ic;82 void *sc_soft_ih;106 int (*sc_enable)(struct malo_softc *); argument107 void (*sc_disable)(struct malo_softc *); argument132 int malo_attach(struct malo_softc *sc); argument
365 struct malo_softc { struct366 device_t sc_dev;367 struct ethercom sc_ec;369 struct ieee80211com sc_ic;370 void *sc_soft_ih;371 bus_space_tag_t sc_iot;372 bus_space_handle_t sc_ioh;373 int (*sc_newstate)377 int sc_flags;378 uint8_t *sc_fw_h;[all …]