Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h139 struct iwn_ops { struct
140 int (*load_firmware)(struct iwn_softc *);
141 void (*read_eeprom)(struct iwn_softc *);
142 int (*post_alive)(struct iwn_softc *);
143 int (*nic_config)(struct iwn_softc *);
144 int (*config_bt_coex)(struct iwn_softc *);
145 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
147 int (*get_temperature)(struct iwn_softc *);
148 int (*get_rssi)(const struct iwn_rx_stat *);
149 int (*set_txpower)(struct iwn_softc *, int);
[all …]