Searched refs:fw_img (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | iwl-context-info.h | 184 int iwl_pcie_ctxt_info_init(struct iwl_trans *trans, const struct fw_img *img); 188 const struct fw_img *fw,
|
| H A D | ctxt-info.c | 85 const struct fw_img *fw, in iwl_pcie_init_fw_sec() 169 const struct fw_img *img) in iwl_pcie_ctxt_info_init()
|
| H A D | iwl-context-info-v2.h | 328 const struct fw_img *img);
|
| H A D | ctxt-info-v2.c | 102 const struct fw_img *img) in iwl_pcie_ctxt_info_v2_alloc()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.c | 642 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_calculate_size() local 655 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_calculate_size() 657 for (i = 0; i < fw_img->entries ; i++) { in ath11k_pci_coredump_calculate_size() 658 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_calculate_size() 661 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath11k_pci_coredump_calculate_size() 709 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_download() local 728 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_download() 757 for (i = 0; i < fw_img->entries ; i++) { in ath11k_pci_coredump_download() 758 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_download() 761 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath11k_pci_coredump_download() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | pci.c | 1264 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_calculate_size() local 1277 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_calculate_size() 1279 for (i = 0; i < fw_img->entries ; i++) { in ath12k_pci_coredump_calculate_size() 1280 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_calculate_size() 1283 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath12k_pci_coredump_calculate_size() 1331 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_download() local 1350 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_download() 1379 for (i = 0; i < fw_img->entries ; i++) { in ath12k_pci_coredump_download() 1380 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_download() 1383 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath12k_pci_coredump_download() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 116 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img() 1504 static int iwl_alloc_ucode_mem(struct fw_img *out, struct fw_img_parsing *img) in iwl_alloc_ucode_mem()
|