Searched defs:iwn_ops (Results 1 – 1 of 1) sorted by relevance
166 struct iwn_ops { struct167 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 *);[all …]