Searched refs:iwn_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iwn/ |
H A D | if_iwnvar.h | 122 struct iwn_softc; 205 int (*load_firmware)(struct iwn_softc *); 206 void (*read_eeprom)(struct iwn_softc *); 207 int (*post_alive)(struct iwn_softc *); 208 int (*nic_config)(struct iwn_softc *); 209 void (*update_sched)(struct iwn_softc *, int, int, uint8_t, 211 int (*get_temperature)(struct iwn_softc *); 212 int (*get_rssi)(struct iwn_softc *, struct iwn_rx_stat *); 213 int (*set_txpower)(struct iwn_softc *, int); 214 int (*init_gains)(struct iwn_softc *); [all …]
|
H A D | if_iwn.c | 132 static void iwn4965_attach(struct iwn_softc *, uint16_t); 133 static void iwn5000_attach(struct iwn_softc *, uint16_t); 134 static int iwn_config_specific(struct iwn_softc *, uint16_t); 135 static void iwn_radiotap_attach(struct iwn_softc *); 136 static void iwn_sysctlattach(struct iwn_softc *); 146 static int iwn_nic_lock(struct iwn_softc *); 147 static int iwn_eeprom_lock(struct iwn_softc *); 148 static int iwn_init_otprom(struct iwn_softc *); 149 static int iwn_read_prom_data(struct iwn_softc *, uint32_t, void *, int); 151 static int iwn_dma_contig_alloc(struct iwn_softc *, struct iwn_dma_info *, [all …]
|