Lines Matching defs:iwn_ops
177 struct iwn_ops { struct
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 *);
186 int (*get_rssi)(const struct iwn_rx_stat *);
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,