Symbol: iwm_fw_img
sys/dev/netif/iwm/if_iwm.c
2500
const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
sys/dev/netif/iwm/if_iwm.c
2562
const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
sys/dev/netif/iwm/if_iwm.c
2603
iwm_pcie_load_given_ucode(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/netif/iwm/if_iwm.c
2642
const struct iwm_fw_img *image)
sys/dev/netif/iwm/if_iwm.c
2680
iwm_start_fw(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/netif/iwm/if_iwm.c
2845
const struct iwm_fw_img *fw;
sys/dev/netif/iwm/if_iwm.c
326
const struct iwm_fw_img *,
sys/dev/netif/iwm/if_iwm.c
329
const struct iwm_fw_img *,
sys/dev/netif/iwm/if_iwm.c
332
const struct iwm_fw_img *);
sys/dev/netif/iwm/if_iwm.c
334
const struct iwm_fw_img *);
sys/dev/netif/iwm/if_iwm.c
335
static int iwm_start_fw(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/netif/iwm/if_iwm.c
450
struct iwm_fw_img *fws;
sys/dev/netif/iwm/if_iwm_fw.c
131
iwm_fill_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/netif/iwm/if_iwm_fw.c
214
iwm_alloc_fw_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/netif/iwm/if_iwm_fw.c
288
iwm_save_fw_paging(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/netif/iwm/if_iwm_fw.c
301
iwm_send_paging_cmd(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/netif/iwm/if_iwm_fw.h
109
extern int iwm_save_fw_paging(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/netif/iwm/if_iwm_fw.h
110
extern int iwm_send_paging_cmd(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/netif/iwm/if_iwmvar.h
185
struct iwm_fw_img img[IWM_UCODE_TYPE_MAX];