Searched refs:alloc_id (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-dbg-tlv.c | 117 u32 alloc_id; in iwl_dbg_tlv_alloc_buf_alloc() local 123 alloc_id = le32_to_cpu(alloc->alloc_id); in iwl_dbg_tlv_alloc_buf_alloc() 130 alloc_id >= IWL_FW_INI_ALLOCATION_NUM) in iwl_dbg_tlv_alloc_buf_alloc() 141 trans->dbg.fw_mon_cfg[alloc_id] = *alloc; in iwl_dbg_tlv_alloc_buf_alloc() 147 alloc_id, buf_location); in iwl_dbg_tlv_alloc_buf_alloc() 388 alloc_id >= IWL_FW_INI_ALLOCATION_NUM) in iwl_dbg_tlv_fragments_free() 610 alloc_id, i, pages * PAGE_SIZE); in iwl_dbg_tlv_alloc_fragments() 620 alloc_id); in iwl_dbg_tlv_alloc_fragments() 667 alloc_id); in iwl_dbg_tlv_apply_buffer() 673 .alloc_id = cpu_to_le32(alloc_id), in iwl_dbg_tlv_apply_buffer() [all …]
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | ctxt-info-gen3.c | 16 enum iwl_fw_ini_allocation_id alloc_id = IWL_FW_INI_ALLOCATION_ID_DBGC1; in iwl_pcie_ctxt_info_dbg_enable() local 38 fw_mon_cfg = &trans->dbg.fw_mon_cfg[alloc_id]; in iwl_pcie_ctxt_info_dbg_enable() 54 if (trans->dbg.fw_mon_ini[alloc_id].num_frags) { in iwl_pcie_ctxt_info_dbg_enable() 56 &trans->dbg.fw_mon_ini[alloc_id].frags[0]; in iwl_pcie_ctxt_info_dbg_enable() 66 alloc_id, in iwl_pcie_ctxt_info_dbg_enable() 67 trans->dbg.fw_mon_ini[alloc_id].num_frags); in iwl_pcie_ctxt_info_dbg_enable()
|
| H A D | trans.c | 908 enum iwl_fw_ini_allocation_id alloc_id = IWL_FW_INI_ALLOCATION_ID_DBGC1; in iwl_pcie_apply_destination_ini() local 910 &trans->dbg.fw_mon_cfg[alloc_id]; in iwl_pcie_apply_destination_ini() 928 !trans->dbg.fw_mon_ini[alloc_id].num_frags) in iwl_pcie_apply_destination_ini() 931 frag = &trans->dbg.fw_mon_ini[alloc_id].frags[0]; in iwl_pcie_apply_destination_ini() 934 alloc_id); in iwl_pcie_apply_destination_ini()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | dbg-tlv.h | 114 __le32 alloc_id; member 196 __le32 alloc_id; member
|
| H A D | debug.h | 364 __le32 alloc_id; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 388 bool LoadAllocation(Stream &strm, const uint32_t alloc_id, 391 bool SaveAllocation(Stream &strm, const uint32_t alloc_id, 530 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
|
| H A D | RenderScriptRuntime.cpp | 2409 bool RenderScriptRuntime::LoadAllocation(Stream &strm, const uint32_t alloc_id, in LoadAllocation() argument 2415 AllocationDetails *alloc = FindAllocByID(strm, alloc_id); in LoadAllocation() 2629 bool RenderScriptRuntime::SaveAllocation(Stream &strm, const uint32_t alloc_id, in SaveAllocation() argument 2635 AllocationDetails *alloc = FindAllocByID(strm, alloc_id); in SaveAllocation() 3150 RenderScriptRuntime::FindAllocByID(Stream &strm, const uint32_t alloc_id) { in FindAllocByID() argument 3154 if (alloc_id <= m_allocations.size() && alloc_id != 0 && in FindAllocByID() 3155 m_allocations[alloc_id - 1]->id == alloc_id) { in FindAllocByID() 3156 alloc = m_allocations[alloc_id - 1].get(); in FindAllocByID() 3162 if (a->id == alloc_id) { in FindAllocByID() 3170 alloc_id); in FindAllocByID()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.c | 1233 u32 alloc_id = le32_to_cpu(reg->dram_alloc_id); in iwl_dump_ini_mon_dram_iter() local 1235 frag = &fwrt->trans->dbg.fw_mon_ini[alloc_id].frags[idx]; in iwl_dump_ini_mon_dram_iter() 1664 offs = (alloc_id - IWL_FW_INI_ALLOCATION_ID_DBGC1) * 0x100; in iwl_get_mon_reg() 1681 u32 alloc_id = le32_to_cpu(reg->dram_alloc_id); in iwl_dump_ini_mon_fill_header() local 1688 data->write_ptr = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1695 data->cycle_cnt = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1697 data->cur_frag = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1808 u32 ranges = 0, alloc_id = le32_to_cpu(reg->dram_alloc_id); in iwl_dump_ini_mon_dram_ranges() local 1811 fw_mon = &fwrt->trans->dbg.fw_mon_ini[alloc_id]; in iwl_dump_ini_mon_dram_ranges() 1900 u32 size = 0, alloc_id = le32_to_cpu(reg->dram_alloc_id); in iwl_dump_ini_mon_dram_get_size() local [all …]
|