Lines Matching refs:cfgs
4086 struct be_fat_conf_params *cfgs; in be_cmd_set_fw_log_level() local
4102 cfgs = (struct be_fat_conf_params *) in be_cmd_set_fw_log_level()
4104 for (i = 0; i < le32_to_cpu(cfgs->num_modules); i++) { in be_cmd_set_fw_log_level()
4105 u32 num_modes = le32_to_cpu(cfgs->module[i].num_modes); in be_cmd_set_fw_log_level()
4108 if (cfgs->module[i].trace_lvl[j].mode == MODE_UART) in be_cmd_set_fw_log_level()
4109 cfgs->module[i].trace_lvl[j].dbg_lvl = in be_cmd_set_fw_log_level()
4114 status = be_cmd_set_ext_fat_capabilites(adapter, &extfat_cmd, cfgs); in be_cmd_set_fw_log_level()
4124 struct be_fat_conf_params *cfgs; in be_cmd_get_fw_log_level() local
4142 cfgs = (struct be_fat_conf_params *)(extfat_cmd.va + in be_cmd_get_fw_log_level()
4145 for (j = 0; j < le32_to_cpu(cfgs->module[0].num_modes); j++) { in be_cmd_get_fw_log_level()
4146 if (cfgs->module[0].trace_lvl[j].mode == MODE_UART) in be_cmd_get_fw_log_level()
4147 level = cfgs->module[0].trace_lvl[j].dbg_lvl; in be_cmd_get_fw_log_level()