Lines Matching refs:reg_info
163 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_tqp() argument
166 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp()
167 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_tqp()
193 dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp()
217 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_common() argument
220 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_common()
221 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_common()
625 const struct hclge_dbg_reg_type_info *reg_info; in hclge_dbg_dump_reg_cmd() local
630 reg_info = &hclge_dbg_reg_info[i]; in hclge_dbg_dump_reg_cmd()
631 if (cmd == reg_info->cmd) { in hclge_dbg_dump_reg_cmd()
633 return hclge_dbg_dump_reg_tqp(hdev, reg_info, in hclge_dbg_dump_reg_cmd()
636 ret = hclge_dbg_dump_reg_common(hdev, reg_info, buf, in hclge_dbg_dump_reg_cmd()