HomeSort by: relevance | last modified time | path
    Searched refs:iwn_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwnvar.h 88 struct iwn_softc;
91 struct iwn_softc *sc;
178 int (*load_firmware)(struct iwn_softc *);
179 void (*read_eeprom)(struct iwn_softc *);
180 int (*post_alive)(struct iwn_softc *);
181 int (*nic_config)(struct iwn_softc *);
182 int (*config_bt_coex)(struct iwn_softc *);
183 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
185 int (*get_temperature)(struct iwn_softc *);
187 int (*set_txpower)(struct iwn_softc *, int)
202 struct iwn_softc { struct
    [all...]
if_iwn.c 204 static int iwn4965_attach(struct iwn_softc *, pci_product_id_t);
205 static int iwn5000_attach(struct iwn_softc *, pci_product_id_t);
206 static void iwn_radiotap_attach(struct iwn_softc *);
212 static int iwn_nic_lock(struct iwn_softc *);
213 static int iwn_eeprom_lock(struct iwn_softc *);
214 static int iwn_init_otprom(struct iwn_softc *);
215 static int iwn_read_prom_data(struct iwn_softc *, uint32_t, void *, int);
219 static int iwn_alloc_sched(struct iwn_softc *);
220 static void iwn_free_sched(struct iwn_softc *);
221 static int iwn_alloc_kw(struct iwn_softc *);
    [all...]

Completed in 13 milliseconds