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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h118 struct iwn_softc;
201 int (*load_firmware)(struct iwn_softc *);
202 void (*read_eeprom)(struct iwn_softc *);
203 int (*post_alive)(struct iwn_softc *);
204 int (*nic_config)(struct iwn_softc *);
205 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
207 int (*get_temperature)(struct iwn_softc *);
208 int (*get_rssi)(struct iwn_softc *, struct iwn_rx_stat *);
209 int (*set_txpower)(struct iwn_softc *,
211 int (*init_gains)(struct iwn_softc *);
235 struct iwn_softc { struct
[all...]
H A Dif_iwn.c134 static void iwn4965_attach(struct iwn_softc *, uint16_t);
135 static void iwn5000_attach(struct iwn_softc *, uint16_t);
136 static int iwn_config_specific(struct iwn_softc *, uint16_t);
137 static void iwn_radiotap_attach(struct iwn_softc *);
138 static void iwn_sysctlattach(struct iwn_softc *);
148 static int iwn_nic_lock(struct iwn_softc *);
149 static int iwn_eeprom_lock(struct iwn_softc *);
150 static int iwn_init_otprom(struct iwn_softc *);
151 static int iwn_read_prom_data(struct iwn_softc *, uint32_t, void *, int);
153 static int iwn_dma_contig_alloc(struct iwn_softc *, struc
[all...]

Completed in 71 milliseconds