Home
last modified time | relevance | path

Searched defs:iwm_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_iwmvar.h365 struct iwm_softc { struct
366 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 …]
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fdvar.h178 struct iwm_softc { struct
188 typedef struct iwm_softc iwm_softc_t; argument