Lines Matching refs:storm_id
1059 u8 storm_id, struct fw_info *fw_info) in qed_read_storm_fw_info() argument
1061 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_storm_fw_info()
1574 u8 storm_id; in qed_get_id_from_letter() local
1576 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) in qed_get_id_from_letter()
1577 if (s_storm_defs[storm_id].letter == storm_letter) in qed_get_id_from_letter()
1578 return (enum dbg_storms)storm_id; in qed_get_id_from_letter()
1674 u8 storm_id; in qed_grc_stall_storms() local
1676 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) { in qed_grc_stall_storms()
1678 (enum dbg_storms)storm_id)) in qed_grc_stall_storms()
1681 reg_addr = s_storm_defs[storm_id].sem_fast_mem_addr + in qed_grc_stall_storms()
2428 u8 storm_id, reg_idx, num_attn_regs; in qed_grc_dump_modified_regs() local
2498 for (storm_id = 0, num_reg_entries = 0; storm_id < MAX_DBG_STORMS; in qed_grc_dump_modified_regs()
2499 storm_id++) { in qed_grc_dump_modified_regs()
2500 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_modified_regs()
2833 enum cm_ctx_types ctx_type, u8 storm_id) in qed_grc_dump_ctx_data() argument
2836 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_ctx_data()
2886 u8 storm_id; in qed_grc_dump_ctx() local
2888 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) { in qed_grc_dump_ctx()
2890 (enum dbg_storms)storm_id)) in qed_grc_dump_ctx()
2900 CM_CTX_CONN_AG, storm_id); in qed_grc_dump_ctx()
2909 CM_CTX_CONN_ST, storm_id); in qed_grc_dump_ctx()
2918 CM_CTX_TASK_AG, storm_id); in qed_grc_dump_ctx()
2927 CM_CTX_TASK_ST, storm_id); in qed_grc_dump_ctx()
3010 u32 *dump_buf, bool dump, u8 storm_id) in qed_grc_dump_vfc_cam() argument
3013 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_cam()
3055 u8 storm_id, struct vfc_ram_defs *ram_defs) in qed_grc_dump_vfc_ram() argument
3058 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_vfc_ram()
3102 u8 storm_id, i; in qed_grc_dump_vfc() local
3105 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) { in qed_grc_dump_vfc()
3107 (enum dbg_storms)storm_id) || in qed_grc_dump_vfc()
3108 !s_storm_defs[storm_id].has_vfc) in qed_grc_dump_vfc()
3115 dump, storm_id); in qed_grc_dump_vfc()
3123 storm_id, in qed_grc_dump_vfc()
4500 u8 storm_id; in qed_fw_asserts_dump() local
4510 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) { in qed_fw_asserts_dump()
4512 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_fw_asserts_dump()
4519 qed_read_storm_fw_info(p_hwfn, p_ptt, storm_id, &fw_info); in qed_fw_asserts_dump()
5234 u8 storm_id; in qed_read_fw_info() local
5236 for (storm_id = 0; storm_id < MAX_DBG_STORMS; storm_id++) { in qed_read_fw_info()
5237 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_fw_info()
5244 qed_read_storm_fw_info(p_hwfn, p_ptt, storm_id, fw_info); in qed_read_fw_info()