Searched refs:dbg_ptrs (Results 1 – 3 of 3) sorted by relevance
60 struct iwl_lmac_debug_addrs dbg_ptrs; member71 struct iwl_umac_debug_addrs dbg_ptrs; member
1158 const struct iwl_umac_debug_addrs *dbg_ptrs = in iwl_parse_tlv_firmware() local1161 if (tlv_len != sizeof(*dbg_ptrs)) in iwl_parse_tlv_firmware()1167 le32_to_cpu(dbg_ptrs->error_info_addr) & in iwl_parse_tlv_firmware()1174 const struct iwl_lmac_debug_addrs *dbg_ptrs = in iwl_parse_tlv_firmware() local1177 if (tlv_len != sizeof(*dbg_ptrs)) in iwl_parse_tlv_firmware()1183 le32_to_cpu(dbg_ptrs->error_event_table_ptr) & in iwl_parse_tlv_firmware()
224 le32_to_cpu(lmac1->dbg_ptrs.error_event_table_ptr); in iwl_alive_fn()229 le32_to_cpu(lmac2->dbg_ptrs.error_event_table_ptr); in iwl_alive_fn()231 umac_error_table = le32_to_cpu(umac->dbg_ptrs.error_info_addr) & in iwl_alive_fn()249 alive_data->scd_base_addr = le32_to_cpu(lmac1->dbg_ptrs.scd_base_ptr); in iwl_alive_fn()
Completed in 11 milliseconds