Searched defs:rtw_softc (Results 1 – 1 of 1) sorted by relevance
351 struct rtw_softc { struct352 struct device sc_dev;353 struct ieee80211com sc_ic;354 struct rtw_regs sc_regs;355 bus_dma_tag_t sc_dmat;356 u_int32_t sc_flags;358 int sc_rfchipid;359 enum rtw_locale sc_locale;360 u_int8_t sc_phydelay;384 int (*sc_rf_init)(struct rtw_softc *, u_int, argument[all …]