Searched defs:wpi_softc (Results 1 – 1 of 1) sorted by relevance
127 struct wpi_softc { struct128 device_t sc_dev;129 struct ethercom sc_ec;130 struct ieee80211com sc_ic;131 int (*sc_newstate)(struct ieee80211com *,134 struct ieee80211_amrr amrr;136 bus_dma_tag_t sc_dmat;139 struct wpi_dma_info shared_dma;140 struct wpi_shared *shared;143 struct wpi_dma_info fw_dma;[all …]