Lines Matching refs:frags
403 struct iwl_dram_data *frag = &fw_mon->frags[i];
413 kfree(fw_mon->frags);
414 fw_mon->frags = NULL;
596 memset(fw_mon->frags[i].block, 0,
597 fw_mon->frags[i].size);
621 fw_mon->frags = kcalloc(num_frags, sizeof(*fw_mon->frags), GFP_KERNEL);
622 if (!fw_mon->frags)
632 pages = iwl_dbg_tlv_alloc_fragment(fwrt, &fw_mon->frags[i],
707 struct iwl_buf_alloc_frag *frag = &data.frags[j];
709 &fw_mon->frags[fw_mon_idx++];
779 struct iwl_buf_alloc_frag *frag = &data->frags[j];
780 struct iwl_dram_data *fw_mon_frag = &fw_mon->frags[fw_mon_idx++];
796 struct iwl_dram_data *frags =
797 &fwrt->trans->dbg.fw_mon_ini[IWL_FW_INI_ALLOCATION_ID_DBGC1].frags[0];
800 if (!frags || !frags->block)
803 dram_info = frags->block;
901 struct iwl_dram_data *frags = &fwrt->trans->dbg.fw_mon_ini[1].frags[0];
907 if (!frags)
910 dram_base_addr = cpu_to_le64(frags->physical);
911 dram_size = cpu_to_le32(frags->size);