Home
last modified time | relevance | path

Searched defs:iwn_ops (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_iwnvar.h166 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 *);
[all …]