Lines Matching defs:rtwn_softc
61 struct rtwn_softc { struct
63 struct rtwn_ops sc_ops;
65 struct device *sc_pdev;
66 struct ieee80211com sc_ic;
67 int (*sc_newstate)(struct ieee80211com *,
69 struct task init_task;
70 int ac2idx[EDCA_NUM_AC];
71 uint32_t sc_flags;
77 uint32_t chip;
92 uint8_t board_type;
93 uint8_t crystal_cap;
94 uint8_t regulatory;
95 uint8_t pa_setting;
96 int avg_pwdb;
97 int thcal_state;
121 int rtwn_attach(struct device *, struct rtwn_softc *); argument