Lines Matching defs:iwn_ops
166 struct iwn_ops { struct
167 int (*load_firmware)(struct iwn_softc *);
168 void (*read_eeprom)(struct iwn_softc *);
169 int (*post_alive)(struct iwn_softc *);
170 int (*nic_config)(struct iwn_softc *);
171 void (*reset_sched)(struct iwn_softc *, int, int);
172 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
174 void (*update_rxon)(struct iwn_softc *);
175 int (*get_temperature)(struct iwn_softc *);
176 int (*get_rssi)(const struct iwn_rx_stat *);
177 int (*set_txpower)(struct iwn_softc *, int);
178 int (*init_gains)(struct iwn_softc *);
179 int (*set_gains)(struct iwn_softc *);
180 int (*add_node)(struct iwn_softc *, struct iwn_node_info *,
182 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,
184 void (*ampdu_tx_start)(struct iwn_softc *,
186 void (*ampdu_tx_stop)(struct iwn_softc *, uint8_t,