Searched defs:iwm_softc (Results 1 – 2 of 2) sorted by relevance
365 struct iwm_softc { struct366 device_t sc_dev;367 struct ethercom sc_ec;368 struct ieee80211com sc_ic;370 int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int);372 struct ieee80211_amrr sc_amrr;373 struct callout sc_calib_to;374 struct callout sc_led_blink_to;376 bus_space_tag_t sc_st;377 bus_space_handle_t sc_sh;[all …]
178 struct iwm_softc { struct188 typedef struct iwm_softc iwm_softc_t; argument