Searched refs:iwm_fw_img (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_fw.c | 142 iwm_fill_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image) in iwm_fill_paging_mem() 225 iwm_alloc_fw_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image) in iwm_alloc_fw_paging_mem() 299 iwm_save_fw_paging(struct iwm_softc *sc, const struct iwm_fw_img *fw) in iwm_save_fw_paging() 312 iwm_send_paging_cmd(struct iwm_softc *sc, const struct iwm_fw_img *fw) in iwm_send_paging_cmd()
|
H A D | if_iwm_fw.h | 109 extern int iwm_save_fw_paging(struct iwm_softc *, const struct iwm_fw_img *); 110 extern int iwm_send_paging_cmd(struct iwm_softc *, const struct iwm_fw_img *);
|
H A D | if_iwmvar.h | 174 struct iwm_fw_img { struct 185 struct iwm_fw_img img[IWM_UCODE_TYPE_MAX]; argument
|
H A D | if_iwm.c | 334 const struct iwm_fw_img *, 337 const struct iwm_fw_img *, 340 const struct iwm_fw_img *); 342 const struct iwm_fw_img *); 343 static int iwm_start_fw(struct iwm_softc *, const struct iwm_fw_img *); 452 struct iwm_fw_img *fws; in iwm_firmware_store_section() 2479 const struct iwm_fw_img *image, int cpu, int *first_ucode_section) in iwm_pcie_load_cpu_sections_8000() 2541 const struct iwm_fw_img *image, int cpu, int *first_ucode_section) in iwm_pcie_load_cpu_sections() 2582 iwm_pcie_load_given_ucode(struct iwm_softc *sc, const struct iwm_fw_img *image) in iwm_pcie_load_given_ucode() 2621 const struct iwm_fw_img *image) in iwm_pcie_load_given_ucode_8000() [all …]
|