Home | History | Annotate | Download | only in pci

Lines Matching defs:iwn_softc

88 struct iwn_softc;
91 struct iwn_softc *sc;
178 int (*load_firmware)(struct iwn_softc *);
179 void (*read_eeprom)(struct iwn_softc *);
180 int (*post_alive)(struct iwn_softc *);
181 int (*nic_config)(struct iwn_softc *);
182 int (*config_bt_coex)(struct iwn_softc *);
183 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
185 int (*get_temperature)(struct iwn_softc *);
187 int (*set_txpower)(struct iwn_softc *, int);
188 int (*init_gains)(struct iwn_softc *);
189 int (*set_gains)(struct iwn_softc *);
190 int (*add_node)(struct iwn_softc *, struct iwn_node_info *,
192 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,
195 void (*ampdu_tx_start)(struct iwn_softc *,
197 void (*ampdu_tx_stop)(struct iwn_softc *, uint8_t,
202 struct iwn_softc {