Searched refs:iwx_softc (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 324 static uint8_t iwx_lookup_cmd_ver(struct iwx_softc *, uint8_t, uint8_t); 325 static uint8_t iwx_lookup_notif_ver(struct iwx_softc *, uint8_t, uint8_t); 326 static int iwx_store_cscheme(struct iwx_softc *, const uint8_t *, size_t); 328 static int iwx_alloc_fw_monitor_block(struct iwx_softc *, uint8_t, uint8_t); 329 static int iwx_alloc_fw_monitor(struct iwx_softc *, uint8_t); 331 static int iwx_apply_debug_destination(struct iwx_softc *); 332 static void iwx_set_ltr(struct iwx_softc *); 333 static int iwx_ctxt_info_init(struct iwx_softc *, const struct iwx_fw_sects *); 334 static int iwx_ctxt_info_gen3_init(struct iwx_softc *, 336 static void iwx_ctxt_info_free_fw_img(struct iwx_softc *); [all …]
|
| H A D | if_iwxvar.h | 433 struct iwx_softc *sc; 631 struct iwx_softc { struct
|