Lines Matching full:storm
210 DBG_BUS_FRAME_MODE_4ST = 0, /* 4 Storm dwords (no HW) */
211 DBG_BUS_FRAME_MODE_2ST_2HW = 1, /* 2 Storm dwords, 2 HW dwords */
212 DBG_BUS_FRAME_MODE_1ST_3HW = 2, /* 1 Storm dwords, 3 HW dwords */
289 /* Storm constant definitions.
315 /* Storm Mode definitions */
548 /* Storm constant definitions array */
1054 /* Reads the FW info structure for the specified Storm from the chip,
1061 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_storm_fw_info() local
1069 * The address is located in the last line of the Storm RAM. in qed_read_storm_fw_info()
1071 addr = storm->sem_fast_mem_addr + SEM_FAST_REG_INT_RAM + in qed_read_storm_fw_info()
1081 /* Read FW version info from Storm RAM */ in qed_read_storm_fw_info()
1569 /* Returns the storm_id that matches the specified Storm letter,
1570 * or MAX_DBG_STORMS if invalid storm letter.
1583 /* Returns true of the specified Storm should be included in the dump, false
1587 enum dbg_storms storm) in qed_grc_is_storm_included() argument
1589 return qed_grc_get_param(p_hwfn, (enum dbg_grc_params)storm) > 0; in qed_grc_is_storm_included()
1603 /* If the block is associated with a Storm, check Storm match */ in qed_grc_is_mem_included()
2492 /* Write Storm stall status registers */ in qed_grc_dump_modified_regs()
2495 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_modified_regs() local
2498 if (dev_data->block_in_reset[storm->sem_block_id] && dump) in qed_grc_dump_modified_regs()
2502 BYTES_TO_DWORDS(storm->sem_fast_mem_addr + in qed_grc_dump_modified_regs()
2568 * - is_storm: true only if the memory is related to a Storm.
2750 /* If memory is associated with Storm, in qed_grc_dump_mem_entries()
2751 * update storm details in qed_grc_dump_mem_entries()
2818 /* Dumps GRC context data for the specified Storm.
2831 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_ctx_data() local
2836 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data()
2850 false, name, storm->letter); in qed_grc_dump_ctx_data()
2855 rd_reg_addr = BYTES_TO_DWORDS(storm->cm_ctx_rd_addr[ctx_type]); in qed_grc_dump_ctx_data()
2861 p_ptt, storm->cm_ctx_wr_addr, (i << 9) | lid); in qed_grc_dump_ctx_data()
2940 struct storm_defs *storm, in qed_grc_dump_read_from_vfc() argument
2952 sem_base = storm->sem_fast_mem_addr; in qed_grc_dump_read_from_vfc()
3008 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_cam() local
3020 false, "vfc_cam", storm->letter); in qed_grc_dump_vfc_cam()
3033 storm, in qed_grc_dump_vfc_cam()
3053 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_ram() local
3067 storm->letter); in qed_grc_dump_vfc_ram()
3081 storm, in qed_grc_dump_vfc_ram()
4496 /* Find Storm dump size */ in qed_fw_asserts_dump()
4499 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_fw_asserts_dump() local
4502 if (dev_data->block_in_reset[storm->sem_block_id]) in qed_fw_asserts_dump()
4505 /* Read FW info for the current Storm */ in qed_fw_asserts_dump()
4511 storm_letter_str[0] = storm->letter; in qed_fw_asserts_dump()
4515 dump, "storm", storm_letter_str); in qed_fw_asserts_dump()
4528 fw_asserts_section_addr = storm->sem_fast_mem_addr + in qed_fw_asserts_dump()
5224 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_fw_info() local
5226 /* Skip Storm if it's in reset */ in qed_read_fw_info()
5227 if (dev_data->block_in_reset[storm->sem_block_id]) in qed_read_fw_info()
5230 /* Read FW info for the current Storm */ in qed_read_fw_info()
5957 "The Storm was already enabled",
5960 "The specified Storm wasn't enabled",
6083 "The storm debug mode is not supported in the current chip",
6089 "The configured filter mode requires a single Storm/block input",
6092 … that all the constraints of a single trigger state will be defined on a single Storm/block input",
6095 "When triggering on Storm data, the Storm to trigger on must be specified",
7468 if (!strcmp(param_name, "storm")) in qed_parse_fw_asserts_dump()