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()
2497 /* Write Storm stall status registers */ in qed_grc_dump_modified_regs()
2500 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_modified_regs() local
2503 if (dev_data->block_in_reset[storm->sem_block_id] && dump) in qed_grc_dump_modified_regs()
2507 BYTES_TO_DWORDS(storm->sem_fast_mem_addr + in qed_grc_dump_modified_regs()
2573 * - is_storm: true only if the memory is related to a Storm.
2755 /* If memory is associated with Storm, in qed_grc_dump_mem_entries()
2756 * update storm details in qed_grc_dump_mem_entries()
2823 /* Dumps GRC context data for the specified Storm.
2836 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_ctx_data() local
2841 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data()
2855 false, name, storm->letter); in qed_grc_dump_ctx_data()
2860 rd_reg_addr = BYTES_TO_DWORDS(storm->cm_ctx_rd_addr[ctx_type]); in qed_grc_dump_ctx_data()
2866 p_ptt, storm->cm_ctx_wr_addr, (i << 9) | lid); in qed_grc_dump_ctx_data()
2946 struct storm_defs *storm, in qed_grc_dump_read_from_vfc() argument
2958 sem_base = storm->sem_fast_mem_addr; in qed_grc_dump_read_from_vfc()
3014 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_cam() local
3026 false, "vfc_cam", storm->letter); in qed_grc_dump_vfc_cam()
3039 storm, in qed_grc_dump_vfc_cam()
3059 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_ram() local
3073 storm->letter); in qed_grc_dump_vfc_ram()
3087 storm, in qed_grc_dump_vfc_ram()
4510 /* Find Storm dump size */ in qed_fw_asserts_dump()
4513 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_fw_asserts_dump() local
4516 if (dev_data->block_in_reset[storm->sem_block_id]) in qed_fw_asserts_dump()
4519 /* Read FW info for the current Storm */ in qed_fw_asserts_dump()
4525 storm_letter_str[0] = storm->letter; in qed_fw_asserts_dump()
4529 dump, "storm", storm_letter_str); in qed_fw_asserts_dump()
4542 fw_asserts_section_addr = storm->sem_fast_mem_addr + in qed_fw_asserts_dump()
5238 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_fw_info() local
5240 /* Skip Storm if it's in reset */ in qed_read_fw_info()
5241 if (dev_data->block_in_reset[storm->sem_block_id]) in qed_read_fw_info()
5244 /* Read FW info for the current Storm */ in qed_read_fw_info()
5971 "The Storm was already enabled",
5974 "The specified Storm wasn't enabled",
6097 "The storm debug mode is not supported in the current chip",
6103 "The configured filter mode requires a single Storm/block input",
6106 … that all the constraints of a single trigger state will be defined on a single Storm/block input",
6109 "When triggering on Storm data, the Storm to trigger on must be specified",
7481 if (!strcmp(param_name, "storm")) in qed_parse_fw_asserts_dump()