Searched refs:iwn_softc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h63 struct iwn_softc;
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 *);
149 int (*set_txpower)(struct iwn_softc *, int);
150 int (*init_gains)(struct iwn_softc *);
164 struct iwn_softc { struct
[all...]
H A Dif_iwn.c128 static void iwn_kstat_create(struct iwn_softc *, const char *, size_t,
131 static void iwn_kstat_init(struct iwn_softc *);
132 static void iwn_kstat_init_2000(struct iwn_softc *);
133 static void iwn_kstat_init_4965(struct iwn_softc *);
134 static void iwn_kstat_init_6000(struct iwn_softc *);
135 static void iwn_intr_teardown(struct iwn_softc *);
136 static int iwn_intr_add(struct iwn_softc *, int);
137 static int iwn_intr_setup(struct iwn_softc *);
139 static int iwn4965_attach(struct iwn_softc *);
140 static int iwn5000_attach(struct iwn_softc *, uint16_
[all...]

Completed in 62 milliseconds