Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_ipwvar.h78 struct ipw_softc { struct
79 struct device sc_dev;
81 struct ieee80211com sc_ic;
82 int (*sc_newstate)(struct ieee80211com *,
85 struct rwlock sc_rwlock;
87 bus_space_tag_t sc_st;
88 bus_space_handle_t sc_sh;
89 void *sc_ih;
90 pci_chipset_tag_t sc_pct;
91 pcitag_t sc_pcitag;
[all …]